From 9bcacae1a522c0f0336af19a33b8b5261ac0aca5 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Thu, 8 Jun 2023 13:55:23 -0700 Subject: [PATCH] Remove all the uses of master branch in the .ci.yaml file. Master branch is not the default branch in the engine anymore and we should not run any builds on it. Bug: https://github.com/flutter/flutter/issues/90476 --- .ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 8b1b882c48418..8d5264a31a61a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -106,7 +106,6 @@ targets: recipe: engine/scenarios enabled_branches: - main - - master properties: dependencies: >- [ @@ -186,7 +185,6 @@ targets: - name: Linux Benchmarks enabled_branches: - main - - master recipe: engine/engine_metrics presubmit: false properties: @@ -250,7 +248,6 @@ targets: recipe: engine/framework_smoke enabled_branches: - main - - master timeout: 60 - name: Linux Host Engine @@ -420,7 +417,6 @@ targets: recipe: engine/web_engine_framework enabled_branches: - main - - master properties: add_recipes_cq: "true" cores: "32"