Skip to content

Commit

Permalink
fix: add acir tests circleci requires (#5085)
Browse files Browse the repository at this point in the history
Stacked ontop of #5065. Adds the job to the system job graph.
  • Loading branch information
Maddiaa0 authored Mar 8, 2024
1 parent b622e9b commit 76e4bfc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,12 @@ defaults: &defaults
- slack/notify:
event: fail
branch_pattern: "master"

bb_acir_tests: &bb_acir_tests
requires:
- barretenberg-x86_64-linux-clang-assert
- noir-compile-acir-tests
<<: *defaults

defaults_yarn_project_pre_join: &defaults_yarn_project_pre_join
requires:
Expand Down Expand Up @@ -1305,11 +1311,8 @@ workflows:
- barretenberg-stdlib-tests: *bb_test
- barretenberg-stdlib-recursion-ultra-tests: *bb_test
- barretenberg-join-split-tests: *bb_test
- barretenberg-acir-tests-bb:
requires:
- barretenberg-x86_64-linux-clang-assert
- noir-compile-acir-tests
<<: *defaults
- barretenberg-acir-tests-bb: *bb_acir_tests
- barretenberg-acir-tests-bb-sol: *bb_acir_tests
- barretenberg-docs: *defaults
- bb-js:
requires:
Expand Down Expand Up @@ -1445,6 +1448,7 @@ workflows:
- barretenberg-stdlib-recursion-ultra-tests
- barretenberg-join-split-tests
- barretenberg-acir-tests-bb
- barretenberg-acir-tests-bb-sol
- barretenberg-docs
- build-docs
- mainnet-fork
Expand Down

0 comments on commit 76e4bfc

Please sign in to comment.