Commit f2fbfc82 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Set the refs for the branch main consoles.

Bug: 922150
Change-Id: I366ee7d1eb9a4fd4e97b510e20573deee6ed2983
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919604
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715980}
parent 87a24bc4
......@@ -3,6 +3,9 @@ luci.console_view(
name = 'main-beta',
header = '//consoles/chromium-header.textpb',
repo = 'https://chromium.googlesource.com/chromium/src',
# TODO(gbeaty) Define the main consoles inside the respective versioned
# directories once their contents are stablilized
refs = ['refs/branch-heads/3945'],
title = 'Chromium Beta Console',
entries = [
luci.console_view_entry(
......
......@@ -3,6 +3,9 @@ luci.console_view(
name = 'main-stable',
header = '//consoles/chromium-header.textpb',
repo = 'https://chromium.googlesource.com/chromium/src',
# TODO(gbeaty) Define the main consoles inside the respective versioned
# directories once their contents are stablilized
refs = ['refs/branch-heads/3904'],
title = 'Chromium Stable Console',
entries = [
luci.console_view_entry(
......
......@@ -10679,7 +10679,7 @@ consoles: <
id: "main-beta"
name: "Chromium Beta Console"
repo_url: "https://chromium.googlesource.com/chromium/src"
refs: "regexp:refs/heads/master"
refs: "regexp:refs/branch-heads/3945"
manifest_name: "REVISION"
builders: <
name: "buildbucket/luci.chromium.ci-beta/Linux Builder"
......@@ -10951,7 +10951,7 @@ consoles: <
id: "main-stable"
name: "Chromium Stable Console"
repo_url: "https://chromium.googlesource.com/chromium/src"
refs: "regexp:refs/heads/master"
refs: "regexp:refs/branch-heads/3904"
manifest_name: "REVISION"
builders: <
name: "buildbucket/luci.chromium.ci-stable/Linux Builder"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment