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

Unified Diff: scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase Created 4 years, 3 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
Index: scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json
diff --git a/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json b/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json
index 618482750df0cca4faa6edc7901b6bbed9ec0bac..f54142c9467f5da51a114bb68c35e2e55501a479 100644
--- a/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json
+++ b/scripts/slave/recipe_modules/pgo/example.expected/full_chromium_pgo_test_Test_builder.json
@@ -206,6 +206,12 @@
"[SLAVE_BUILD]\\src",
"--goma-cache-dir",
"[GOMA_CACHE]",
+ "--buildbot-buildername",
+ "Test builder",
+ "--buildbot-mastername",
+ "chromium_pgo.test",
+ "--buildbot-slavename",
+ "TestSlavename",
"--",
"chrome"
],
@@ -704,6 +710,12 @@
"[SLAVE_BUILD]\\src",
"--goma-cache-dir",
"[GOMA_CACHE]",
+ "--buildbot-buildername",
+ "Test builder",
+ "--buildbot-mastername",
+ "chromium_pgo.test",
+ "--buildbot-slavename",
+ "TestSlavename",
"--",
"chrome"
],

Powered by Google App Engine
This is Rietveld 408576698