Skip to content

Commit

Permalink
Revert temp ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jan 14, 2025
1 parent 4e47760 commit 8c82995
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
kind-network-smoke:
needs: [images-e2e, configure]
if: true
if: needs.configure.outputs.e2e-all == 'true' || needs.configure.outputs.yarn-project == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -409,9 +409,6 @@ jobs:
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin
cd yarn-project/end-to-end
NAMESPACE=smoke FRESH_INSTALL=true VALUES_FILE=ci-smoke.yaml ./scripts/network_test.sh ./src/spartan/smoke.test.ts
- name: Show where network logs are
if: always()
run: tree yarn-project/end-to-end
- name: Copy Network Logs
if: always()
run: scripts/copy_from_tester yarn-project/end-to-end/scripts/network-test.log network-test.log || true
Expand Down

0 comments on commit 8c82995

Please sign in to comment.