Skip to content

Commit

Permalink
[ci] Switch Linux platform tests to LUCI (flutter#4479)
Browse files Browse the repository at this point in the history
Enables the new LUCI targets, and removes the Cirrus version.

Part of flutter#114373
  • Loading branch information
stuartmorgan committed Jul 17, 2023
1 parent 9a5b61a commit 756394d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ targets:
channel: stable

- name: Linux_desktop platform_tests master
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
Expand All @@ -521,7 +520,6 @@ targets:
]
- name: Linux_desktop platform_tests stable
bringup: true # New target
recipe: packages/packages
presubmit: false
timeout: 30
Expand Down
14 changes: 0 additions & 14 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ task:
- else
- ./script/tool_runner.sh federation-safety-check
- fi
### Linux desktop tasks ###
- name: linux-platform_tests
# Don't run full platform tests on both channels in pre-submit.
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
env:
matrix:
CHANNEL: "master"
CHANNEL: "stable"
build_script:
- ./script/tool_runner.sh build-examples --linux
native_test_script:
- xvfb-run ./script/tool_runner.sh native-test --linux --no-integration
drive_script:
- xvfb-run ./script/tool_runner.sh drive-examples --linux --exclude=script/configs/exclude_integration_linux.yaml

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

0 comments on commit 756394d

Please sign in to comment.