Skip to content

Commit

Permalink
Revert "fix: temporarily disable problematic test" (#9052)
Browse files Browse the repository at this point in the history
Reverts #9051 as Mara reverted her change
  • Loading branch information
ludamad authored Oct 7, 2024
1 parent ebb6a2d commit e49bec5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,20 +353,20 @@ jobs:
timeout-minutes: 40
run: earthly-ci --no-output ./noir/+build-acir-tests

# bb-acir-tests-bb:
# needs: [noir-build-acir-tests, changes]
# runs-on: ${{ github.event.pull_request.user.login || github.actor }}-x86
# if: needs.changes.outputs.barretenberg == 'true' || needs.changes.outputs.noir == 'true'
# steps:
# - uses: actions/checkout@v4
# with: { ref: "${{ env.GIT_COMMIT }}" }
# - uses: ./.github/ci-setup-action
# with:
# concurrency_key: barretenberg-acir-tests-bb-x86
# - name: "BB Native Acir Tests"
# working-directory: ./barretenberg/
# timeout-minutes: 40
# run: earthly-ci --no-output ./+barretenberg-acir-tests-bb
bb-acir-tests-bb:
needs: [noir-build-acir-tests, changes]
runs-on: ${{ github.event.pull_request.user.login || github.actor }}-x86
if: needs.changes.outputs.barretenberg == 'true' || needs.changes.outputs.noir == 'true'
steps:
- uses: actions/checkout@v4
with: { ref: "${{ env.GIT_COMMIT }}" }
- uses: ./.github/ci-setup-action
with:
concurrency_key: barretenberg-acir-tests-bb-x86
- name: "BB Native Acir Tests"
working-directory: ./barretenberg/
timeout-minutes: 40
run: earthly-ci --no-output ./+barretenberg-acir-tests-bb

bb-acir-tests-sol:
needs: [noir-build-acir-tests, changes]
Expand Down Expand Up @@ -753,7 +753,7 @@ jobs:
- bb-native-tests
- bb-js-test
- noir-build-acir-tests
# - bb-acir-tests-bb # temporarily disabled
- bb-acir-tests-bb
- bb-acir-tests-sol
- bb-acir-tests-sol-honk
- bb-acir-tests-bb-js
Expand Down Expand Up @@ -808,7 +808,7 @@ jobs:
- bb-native-tests
- bb-js-test
- noir-build-acir-tests
# - bb-acir-tests-bb # temporarily disabled
- bb-acir-tests-bb
- bb-acir-tests-sol
- bb-acir-tests-sol-honk
- bb-acir-tests-bb-js
Expand Down

0 comments on commit e49bec5

Please sign in to comment.