Skip to content

Commit 43abe0b

Browse files
authored
Merge pull request #608 from ahoppen/pr/readme-xfail-only-source-compat
Add README entry how to only XFail the Source Comapat CI job
2 parents 5d40fee + d05ee89 commit 43abe0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ configurations. The currently supported fields for XFAIL entries are:
311311
- `"platform"`: the platform(s) it fails on, e.g. `"Darwin"` or `"Linux"`
312312
- `"configuration"`: the build configuration(s) if fails with, i.e. `"release"`
313313
or `"debug"`)
314+
- `"job"`: Allows XFailing the project for only the source compatibility build
315+
or the SourceKit Stress Tester. Use `"source-compat"` to only XFail the Source
316+
Compatibility Suite CI job and `"stress-test"` to only stress test the
317+
SourceKit Stress Tester CI job.
314318

315319
Values can either be a single string literal or a list of alternative string
316320
literals to match against. For example the below action is expected to fail on

0 commit comments

Comments
 (0)