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

Unified Diff: scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json

Issue 2307743002: Reland "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/recipes/closure_compilation.expected/closure_compilation_try.json
diff --git a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
index 3b5cdc3c1290c21af04f441680465ef7d160468c..8f4b7ff29be0e5a57279dbe790b51d0f4b40d027 100644
--- a/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
+++ b/scripts/slave/recipes/closure_compilation.expected/closure_compilation_try.json
@@ -137,6 +137,12 @@
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
"[GOMA_CACHE]",
+ "--buildbot-buildername",
+ "closure_compilation",
+ "--buildbot-mastername",
+ "tryserver.chromium.linux",
+ "--buildbot-slavename",
+ "TestSlavename",
"--"
],
"env": {
@@ -169,6 +175,12 @@
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
"[GOMA_CACHE]",
+ "--buildbot-buildername",
+ "closure_compilation",
+ "--buildbot-mastername",
+ "tryserver.chromium.linux",
+ "--buildbot-slavename",
+ "TestSlavename",
"--"
],
"env": {

Powered by Google App Engine
This is Rietveld 408576698