From 62d8796767bf78617cd4ba17141fb5d957dd742d Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 16 May 2023 10:04:01 -0400 Subject: [PATCH] [ci] Move Linux repo tool tests to LUCI Enables the new LUCI repo tools test, and removes the Cirrus version. Part of https://github.com/flutter/flutter/issues/114373 --- .ci.yaml | 1 - .cirrus.yml | 5 ----- 2 files changed, 6 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index dc7cb54690e1..461602fb0cd7 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -46,7 +46,6 @@ platform_properties: targets: ### Linux tasks ### - name: Linux repo_tools_tests - bringup: true # New target recipe: packages/packages timeout: 30 properties: diff --git a/.cirrus.yml b/.cirrus.yml index 23797ff8a29c..e239560c968c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -83,11 +83,6 @@ task: zone: us-central1-a namespace: default matrix: - ### Platform-agnostic tasks ### - - name: Linux plugin_tools_tests - script: - - cd script/tool - - dart pub run test # Repository rules and best-practice enforcement. # Only channel-agnostic tests should go here since it is only run once # (on Flutter master).