feat: added changes to test pipeline (#3784)

* feat: added changes to test pipeline

* feat: added changes to test pipeline

* feat: added changes to test pipeline

* feat: added changes to test pipeline

* feat: added changes to test pipeline

* feat: fixed pipeline for traces-api build and push tag when prover has no changes and fixed print log issue

* feat: separate traces-api testing from build-and-publish workflow

* feat: added changes to test pipeline

* feat: added changes to test pipeline

* feat: added changes to test pipeline
This commit is contained in:
jonesho
2024-08-13 02:54:04 +08:00
committed by GitHub
parent 6f2cba4b00
commit e9f2bcc42e
8 changed files with 73 additions and 33 deletions

View File

@@ -119,8 +119,10 @@ jobs:
coordinator_changed: ${{ needs.filter-commit-changes.outputs.coordinator }}
postman_changed: ${{ needs.filter-commit-changes.outputs.postman }}
prover_changed: ${{ needs.filter-commit-changes.outputs.prover }}
traces_api_facade_changed: ${{ needs.filter-commit-changes.outputs.traces-api-facade }}
coordinator_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_coordinator }}
postman_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_postman }}
traces_api_facade_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_traces_api_facade }}
secrets: inherit
run-e2e-tests-geth-tracing: