|
11 | 11 |
|
12 | 12 | jobs: |
13 | 13 | test: |
14 | | - runs-on: self-hosted |
| 14 | + runs-on: [self-hosted, linux] |
15 | 15 | container: lampepfl/dotty:2020-04-24 |
16 | 16 |
|
17 | 17 | steps: |
|
54 | 54 | ./project/scripts/cmdTests |
55 | 55 |
|
56 | 56 | test_bootstrapped: |
57 | | - runs-on: self-hosted |
| 57 | + runs-on: [self-hosted, linux] |
58 | 58 | container: lampepfl/dotty:2020-04-24 |
59 | 59 |
|
60 | 60 | steps: |
|
97 | 97 | ./project/scripts/bootstrapCmdTests |
98 | 98 |
|
99 | 99 | community_build: |
100 | | - runs-on: self-hosted |
| 100 | + runs-on: [self-hosted, linux] |
101 | 101 | container: lampepfl/dotty:2020-04-24 |
102 | 102 |
|
103 | 103 | steps: |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | ./project/scripts/sbt community-build/test |
139 | 139 |
|
140 | 140 | test_sbt: |
141 | | - runs-on: self-hosted |
| 141 | + runs-on: [self-hosted, linux] |
142 | 142 | container: lampepfl/dotty:2020-04-24 |
143 | 143 | if: ( |
144 | 144 | github.event_name == 'push' && |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | run: ./project/scripts/sbt sbt-dotty/scripted |
182 | 182 |
|
183 | 183 | test_java8: |
184 | | - runs-on: self-hosted |
| 184 | + runs-on: [self-hosted, linux] |
185 | 185 | container: lampepfl/dotty:2020-04-24 |
186 | 186 | if: ( |
187 | 187 | github.event_name == 'push' && |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | run: ./project/scripts/sbt ";compile ;test" |
228 | 228 |
|
229 | 229 | publish_nightly: |
230 | | - runs-on: self-hosted |
| 230 | + runs-on: [self-hosted, linux] |
231 | 231 | container: lampepfl/dotty:2020-04-24 |
232 | 232 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java8] |
233 | 233 | if: github.event_name == 'schedule' |
@@ -274,7 +274,7 @@ jobs: |
274 | 274 | ./project/scripts/sbtPublish ";project dotty-bootstrapped ;publishSigned ;sonatypeBundleRelease" |
275 | 275 |
|
276 | 276 | nightly_documentation: |
277 | | - runs-on: self-hosted |
| 277 | + runs-on: [self-hosted, linux] |
278 | 278 | container: lampepfl/dotty:2020-04-24 |
279 | 279 | needs: [publish_nightly] |
280 | 280 | if: github.event_name == 'schedule' |
@@ -328,7 +328,7 @@ jobs: |
328 | 328 | publish_branch: gh-pages |
329 | 329 |
|
330 | 330 | publish_release: |
331 | | - runs-on: self-hosted |
| 331 | + runs-on: [self-hosted, linux] |
332 | 332 | container: lampepfl/dotty:2020-04-24 |
333 | 333 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java8] |
334 | 334 | if: github.event_name == 'push' && |
@@ -423,7 +423,7 @@ jobs: |
423 | 423 | asset_content_type: text/plain |
424 | 424 |
|
425 | 425 | release_documentation: |
426 | | - runs-on: self-hosted |
| 426 | + runs-on: [self-hosted, linux] |
427 | 427 | container: lampepfl/dotty:2020-04-24 |
428 | 428 | needs: [publish_release] |
429 | 429 | if: github.event_name == 'push' && |
@@ -480,7 +480,7 @@ jobs: |
480 | 480 | publish_branch: gh-pages |
481 | 481 |
|
482 | 482 | publish_sbt_release: |
483 | | - runs-on: self-hosted |
| 483 | + runs-on: [self-hosted, linux] |
484 | 484 | container: lampepfl/dotty:2020-04-24 |
485 | 485 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java8] |
486 | 486 | if: github.event_name == 'push' && |
|
0 commit comments