Skip to content

Commit

Permalink
chore: temporarily disable boxes (#11472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Jan 24, 2025
1 parent 0804913 commit f6c63fe
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,25 +501,26 @@ jobs:
alert-comment-cc-users: "@ludamad @codygunton"
max-items-in-chart: 50

boxes-test:
needs: [ci-rest, configure]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { ref: "${{ github.event.pull_request.head.sha }}" }
- uses: ./.github/ci-setup-action
# TODO(https://github.com/AztecProtocol/aztec-packages/issues/11471) reenable
# boxes-test:
# needs: [ci-rest, configure]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with: { ref: "${{ github.event.pull_request.head.sha }}" }
# - uses: ./.github/ci-setup-action

- name: Build Boxes
uses: ./.github/ensure-builder
timeout-minutes: 40
with:
username: ${{ needs.configure.outputs.username }}
runner_type: builder-x86
run: |
export CI=1 USE_CACHE=1
if ci3/test_should_run "boxes-test-$(./boxes/bootstrap.sh hash)"; then
./bootstrap.sh test-boxes
fi
# - name: Build Boxes
# uses: ./.github/ensure-builder
# timeout-minutes: 40
# with:
# username: ${{ needs.configure.outputs.username }}
# runner_type: builder-x86
# run: |
# export CI=1 USE_CACHE=1
# if ci3/test_should_run "boxes-test-$(./boxes/bootstrap.sh hash)"; then
# ./bootstrap.sh test-boxes
# fi

prover-client-test:
needs: [ci-rest, configure]
Expand Down Expand Up @@ -651,7 +652,7 @@ jobs:
- bb-native-tests
- kind-network-smoke
- kind-network-test
- boxes-test
# - boxes-test
# - testnet-installer
if: always()
outputs:
Expand Down

0 comments on commit f6c63fe

Please sign in to comment.