From a4a5a33cfad5e11461d192f76edce6c220de2bdd Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 24 Feb 2025 20:54:51 +0000 Subject: [PATCH] Roll .ci.yaml changes into the LUCI configuration only when the master branch is updated (#163897) The .ci.yaml on a release branch may be missing builders that are active on the latest master version of .ci.yaml. If a configuration based on the release branch is pushed to LUCI, then CI will fail to schedule those builders when run for a master branch PR. --- .ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 4c04287f9af..6e4314eb0eb 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -561,6 +561,9 @@ targets: recipe: infra/ci_yaml presubmit: false timeout: 30 + enabled_branches: + # Don't run this on release branches + - master properties: tags: > ["framework", "hostonly", "shard", "linux"]