File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,6 @@ targets:
507
507
channel : stable
508
508
509
509
- name : Linux_desktop platform_tests master
510
- bringup : true # New target
511
510
recipe : packages/packages
512
511
timeout : 30
513
512
properties :
@@ -521,7 +520,6 @@ targets:
521
520
]
522
521
523
522
- name : Linux_desktop platform_tests stable
524
- bringup : true # New target
525
523
recipe : packages/packages
526
524
presubmit : false
527
525
timeout : 30
Original file line number Diff line number Diff line change 69
69
- else
70
70
- ./script/tool_runner.sh federation-safety-check
71
71
- fi
72
- # ## Linux desktop tasks ###
73
- - name : linux-platform_tests
74
- # Don't run full platform tests on both channels in pre-submit.
75
- skip : $CIRRUS_PR != '' && $CHANNEL == 'stable'
76
- env :
77
- matrix :
78
- CHANNEL : " master"
79
- CHANNEL : " stable"
80
- build_script :
81
- - ./script/tool_runner.sh build-examples --linux
82
- native_test_script :
83
- - xvfb-run ./script/tool_runner.sh native-test --linux --no-integration
84
- drive_script :
85
- - xvfb-run ./script/tool_runner.sh drive-examples --linux --exclude=script/configs/exclude_integration_linux.yaml
86
72
87
73
# Heavy-workload Linux tasks.
88
74
# These use machines with more CPUs and memory, so will reduce parallelization
You can’t perform that action at this time.
0 commit comments