Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Unified Diff: go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg

Issue 2160913003: swarmbucket: fix empty dimension value (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: add swarmbucketbuilders test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/builders.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg
diff --git a/go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg b/go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg
index c6911d998657b7d701771f3bbca1d886c799cf88..1949c16d24c8f71f1181682c2c4650762c282c67 100755
--- a/go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg
+++ b/go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/expected.cfg
@@ -3,6 +3,7 @@ common_dimensions: "cpu:x86-64"
common_dimensions: "pool:Chrome"
common_recipe {
repository: "https://chromium.googlesource.com/chromium/tools/build"
+ properties: "a:a"
}
# Keep builders sorted by category, then name.
@@ -13,6 +14,7 @@ builders {
dimensions: "os:Ubuntu-14.04"
recipe {
name: "run_presubmit"
+ properties: "a:"
properties: "repo_name:build"
properties_j: "runhooks:true"
}
« no previous file with comments | « go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/testdata/builders.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698