From 31e0b6ed8e5e7d91745e8b26d4d8b938360001d7 Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 18 May 2023 17:10:57 +0000 Subject: [PATCH 1/3] disable circuits tests in master --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1acb93d57..1637055bb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -315,6 +315,12 @@ bb_test: &bb_test - x86_64-linux-clang-assert <<: *defaults +notmaster: ¬master + filters: + branches: + ignore: + - master + workflows: system: jobs: @@ -342,12 +348,16 @@ workflows: - master <<: *defaults - circuits-wasm-linux-clang-builder-runner: *defaults + <<: *notmaster - circuits-x86_64-linux-clang-builder-runner: *defaults + <<: *notmaster - circuits-wasm-tests: requires: - circuits-wasm-linux-clang-builder-runner <<: *defaults + <<: *notmaster - circuits-x86_64-tests: requires: - circuits-x86_64-linux-clang-builder-runner <<: *defaults + <<: *notmaster From d35462029a62ec67e35c659e46d540c686890dfe Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 18 May 2023 17:13:36 +0000 Subject: [PATCH 2/3] fix & disable for current branch temporarily --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1637055bb3..907fb94a82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,7 +319,8 @@ notmaster: ¬master filters: branches: ignore: - - master + - db/disable-circuits-tests-master + <<: *defaults workflows: system: @@ -347,17 +348,13 @@ workflows: only: - master <<: *defaults - - circuits-wasm-linux-clang-builder-runner: *defaults - <<: *notmaster - - circuits-x86_64-linux-clang-builder-runner: *defaults - <<: *notmaster + - circuits-wasm-linux-clang-builder-runner: *notmaster + - circuits-x86_64-linux-clang-builder-runner: *notmaster - circuits-wasm-tests: requires: - circuits-wasm-linux-clang-builder-runner - <<: *defaults <<: *notmaster - circuits-x86_64-tests: requires: - circuits-x86_64-linux-clang-builder-runner - <<: *defaults <<: *notmaster From 99a1ac54a25e5dd17807411630589639d698679c Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 18 May 2023 17:17:24 +0000 Subject: [PATCH 3/3] now really skip circuits tests for only master --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 907fb94a82..2c35833f59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,7 +319,7 @@ notmaster: ¬master filters: branches: ignore: - - db/disable-circuits-tests-master + - master <<: *defaults workflows: