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

Unified Diff: scripts/slave/recipes/gatekeeper.expected/real.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 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/gatekeeper.expected/real.json
diff --git a/scripts/slave/recipes/gatekeeper.expected/real.json b/scripts/slave/recipes/gatekeeper.expected/real.json
index f0434067c925b79b8712b0e3fcad0b4777b7602f..21ae3b9031aa59721096d43f6df92613bf439a8e 100644
--- a/scripts/slave/recipes/gatekeeper.expected/real.json
+++ b/scripts/slave/recipes/gatekeeper.expected/real.json
@@ -7,6 +7,7 @@
"[BUILD]/scripts/slave/gatekeeper_trees.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "reading gatekeeper_trees.json",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -167,6 +168,7 @@
"/creds/gatekeeper/nacl_ports_status_password",
"https://build.chromium.org/p/client.nacl.ports"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: nacl-ports"
},
{
@@ -183,6 +185,7 @@
"https://build.chromium.org/p/client.boringssl",
"https://build.chromium.org/p/client.libvpx"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: non-closers"
},
{
@@ -206,6 +209,7 @@
"/creds/gatekeeper/pdfium_status_password",
"https://build.chromium.org/p/client.pdfium"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: pdfium"
},
{
@@ -221,6 +225,7 @@
"got_revision_cp",
"https://build.chromium.org/p/client.nacl.sdk"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: nacl-sdk"
},
{
@@ -244,6 +249,7 @@
"/creds/gatekeeper/nacl_status_password",
"https://build.chromium.org/p/client.nacl"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: nacl"
},
{
@@ -263,6 +269,7 @@
"/creds/gatekeeper/infra_status_password",
"https://build.chromium.org/p/chromium.infra"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: infra"
},
{
@@ -286,6 +293,7 @@
"/creds/gatekeeper/v8_status_password",
"https://build.chromium.org/p/client.v8"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: v8"
},
{
@@ -298,6 +306,7 @@
"[BUILD]/scripts/slave/gatekeeper.json",
"https://build.chromium.org/p/chromium.perf"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: chromium.perf"
},
{
@@ -320,6 +329,7 @@
"https://build.chromium.org/p/client.skia",
"https://build.chromium.org/p/client.skia.compile"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: skia"
},
{
@@ -343,6 +353,7 @@
"/creds/gatekeeper/blink_status_password",
"https://build.chromium.org/p/chromium.webkit"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: blink"
},
{
@@ -374,6 +385,7 @@
"https://build.chromium.org/p/chromium.memory",
"https://build.chromium.org/p/chromium.win"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: chromium"
},
{
@@ -397,6 +409,7 @@
"/creds/gatekeeper/webrtc_status_password",
"https://build.chromium.org/p/client.webrtc"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: webrtc"
}
]

Powered by Google App Engine
This is Rietveld 408576698