From db1df54dde800da9fe5a83da121f178c07a30cdf Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 4 May 2023 17:16:27 +0000 Subject: [PATCH 1/4] slack orb - force CI failure --- .circleci/config.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b760b64c67..def85e8ec0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,7 +113,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-wasm-linux-clang 64 + command: echo Failing ... && false x86_64-linux-gcc: docker: @@ -124,7 +124,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-x86_64-linux-gcc 64 + command: echo Failing ... && false x86_64-linux-clang: docker: @@ -135,7 +135,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-x86_64-linux-clang 64 + command: echo Succeeding ... x86_64-linux-clang-assert: docker: @@ -146,7 +146,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-x86_64-linux-clang-assert 64 + command: echo Succeeding ... barretenberg-tests: docker: @@ -157,7 +157,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 1 bb-tests + command: echo Succeeding ... - *save_logs honk-tests: @@ -169,7 +169,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 1 honk_tests + command: echo Succeeding ... - *save_logs @@ -182,7 +182,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 1 stdlib_primitives_tests --gtest_filter=-stdlib_biggroup* + command: echo Succeeding ... - *save_logs stdlib-biggroup-tests: @@ -194,7 +194,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 1 stdlib_primitives_tests --gtest_filter=stdlib_biggroup* + command: echo Succeeding ... - *save_logs stdlib-recursion-turbo-tests: @@ -206,7 +206,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 1 stdlib_recursion_tests --gtest_filter=*turbo* + command: echo Succeeding ... - *save_logs stdlib-recursion-ultra-tests: @@ -218,7 +218,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 3 stdlib_recursion_tests --gtest_filter=-*turbo* + command: echo Succeeding ... - *save_logs join-split-tests: @@ -230,7 +230,7 @@ jobs: - *setup_env - run: name: "Test" - command: cond_spot_run_tests barretenberg-x86_64-linux-clang-assert 3 join_split_example_proofs_join_split_tests --gtest_filter=-*full_proof* + command: echo Succeeding ... - *save_logs benchmark-aggregator: @@ -245,7 +245,7 @@ jobs: - *benchmark_add_keys - run: name: "Test" - command: store_test_benchmark_logs barretenberg-x86_64-linux-clang-assert + command: echo Succeeding ... ################################### # Aztec integration tests @@ -258,7 +258,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-circuits-wasm-linux-clang-builder-runner 64 + command: echo Succeeding ... circuits-x86_64-linux-clang-builder-runner: docker: @@ -269,7 +269,7 @@ jobs: - *setup_env - run: name: "Build" - command: cond_spot_run_build barretenberg-circuits-x86_64-linux-clang-builder-runner 64 + command: echo Succeeding ... circuits-wasm-tests: docker: @@ -281,7 +281,7 @@ jobs: - *setup_aztec_commit - run: name: "Build" - command: cond_spot_run_test_script ./scripts/run_aztec_circuits_tests barretenberg-circuits-wasm-linux-clang-builder-runner "$AZTEC_COMMIT" 1 wasm scripts/a3-tests -*.skip*:*.circuit* + command: echo Succeeding ... circuits-x86_64-tests: docker: @@ -293,7 +293,7 @@ jobs: - *setup_aztec_commit - run: name: "Build" - command: cond_spot_run_test_script ./scripts/run_aztec_circuits_tests barretenberg-circuits-x86_64-linux-clang-builder-runner "$AZTEC_COMMIT" 1 x86_64 scripts/a3-tests -*.skip* + command: echo Succeeding ... # End Aztec integration tests ################################### From 4ec4bd640fe2ef6c6f6c3f522b1b6cf4b06d49e5 Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 4 May 2023 17:19:25 +0000 Subject: [PATCH 2/4] slack orb - force CI failure --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index def85e8ec0..fc22b3450a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,7 +308,7 @@ defaults: &defaults post-steps: - slack/notify: event: fail - branch_pattern: "master" + branch_pattern: "db/do-not-merge-slack-orb-fail-test" bb_test: &bb_test requires: From 388c2f6251f20addc077957491b4a133369f6575 Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 4 May 2023 19:03:58 +0000 Subject: [PATCH 3/4] testing bberg slack channel --- .circleci/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc22b3450a..f8ca2a8a13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,7 +113,7 @@ jobs: - *setup_env - run: name: "Build" - command: echo Failing ... && false + command: echo Succeeding ... x86_64-linux-gcc: docker: @@ -124,7 +124,7 @@ jobs: - *setup_env - run: name: "Build" - command: echo Failing ... && false + command: echo Succeeding ... x86_64-linux-clang: docker: @@ -293,7 +293,7 @@ jobs: - *setup_aztec_commit - run: name: "Build" - command: echo Succeeding ... + command: echo Failing ... && false # End Aztec integration tests ################################### @@ -307,6 +307,7 @@ defaults: &defaults - slack post-steps: - slack/notify: + channel: $SLACK_BARRETENBERG_CHANNEL event: fail branch_pattern: "db/do-not-merge-slack-orb-fail-test" From 2abed44995a778017b450f8d18b6dfd8096c00be Mon Sep 17 00:00:00 2001 From: dbanks12 Date: Thu, 4 May 2023 19:07:05 +0000 Subject: [PATCH 4/4] testing bberg slack channel --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8ca2a8a13..f118e7183c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -281,7 +281,7 @@ jobs: - *setup_aztec_commit - run: name: "Build" - command: echo Succeeding ... + command: echo Failing ... && false circuits-x86_64-tests: docker: @@ -293,7 +293,7 @@ jobs: - *setup_aztec_commit - run: name: "Build" - command: echo Failing ... && false + command: echo Succeeding ... # End Aztec integration tests ###################################