Commit 8e8ac3b6 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

infra: Experiment with per-builder description_html on staging.

Testing what a description will look like on Milo for a staging builder.

Bug: None
Change-Id: I22cb9374ba60bdddc24879567d3abe6890eb68dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355275Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798173}
parent 26ce7bda
...@@ -68,6 +68,7 @@ ci_builder( ...@@ -68,6 +68,7 @@ ci_builder(
ci_builder( ci_builder(
name = "linux-rel-swarming", name = "linux-rel-swarming",
description_html = "Test description. <b>Test HTML</b>."
) )
ci_builder( ci_builder(
......
...@@ -96,6 +96,7 @@ buckets { ...@@ -96,6 +96,7 @@ buckets {
test_results {} test_results {}
} }
} }
description_html: "Test description. <b>Test HTML</b>."
} }
builders { builders {
name: "linux-rel-swarming-staging" name: "linux-rel-swarming-staging"
......
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