-
-
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
2889a71
commit 5cb366d
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 these specific tests are flaky on CI, fix them, 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) or test(avm2/graphics_round_rects)" | ||
retries = 4 | ||
filter = "test(/^\\[render\\] /)" | ||
threads-required = 4 |
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