Skip to content

Commit

Permalink
[gha] remove docker build performance dependency (aptos-labs#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored Nov 7, 2022
1 parent a403771 commit 1467df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
FEATURES: indexer
BUILD_ADDL_TESTING_IMAGES: true

rust-images-testing:
rust-images-failpoints:
needs: [permission-check, determine-docker-build-metadata]
uses: ./.github/workflows/docker-rust-build.yaml
secrets: inherit
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}

forge-e2e-test:
needs: [rust-images, rust-images-testing, rust-images-performance, determine-docker-build-metadata]
needs: [rust-images, rust-images-failpoints, determine-docker-build-metadata]
if: |
!contains(github.event.pull_request.labels.*.name, 'CICD:skip-forge-e2e-test') && (
(github.event_name == 'push' && github.ref_name != 'main') ||
Expand Down

0 comments on commit 1467df4

Please sign in to comment.