From fac7ac2690b2c40df7927c814026763c5a4b5503 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 14 Jan 2025 12:16:07 -0300 Subject: [PATCH] Revert temp ci changes --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a103ae76f6..ec47558f1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,7 +217,7 @@ jobs: e2e: needs: [images-e2e, configure] - if: false + if: needs.configure.outputs.e2e-all == 'true' || (needs.configure.outputs.non-docs == 'true' && needs.configure.outputs.non-bb == 'true') runs-on: ubuntu-latest strategy: fail-fast: false @@ -256,7 +256,7 @@ jobs: run: | echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin export CI=1 USE_CACHE=1 - artifact="bench-2-${{matrix.test}}-$(./yarn-project/bootstrap.sh hash)" + artifact="bench-${{matrix.test}}-$(./yarn-project/bootstrap.sh hash)" if ci3/test_should_run "$artifact"; then docker pull aztecprotocol/aztec:${{ env.GIT_COMMIT }} docker pull aztecprotocol/end-to-end:${{ env.GIT_COMMIT }} @@ -267,7 +267,7 @@ jobs: continue-on-error: true run: tree ./yarn-project/end-to-end/out - name: Store benchmark result - if: github.ref == 'refs/heads/master' || true + if: github.ref == 'refs/heads/master' continue-on-error: true uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 with: