From c96f115604d0ecadd91f83b880203fc4f93a8a76 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Sat, 15 Jul 2023 08:36:57 -0400 Subject: [PATCH 1/2] [ci] Switch Linux platform tests to LUCI Enables the new LUCI targets, and removes the Cirrus version. Part of https://github.com/flutter/flutter/issues/114373 --- .ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 8702a4769748..946192ab130c 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -509,7 +509,6 @@ targets: channel: stable - name: Linux_desktop platform_tests master - bringup: true # New target recipe: packages/packages timeout: 30 properties: @@ -523,7 +522,6 @@ targets: ] - name: Linux_desktop platform_tests stable - bringup: true # New target recipe: packages/packages presubmit: false timeout: 30 From 9a7728249c2f16ef35ab0e2a04498ebbc0774eaf Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Sat, 15 Jul 2023 08:37:46 -0400 Subject: [PATCH 2/2] Remove Cirrus version --- .cirrus.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 70d9c1100de5..e8258bcb5732 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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