File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
315319Values can either be a single string literal or a list of alternative string
316320literals to match against. For example the below action is expected to fail on
You can’t perform that action at this time.
0 commit comments