Skip to content

Commit

Permalink
[ci] Move englishbreakfast countermeasure check to slow_lint
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Sep 30, 2024
1 parent 927fc40 commit 131c71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Countermeasures implemented (earlgrey)
run: ./ci/scripts/check-countermeasures.sh earlgrey
continue-on-error: true
- name: Countermeasures implemented (englishbreakfast)
run: ./ci/scripts/check-countermeasures.sh englishbreakfast
continue-on-error: true
- name: Bazel test suite tags
run: ./ci/scripts/check_bazel_test_suites.py
continue-on-error: true
Expand Down
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ jobs:
verilator --version
verible-verilog-lint --version
displayName: Display environment
# Check that all englishbreakfast countermeasures are implemented.
- bash: ci/scripts/check-countermeasures.sh englishbreakfast
displayName: Check countermeasures for top_englishbreakfast
continueOnError: True
- bash: ci/scripts/build-chip-verilator.sh englishbreakfast
displayName: Build simulation with Verilator
- template: ci/upload-artifacts-template.yml
Expand Down

0 comments on commit 131c71b

Please sign in to comment.