@@ -182,103 +182,103 @@ jobs:
182
182
run : sbt ";sjsJUnitTests/test ;sjsCompilerTests/test"
183
183
shell : cmd
184
184
185
- community_build_a :
186
- runs-on : [self-hosted, Linux]
187
- container :
188
- image : lampepfl/dotty:2021-03-22
189
- options : --cpu-shares 4096
190
- volumes :
191
- - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
192
- - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
193
- - ${{ github.workspace }}/../../cache/general:/root/.cache
194
- if : " github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
195
- || github.event_name == 'push'
196
- || (
197
- github.event_name == 'pull_request'
198
- && !contains(github.event.pull_request.body, '[skip ci]')
199
- && !contains(github.event.pull_request.body, '[skip community_build]')
200
- )
201
- || (
202
- github.event_name == 'workflow_dispatch'
203
- && github.repository == 'lampepfl/dotty'
204
- )"
185
+ # community_build_a:
186
+ # runs-on: [self-hosted, Linux]
187
+ # container:
188
+ # image: lampepfl/dotty:2021-03-22
189
+ # options: --cpu-shares 4096
190
+ # volumes:
191
+ # - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
192
+ # - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
193
+ # - ${{ github.workspace }}/../../cache/general:/root/.cache
194
+ # if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
195
+ # || github.event_name == 'push'
196
+ # || (
197
+ # github.event_name == 'pull_request'
198
+ # && !contains(github.event.pull_request.body, '[skip ci]')
199
+ # && !contains(github.event.pull_request.body, '[skip community_build]')
200
+ # )
201
+ # || (
202
+ # github.event_name == 'workflow_dispatch'
203
+ # && github.repository == 'lampepfl/dotty'
204
+ # )"
205
205
206
- steps :
207
- - name : Reset existing repo
208
- run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
206
+ # steps:
207
+ # - name: Reset existing repo
208
+ # run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
209
209
210
- - name : Checkout cleanup script
211
- uses : actions/checkout@v2
210
+ # - name: Checkout cleanup script
211
+ # uses: actions/checkout@v2
212
212
213
- - name : Cleanup
214
- run : .github/workflows/cleanup.sh
213
+ # - name: Cleanup
214
+ # run: .github/workflows/cleanup.sh
215
215
216
- - name : Git Checkout
217
- uses : actions/checkout@v2
216
+ # - name: Git Checkout
217
+ # uses: actions/checkout@v2
218
218
219
- - name : Add SBT proxy repositories
220
- run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
219
+ # - name: Add SBT proxy repositories
220
+ # run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
221
221
222
- - name : Disable experimental features on release
223
- if : " github.event_name == 'push'
224
- && startsWith(github.event.ref, 'refs/tags/')
225
- && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
226
- run : echo "DISALLOW_EXPERIMENTAL_FEATURES=true" >> $GITHUB_ENV
222
+ # - name: Disable experimental features on release
223
+ # if: "github.event_name == 'push'
224
+ # && startsWith(github.event.ref, 'refs/tags/')
225
+ # && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
226
+ # run: echo "DISALLOW_EXPERIMENTAL_FEATURES=true" >> $GITHUB_ENV
227
227
228
- - name : Test
229
- run : |
230
- git submodule sync
231
- git submodule update --init --recursive --jobs 7
232
- ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
228
+ # - name: Test
229
+ # run: |
230
+ # git submodule sync
231
+ # git submodule update --init --recursive --jobs 7
232
+ # ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
233
233
234
- community_build_b :
235
- runs-on : [self-hosted, Linux]
236
- container :
237
- image : lampepfl/dotty:2021-03-22
238
- options : --cpu-shares 4096
239
- volumes :
240
- - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
241
- - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
242
- - ${{ github.workspace }}/../../cache/general:/root/.cache
243
- if : " github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
244
- || github.event_name == 'push'
245
- || (
246
- github.event_name == 'pull_request'
247
- && !contains(github.event.pull_request.body, '[skip ci]')
248
- && !contains(github.event.pull_request.body, '[skip community_build]')
249
- )
250
- || (
251
- github.event_name == 'workflow_dispatch'
252
- && github.repository == 'lampepfl/dotty'
253
- )"
234
+ # community_build_b:
235
+ # runs-on: [self-hosted, Linux]
236
+ # container:
237
+ # image: lampepfl/dotty:2021-03-22
238
+ # options: --cpu-shares 4096
239
+ # volumes:
240
+ # - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
241
+ # - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
242
+ # - ${{ github.workspace }}/../../cache/general:/root/.cache
243
+ # if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
244
+ # || github.event_name == 'push'
245
+ # || (
246
+ # github.event_name == 'pull_request'
247
+ # && !contains(github.event.pull_request.body, '[skip ci]')
248
+ # && !contains(github.event.pull_request.body, '[skip community_build]')
249
+ # )
250
+ # || (
251
+ # github.event_name == 'workflow_dispatch'
252
+ # && github.repository == 'lampepfl/dotty'
253
+ # )"
254
254
255
- steps :
256
- - name : Reset existing repo
257
- run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
255
+ # steps:
256
+ # - name: Reset existing repo
257
+ # run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
258
258
259
- - name : Checkout cleanup script
260
- uses : actions/checkout@v2
259
+ # - name: Checkout cleanup script
260
+ # uses: actions/checkout@v2
261
261
262
- - name : Cleanup
263
- run : .github/workflows/cleanup.sh
262
+ # - name: Cleanup
263
+ # run: .github/workflows/cleanup.sh
264
264
265
- - name : Git Checkout
266
- uses : actions/checkout@v2
265
+ # - name: Git Checkout
266
+ # uses: actions/checkout@v2
267
267
268
- - name : Add SBT proxy repositories
269
- run : cp -vf .github/workflows/repositories /root/.sbt/ ; true
268
+ # - name: Add SBT proxy repositories
269
+ # run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
270
270
271
- - name : Disable experimental features on release
272
- if : " github.event_name == 'push'
273
- && startsWith(github.event.ref, 'refs/tags/')
274
- && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
275
- run : echo "DISALLOW_EXPERIMENTAL_FEATURES=true" >> $GITHUB_ENV
271
+ # - name: Disable experimental features on release
272
+ # if: "github.event_name == 'push'
273
+ # && startsWith(github.event.ref, 'refs/tags/')
274
+ # && !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
275
+ # run: echo "DISALLOW_EXPERIMENTAL_FEATURES=true" >> $GITHUB_ENV
276
276
277
- - name : Test
278
- run : |
279
- git submodule sync
280
- git submodule update --init --recursive --jobs 7
281
- ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
277
+ # - name: Test
278
+ # run: |
279
+ # git submodule sync
280
+ # git submodule update --init --recursive --jobs 7
281
+ # ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
282
282
283
283
# community_build_c:
284
284
# runs-on: [self-hosted, Linux]
@@ -428,7 +428,7 @@ jobs:
428
428
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
429
429
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
430
430
- ${{ github.workspace }}/../../cache/general:/root/.cache
431
- needs : [test_non_bootstrapped, test, community_build_a, community_build_b, test_sbt, test_java8]
431
+ needs : [test_non_bootstrapped, test, test_sbt, test_java8]
432
432
if : " (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.repository == 'lampepfl/dotty'"
433
433
env :
434
434
NIGHTLYBUILD : yes
@@ -511,7 +511,7 @@ jobs:
511
511
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
512
512
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
513
513
- ${{ github.workspace }}/../../cache/general:/root/.cache
514
- needs : [test_non_bootstrapped, test, community_build_a, community_build_b, test_sbt, test_java8]
514
+ needs : [test_non_bootstrapped, test, test_sbt, test_java8]
515
515
if : " github.event_name == 'push'
516
516
&& startsWith(github.event.ref, 'refs/tags/')
517
517
&& !startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
@@ -645,7 +645,7 @@ jobs:
645
645
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
646
646
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
647
647
- ${{ github.workspace }}/../../cache/general:/root/.cache
648
- needs : [community_build_a, community_build_b, test_sbt]
648
+ needs : [test_sbt]
649
649
if : " github.event_name == 'push'
650
650
&& startsWith(github.event.ref, 'refs/tags/sbt-dotty-')"
651
651
0 commit comments