summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-09-19 11:30:16 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-20 17:11:26 +0000
commit80f0002742f45cb83cd7d60a24d024d717100e35 (patch)
tree30e009a2b2df48f30eace4513b037b5e079cb7ca
parente132da8dc36a0d726436ced9a1e86a4cc7e72da7 (diff)
downloadchrome-ec-80f0002742f45cb83cd7d60a24d024d717100e35.tar.gz
util/update_release_branch: Update footer to force CQ builds
The previous footer no longer works for forcing a full CQ run. See http://shortn/_32crctlVCA for details. BRANCH=none BUG=b:179509333 TEST=none Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I2bc7429b9a04682909d20c0bcdcbba4900ac4ff9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3905354 Reviewed-by: Keith Short <keithshort@chromium.org>
-rwxr-xr-xutil/update_release_branch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/update_release_branch.py b/util/update_release_branch.py
index f03fc91253..0a871724fe 100755
--- a/util/update_release_branch.py
+++ b/util/update_release_branch.py
@@ -75,7 +75,7 @@ BRANCH=None
{BUG_FIELD}
TEST=`make -j buildall`
-Cq-Include-Trybots: chromeos/cq:cq-orchestrator
+Force-Relevant-Builds: all
"""
# Wrap the commands and bug field such that we don't exceed 72 cols.
relevant_commits_cmd = textwrap.fill(relevant_commits_cmd, width=72)