Commit 5b062fb
committed
[swift-syntax] Reduce number of jobs that verify generated files
We were checking that the generated files matched the code in CodeGeneration in a number of jobs, which was still a relict from when `gyb_syntax_support` lived in the swift repo and was thus possible to break with a PR to the swift repo. Now, CodeGeneration lives exclusively in the swift-syntax repo and thus the checked in generated files can only be broken by a swift-syntax change.
Reduce the number of jobs that verify the generated files to:
- swift-syntax macOS PR testing (no need to run CodeGeneration on macOS and Linux)
- `buildbot_all_platforms,tools=RA,stdlib=RA`, which is used fro the macOS Pull Request status bot so we get signal if two PRs in swift-syntax raced and broke the checked in generated files
And while at it, also only verify the formatting of swift-syntax on macOS. There’s no need to verify it on all platforms.1 parent 3a05e79 commit 5b062fb
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
631 | 630 | | |
632 | 631 | | |
633 | 632 | | |
634 | | - | |
635 | 633 | | |
636 | 634 | | |
637 | 635 | | |
| |||
1160 | 1158 | | |
1161 | 1159 | | |
1162 | 1160 | | |
1163 | | - | |
1164 | 1161 | | |
1165 | 1162 | | |
1166 | 1163 | | |
| |||
1304 | 1301 | | |
1305 | 1302 | | |
1306 | 1303 | | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | 1304 | | |
1312 | 1305 | | |
1313 | 1306 | | |
| |||
1905 | 1898 | | |
1906 | 1899 | | |
1907 | 1900 | | |
1908 | | - | |
1909 | | - | |
1910 | 1901 | | |
1911 | 1902 | | |
1912 | 1903 | | |
| |||
0 commit comments