Skip to content

Commit

Permalink
Flag to disable latest tests (#126)
Browse files Browse the repository at this point in the history
# Motivation
Form time to time, as now, the latest IC repo is no longer compatible
with the snsdemo. When that happens, the "latest" canary test goes red.
Good, it has done its job. But once the canary has died there is no
point in killing many more canaries until the gas has been cleared from
the mine.

# Changes
- Disable the latest test with an "if" so that it is visible in CI that
the latest check has been skipped.

# Tests
- See CI. You should see a grayed out "latest" test. And no failed
tests.

---------

Co-authored-by: Max Murphy-Skvorzov <[email protected]>
  • Loading branch information
bitdivine and bitdivine authored Apr 20, 2023
1 parent 6b204fd commit c77254d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
path: state.tar.xz
retention-days: 3
demo_latest:
if: false # Claim that snsdemo works with the latest IC repo commit (true) or acknowledge that it doesn't (false).
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit c77254d

Please sign in to comment.