|
45 | 45 | test_non_bootstrapped: |
46 | 46 | runs-on: [self-hosted, Linux] |
47 | 47 | container: |
48 | | - image: lampepfl/dotty:2023-06-21 |
| 48 | + image: lampepfl/dotty:2023-06-21-2 |
49 | 49 | options: --cpu-shares 4096 |
50 | 50 | volumes: |
51 | 51 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
|
91 | 91 | test: |
92 | 92 | runs-on: [self-hosted, Linux] |
93 | 93 | container: |
94 | | - image: lampepfl/dotty:2023-06-21 |
| 94 | + image: lampepfl/dotty:2023-06-21-2 |
95 | 95 | options: --cpu-shares 4096 |
96 | 96 | volumes: |
97 | 97 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | name: MiMa |
212 | 212 | runs-on: [self-hosted, Linux] |
213 | 213 | container: |
214 | | - image: lampepfl/dotty:2023-06-21 |
| 214 | + image: lampepfl/dotty:2023-06-21-2 |
215 | 215 | options: --cpu-shares 4096 |
216 | 216 | volumes: |
217 | 217 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | community_build_a: |
253 | 253 | runs-on: [self-hosted, Linux] |
254 | 254 | container: |
255 | | - image: lampepfl/dotty:2023-06-21 |
| 255 | + image: lampepfl/dotty:2023-06-21-2 |
256 | 256 | options: --cpu-shares 4096 |
257 | 257 | volumes: |
258 | 258 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | community_build_b: |
305 | 305 | runs-on: [self-hosted, Linux] |
306 | 306 | container: |
307 | | - image: lampepfl/dotty:2023-06-21 |
| 307 | + image: lampepfl/dotty:2023-06-21-2 |
308 | 308 | options: --cpu-shares 4096 |
309 | 309 | volumes: |
310 | 310 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -356,7 +356,7 @@ jobs: |
356 | 356 | community_build_c: |
357 | 357 | runs-on: [self-hosted, Linux] |
358 | 358 | container: |
359 | | - image: lampepfl/dotty:2023-06-21 |
| 359 | + image: lampepfl/dotty:2023-06-21-2 |
360 | 360 | options: --cpu-shares 4096 |
361 | 361 | volumes: |
362 | 362 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -408,7 +408,7 @@ jobs: |
408 | 408 | test_sbt: |
409 | 409 | runs-on: [self-hosted, Linux] |
410 | 410 | container: |
411 | | - image: lampepfl/dotty:2023-06-21 |
| 411 | + image: lampepfl/dotty:2023-06-21-2 |
412 | 412 | options: --cpu-shares 4096 |
413 | 413 | volumes: |
414 | 414 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | test_java8: |
449 | 449 | runs-on: [self-hosted, Linux] |
450 | 450 | container: |
451 | | - image: lampepfl/dotty:2023-06-21 |
| 451 | + image: lampepfl/dotty:2023-06-21-2 |
452 | 452 | options: --cpu-shares 4096 |
453 | 453 | volumes: |
454 | 454 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -502,7 +502,7 @@ jobs: |
502 | 502 | publish_nightly: |
503 | 503 | runs-on: [self-hosted, Linux] |
504 | 504 | container: |
505 | | - image: lampepfl/dotty:2023-06-21 |
| 505 | + image: lampepfl/dotty:2023-06-21-2 |
506 | 506 | options: --cpu-shares 4096 |
507 | 507 | volumes: |
508 | 508 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -553,7 +553,7 @@ jobs: |
553 | 553 | nightly_documentation: |
554 | 554 | runs-on: [self-hosted, Linux] |
555 | 555 | container: |
556 | | - image: lampepfl/dotty:2023-06-21 |
| 556 | + image: lampepfl/dotty:2023-06-21-2 |
557 | 557 | options: --cpu-shares 4096 |
558 | 558 | volumes: |
559 | 559 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -604,7 +604,7 @@ jobs: |
604 | 604 | contents: write # for actions/create-release to create a release |
605 | 605 | runs-on: [self-hosted, Linux] |
606 | 606 | container: |
607 | | - image: lampepfl/dotty:2023-06-21 |
| 607 | + image: lampepfl/dotty:2023-06-21-2 |
608 | 608 | options: --cpu-shares 4096 |
609 | 609 | volumes: |
610 | 610 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
@@ -692,7 +692,7 @@ jobs: |
692 | 692 | open_issue_on_failure: |
693 | 693 | runs-on: [self-hosted, Linux] |
694 | 694 | container: |
695 | | - image: lampepfl/dotty:2023-06-21 |
| 695 | + image: lampepfl/dotty:2023-06-21-2 |
696 | 696 | needs: [nightly_documentation, test_windows_full] |
697 | 697 | # The `failure()` expression is true iff at least one of the dependencies |
698 | 698 | # of this job (including transitive dependencies) has failed. |
|
0 commit comments