From 76e4bfccf5e42d71d5af5d95b76e8fb423bda705 Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:36:42 +0000 Subject: [PATCH] fix: add acir tests circleci requires (#5085) Stacked ontop of #5065. Adds the job to the system job graph. --- .circleci/config.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5853339d1a..0acf00890af 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: @@ -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