Skip to content

Commit 756394d

Browse files
[ci] Switch Linux platform tests to LUCI (flutter#4479)
Enables the new LUCI targets, and removes the Cirrus version. Part of flutter#114373
1 parent 9a5b61a commit 756394d

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ targets:
507507
channel: stable
508508

509509
- name: Linux_desktop platform_tests master
510-
bringup: true # New target
511510
recipe: packages/packages
512511
timeout: 30
513512
properties:
@@ -521,7 +520,6 @@ targets:
521520
]
522521
523522
- name: Linux_desktop platform_tests stable
524-
bringup: true # New target
525523
recipe: packages/packages
526524
presubmit: false
527525
timeout: 30

.cirrus.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ task:
6969
- else
7070
- ./script/tool_runner.sh federation-safety-check
7171
- 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
8672

8773
# Heavy-workload Linux tasks.
8874
# These use machines with more CPUs and memory, so will reduce parallelization

0 commit comments

Comments
 (0)