Skip to content

Add README entry how to only XFail the Source Comapat CI job #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ configurations. The currently supported fields for XFAIL entries are:
- `"platform"`: the platform(s) it fails on, e.g. `"Darwin"` or `"Linux"`
- `"configuration"`: the build configuration(s) if fails with, i.e. `"release"`
or `"debug"`)
- `"job"`: Allows XFailing the project for only the source compatibility build
or the SourceKit Stress Tester. Use `"source-compat"` to only XFail the Source
Compatibility Suite CI job and `"stress-test"` to only stress test the
SourceKit Stress Tester CI job.

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