Skip to content

Commit

Permalink
end2end: only Geth tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnovais committed Sep 14, 2024
1 parent 11d347b commit 144c3db
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ jobs:
e2e-tests-logs-dump: true
secrets: inherit

run-e2e-tests:
needs: [ store-image-name-and-tags, docker-build ]
if: ${{ always() && needs.docker-build.result == 'success' }}
uses: ./.github/workflows/reuse-run-e2e-tests.yml
with:
commit_tag: ${{ needs.store-image-name-and-tags.outputs.commit_tag }}
untested_tag_suffix: ${{ needs.store-image-name-and-tags.outputs.untested_tag_suffix }}
tracing-engine: 'besu'
e2e-tests-logs-dump: true
secrets: inherit
# run-e2e-tests:
# needs: [ store-image-name-and-tags, docker-build ]
# if: ${{ always() && needs.docker-build.result == 'success' }}
# uses: ./.github/workflows/reuse-run-e2e-tests.yml
# with:
# commit_tag: ${{ needs.store-image-name-and-tags.outputs.commit_tag }}
# untested_tag_suffix: ${{ needs.store-image-name-and-tags.outputs.untested_tag_suffix }}
# tracing-engine: 'besu'
# e2e-tests-logs-dump: true
# secrets: inherit

tag-after-run-tests-success:
needs: [ store-image-name-and-tags, testing, run-e2e-tests-geth-tracing ]
Expand Down

0 comments on commit 144c3db

Please sign in to comment.