|
4 | 4 | push:
|
5 | 5 | paths-ignore:
|
6 | 6 | # Do not run everything on changes only in docs
|
7 |
| - - 'scala3doc/**' |
| 7 | + - 'scala3doc/**' |
8 | 8 | - 'scala3doc-testcases/**'
|
9 | 9 | pull_request:
|
10 | 10 | paths-ignore:
|
11 | 11 | # Do not run everything on changes only in docs
|
12 |
| - - 'scala3doc/**' |
| 12 | + - 'scala3doc/**' |
13 | 13 | - 'scala3doc-testcases/**'
|
14 | 14 | schedule:
|
15 | 15 | - cron: '0 3 * * *' # Every day at 3 AM
|
|
20 | 20 | jobs:
|
21 | 21 | test:
|
22 | 22 | runs-on: [self-hosted, Linux]
|
23 |
| - container: lampepfl/dotty:2020-04-24 |
| 23 | + container: lampepfl/dotty:2020-09-08 |
24 | 24 | if: "!(github.event_name == 'push' &&
|
25 | 25 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))"
|
26 | 26 |
|
27 | 27 | steps:
|
28 | 28 | - name: Set JDK 11 as default
|
29 |
| - run: echo "/usr/lib/jvm/java-11-openjdk-amd64/bin" >> $GITHUB_PATH |
| 29 | + run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH |
30 | 30 |
|
31 | 31 | - name: Checkout cleanup script
|
32 | 32 | uses: actions/checkout@v2
|
@@ -65,13 +65,13 @@ jobs:
|
65 | 65 |
|
66 | 66 | test_bootstrapped:
|
67 | 67 | runs-on: [self-hosted, Linux]
|
68 |
| - container: lampepfl/dotty:2020-04-24 |
| 68 | + container: lampepfl/dotty:2020-09-08 |
69 | 69 | if: "!(github.event_name == 'push' &&
|
70 | 70 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-'))"
|
71 | 71 |
|
72 | 72 | steps:
|
73 | 73 | - name: Set JDK 11 as default
|
74 |
| - run: echo "/usr/lib/jvm/java-11-openjdk-amd64/bin" >> $GITHUB_PATH |
| 74 | + run: echo "/usr/lib/jvm/java-14-openjdk-amd64/bin" >> $GITHUB_PATH |
75 | 75 |
|
76 | 76 | - name: Checkout cleanup script
|
77 | 77 | uses: actions/checkout@v2
|
@@ -143,7 +143,7 @@ jobs:
|
143 | 143 |
|
144 | 144 | community_build:
|
145 | 145 | runs-on: [self-hosted, Linux]
|
146 |
| - container: lampepfl/dotty:2020-04-24 |
| 146 | + container: lampepfl/dotty:2020-09-08 |
147 | 147 |
|
148 | 148 | steps:
|
149 | 149 | - name: Checkout cleanup script
|
@@ -184,7 +184,7 @@ jobs:
|
184 | 184 |
|
185 | 185 | test_sbt:
|
186 | 186 | runs-on: [self-hosted, Linux]
|
187 |
| - container: lampepfl/dotty:2020-04-24 |
| 187 | + container: lampepfl/dotty:2020-09-08 |
188 | 188 | if: (
|
189 | 189 | github.event_name == 'push' &&
|
190 | 190 | startsWith(github.event.ref, 'refs/tags/')
|
@@ -227,7 +227,7 @@ jobs:
|
227 | 227 |
|
228 | 228 | test_java8:
|
229 | 229 | runs-on: [self-hosted, Linux]
|
230 |
| - container: lampepfl/dotty:2020-04-24 |
| 230 | + container: lampepfl/dotty:2020-09-08 |
231 | 231 | if: "(
|
232 | 232 | github.event_name == 'push' &&
|
233 | 233 | startsWith(github.event.ref, 'refs/tags/') &&
|
@@ -274,7 +274,7 @@ jobs:
|
274 | 274 |
|
275 | 275 | publish_nightly:
|
276 | 276 | runs-on: [self-hosted, Linux]
|
277 |
| - container: lampepfl/dotty:2020-04-24 |
| 277 | + container: lampepfl/dotty:2020-09-08 |
278 | 278 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java8]
|
279 | 279 | if: github.event_name == 'schedule'
|
280 | 280 | env:
|
@@ -321,7 +321,7 @@ jobs:
|
321 | 321 |
|
322 | 322 | nightly_documentation:
|
323 | 323 | runs-on: [self-hosted, Linux]
|
324 |
| - container: lampepfl/dotty:2020-04-24 |
| 324 | + container: lampepfl/dotty:2020-09-08 |
325 | 325 | needs: [publish_nightly]
|
326 | 326 | if: github.event_name == 'schedule'
|
327 | 327 | env:
|
@@ -375,7 +375,7 @@ jobs:
|
375 | 375 |
|
376 | 376 | publish_release:
|
377 | 377 | runs-on: [self-hosted, Linux]
|
378 |
| - container: lampepfl/dotty:2020-04-24 |
| 378 | + container: lampepfl/dotty:2020-09-08 |
379 | 379 | needs: [test, test_bootstrapped, community_build, test_sbt, test_java8]
|
380 | 380 | if: github.event_name == 'push' &&
|
381 | 381 | startsWith(github.event.ref, 'refs/tags/') &&
|
@@ -470,7 +470,7 @@ jobs:
|
470 | 470 |
|
471 | 471 | release_documentation:
|
472 | 472 | runs-on: [self-hosted, Linux]
|
473 |
| - container: lampepfl/dotty:2020-04-24 |
| 473 | + container: lampepfl/dotty:2020-09-08 |
474 | 474 | needs: [publish_release]
|
475 | 475 | if: github.event_name == 'push' &&
|
476 | 476 | startsWith(github.event.ref, 'refs/tags/') &&
|
@@ -527,7 +527,7 @@ jobs:
|
527 | 527 |
|
528 | 528 | publish_sbt_release:
|
529 | 529 | runs-on: [self-hosted, Linux]
|
530 |
| - container: lampepfl/dotty:2020-04-24 |
| 530 | + container: lampepfl/dotty:2020-09-08 |
531 | 531 | needs: [community_build, test_sbt]
|
532 | 532 | if: github.event_name == 'push' &&
|
533 | 533 | startsWith(github.event.ref, 'refs/tags/sbt-dotty-')
|
|
0 commit comments