Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: temporarily disable problematic test #9051

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
# - bb-acir-tests-bb # temporarily disabled
- 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
# - bb-acir-tests-bb # temporarily disabled
- bb-acir-tests-sol
- bb-acir-tests-sol-honk
- bb-acir-tests-bb-js
Expand Down
Loading