@@ -229,7 +229,6 @@ task:
229
229
- dart --enable-asserts ./dev/bots/test.dart
230
230
231
231
- name : hostonly_devicelab_tests-0-linux
232
- only_if : " $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master'" # https://github.com/flutter/flutter/issues/45453
233
232
environment :
234
233
# Some of the host-only devicelab tests are pretty involved and need a lot of RAM.
235
234
CPU : 2
@@ -238,7 +237,6 @@ task:
238
237
- dart --enable-asserts ./dev/bots/test.dart
239
238
240
239
- name : hostonly_devicelab_tests-1-linux
241
- only_if : " $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master'" # https://github.com/flutter/flutter/issues/45453
242
240
environment :
243
241
# Some of the host-only devicelab tests are pretty involved and need a lot of RAM.
244
242
CPU : 2
@@ -247,7 +245,6 @@ task:
247
245
- dart --enable-asserts ./dev/bots/test.dart
248
246
249
247
- name : hostonly_devicelab_tests-2-linux
250
- only_if : " $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master'" # https://github.com/flutter/flutter/issues/45453
251
248
environment :
252
249
# Some of the host-only devicelab tests are pretty involved and need a lot of RAM.
253
250
CPU : 2
@@ -256,7 +253,6 @@ task:
256
253
- dart --enable-asserts ./dev/bots/test.dart
257
254
258
255
- name : hostonly_devicelab_tests-3_last-linux
259
- only_if : " $CIRRUS_PR != '' || $CIRRUS_BRANCH == 'master'" # https://github.com/flutter/flutter/issues/45453
260
256
environment :
261
257
# Some of the host-only devicelab tests are pretty involved and need a lot of RAM.
262
258
CPU : 2
@@ -403,22 +399,22 @@ task:
403
399
- dart --enable-asserts dev\bots\test.dart
404
400
405
401
- name : hostonly_devicelab_tests-0-windows
406
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
402
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
407
403
script :
408
404
- dart --enable-asserts ./dev/bots/test.dart
409
405
410
406
- name : hostonly_devicelab_tests-1-windows
411
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
407
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
412
408
script :
413
409
- dart --enable-asserts ./dev/bots/test.dart
414
410
415
411
- name : hostonly_devicelab_tests-2-windows
416
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
412
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
417
413
script :
418
414
- dart --enable-asserts ./dev/bots/test.dart
419
415
420
416
- name : hostonly_devicelab_tests-3_last-windows
421
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
417
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
422
418
script :
423
419
- dart --enable-asserts ./dev/bots/test.dart
424
420
@@ -516,25 +512,25 @@ task:
516
512
- dart --enable-asserts ./dev/bots/test.dart
517
513
518
514
- name : hostonly_devicelab_tests-0-macos
519
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
515
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
520
516
script :
521
517
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
522
518
- dart --enable-asserts ./dev/bots/test.dart
523
519
524
520
- name : hostonly_devicelab_tests-1-macos
525
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
521
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
526
522
script :
527
523
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
528
524
- dart --enable-asserts ./dev/bots/test.dart
529
525
530
526
- name : hostonly_devicelab_tests-2-macos
531
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
527
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
532
528
script :
533
529
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
534
530
- dart --enable-asserts ./dev/bots/test.dart
535
531
536
532
- name : hostonly_devicelab_tests-3_last-macos
537
- only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || ( $CIRRUS_PR == '' && $CIRRUS_BRANCH == 'master') " # https://github.com/flutter/flutter/issues/41941 https://github.com/flutter/flutter/issues/45453
533
+ only_if : " changesInclude('.cirrus.yml', 'dev/**', 'bin/internal/**') || $CIRRUS_PR == ''" # https://github.com/flutter/flutter/issues/41941
538
534
script :
539
535
- ulimit -S -n 2048 # https://github.com/flutter/flutter/issues/2976
540
536
- dart --enable-asserts ./dev/bots/test.dart
0 commit comments