-
Notifications
You must be signed in to change notification settings - Fork 804
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci,nightly] Disable use of cached test results in nightly runs
If FPGA test results can be cached through a remote cache, then we want to ensure that all nightly test runs run without this caching (for the test runs specifically, not the rest of the build), to allow us to be able to spot flaky tests when they occur. This commit achieves this by adding the `--cache_test_results=no` argument to all invocations of `./bazelisk.sh test` in the nightly Github Actions workflow. Signed-off-by: Alex Jones <[email protected]>
- Loading branch information
1 parent
718fc07
commit 8428ef0
Showing
1 changed file
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters