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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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/keep_going.json
diff --git a/scripts/slave/recipes/gatekeeper.expected/keep_going.json b/scripts/slave/recipes/gatekeeper.expected/keep_going.json
index 00bc6d4146d86ab0e9c6debb393b9f3581455f56..44d62e57a571accd522e6fce7cd84cd9bd8095a3 100644
--- a/scripts/slave/recipes/gatekeeper.expected/keep_going.json
+++ b/scripts/slave/recipes/gatekeeper.expected/keep_going.json
@@ -4,9 +4,10 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[ROOT]/b/build/scripts/slave/gatekeeper_trees.json",
+ "[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@{@@@",
@@ -38,8 +39,9 @@
"RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py",
"-v",
"--json",
- "[ROOT]/b/build/scripts/slave/gatekeeper.json"
+ "[BUILD]/scripts/slave/gatekeeper.json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: chromium",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -53,7 +55,7 @@
"RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py",
"-v",
"--json",
- "[ROOT]/b/build/scripts/slave/gatekeeper.json",
+ "[BUILD]/scripts/slave/gatekeeper.json",
"--status-url",
"https://blink-status.appspot.com",
"--sheriff-url",
@@ -75,6 +77,7 @@
"gatekeeper@google.com",
"https://build.chromium.org/p/chromium.webkit"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gatekeeper: blink"
},
{
« no previous file with comments | « scripts/slave/recipes/gatekeeper.expected/basic.json ('k') | scripts/slave/recipes/gyp.expected/fake_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698