Skip to content

Commit

Permalink
feat(release): rollback to default
Browse files Browse the repository at this point in the history
  • Loading branch information
tosettil-polimi committed Nov 7, 2024
1 parent 792e86c commit e4873ef
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ on:
type: boolean
default: false
description: 'publish_latest_tag: when set then docker image with tag :latest will be also published'
with_assertor:
required: false
type: boolean
default: false
description: 'with_assertor: when set then the workflow will run the Kurtosis Assertor'
enable_pectra_assertor:
required: false
type: boolean
default: false
description: 'enable_pectra_assertor: when set then the workflow will run the Pectra Assertor tests'

jobs:

Expand Down Expand Up @@ -223,14 +213,3 @@ jobs:
--notes "**Improvements:**<br>- ...coming soon <br><br>**Bugfixes:**<br><br>- ...coming soon<br><br>**Docker images:**<br><br>Docker image released:<br> ${{ env.DOCKER_TAGS }}<br><br>... coming soon<br>" \
"${{ inputs.release_version }}" \
*.tar.gz ${HOME}/${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt
run-kurtosis-assertoor:
needs: build-release
if: ${{ inputs.with_assertor }}
# TODO: change the branch to main before merging
uses: erigontech/erigon/.github/workflows/test-kurtosis-assertoor.yml@feat/assertor-release-workflow
with:
checkout_ref: ${{ github.sha }}
os: "ubuntu-latest"
docker_build_tag: ${{ inputs.release_version }}
enable_pectra_tests: ${{ inputs.enable_pectra_assertor }}

0 comments on commit e4873ef

Please sign in to comment.