-
-
Notifications
You must be signed in to change notification settings - Fork 830
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add support for test kinds (for now, only
render
), mark those a…
…s heavy for nextest
- Loading branch information
1 parent
c6947b6
commit 007df30
Showing
4 changed files
with
40 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# TODO: Figure out why this specific test is flaky on CI, fix it, then delete this file. | ||
# This is needed so we don't try to run too many visual tests at the same time, | ||
# as they tend to crash on GitHub Actions runners - maybe due to not enough memory. | ||
[[profile.ci.overrides]] | ||
filter = "test(avm2/pixelbender_shaderdata)" | ||
retries = 3 | ||
filter = "test(/^\\[render\\] /)" | ||
threads-required = 3 |
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
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
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