Skip to content

Commit

Permalink
Merge #4065
Browse files Browse the repository at this point in the history
4065: Disable auto-run of tvar-invariant-check r=yogeshsajanikar a=yogeshsajanikar

# Description

tvar-invariant checks are expected to run only in weekly builds. Currently, the tvar-invariant checks are always run as hydra collects the top level attributes and runs them. This comments makes tvar-invariant-checks part of nightly-checks.

To run the tvar-invariant-checks,

```bash
nix-build -A nightly-checks.tvar-invariant-checks.tests
```

<!-- CI flakiness -- delete this before opening a PR

Sadly, some CI checks are currently flaky. Right now, this includes:

 - GH Actions Windows job runs out of memory, e.g. in https://github.com/input-output-hk/ouroboros-network/runs/7231748864?check_suite_focus=true
 
 - The tests in WallClock.delay* can fail under load (quite rarely): https://hydra.iohk.io/build/16723452/nixlog/76

If you encounter one of these, try restarting the job to see if the failure vanishes. If it does not or when in doubt, consider posting in the #network or #consensus channels on Slack.
-->



Co-authored-by: Yogesh Sajanikar <yogesh_sajanikar@yahoo.com>
  • Loading branch information
iohk-bors[bot] and yogeshsajanikar authored Oct 10, 2022
2 parents a8c9cfc + 2fbf5a2 commit a3a9c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let
haskellPackages.ouroboros-consensus-shelley-test.components.tests.test;
};

tvar-invariant-checks = recurseIntoAttrs {
nightly-checks.tvar-invariant-checks = recurseIntoAttrs {
inherit haskellPackagesWithTVarCheck;
tests = collectChecks' haskellPackagesWithTVarCheck;
};
Expand Down

0 comments on commit a3a9c62

Please sign in to comment.