Skip to content

Commit

Permalink
chore: disable circuits tests in master (AztecProtocol/barretenberg#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks12 authored May 18, 2023
1 parent 6358e28 commit ea12f6c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions barretenberg/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,13 @@ bb_test: &bb_test
- x86_64-linux-clang-assert
<<: *defaults

notmaster: &notmaster
filters:
branches:
ignore:
- master
<<: *defaults

workflows:
system:
jobs:
Expand All @@ -341,13 +348,13 @@ workflows:
only:
- master
<<: *defaults
- circuits-wasm-linux-clang-builder-runner: *defaults
- circuits-x86_64-linux-clang-builder-runner: *defaults
- 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

0 comments on commit ea12f6c

Please sign in to comment.