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

Side by Side Diff: scripts/slave/recipes/gatekeeper.expected/basic.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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[BUILD]/scripts/slave/gatekeeper_trees.json", 7 "[BUILD]/scripts/slave/gatekeeper_trees.json",
8 "/path/to/tmp/json" 8 "/path/to/tmp/json"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]",
10 "name": "reading gatekeeper_trees.json", 11 "name": "reading gatekeeper_trees.json",
11 "~followup_annotations": [ 12 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@json.output@{@@@", 13 "@@@STEP_LOG_LINE@json.output@{@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"blink\": {@@@", 14 "@@@STEP_LOG_LINE@json.output@ \"blink\": {@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build-db\": \"blink_build_db.json\", @ @@", 15 "@@@STEP_LOG_LINE@json.output@ \"build-db\": \"blink_build_db.json\", @ @@",
15 "@@@STEP_LOG_LINE@json.output@ \"filter-domain\": \"google.com\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"filter-domain\": \"google.com\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"masters\": [@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"masters\": [@@@",
17 "@@@STEP_LOG_LINE@json.output@ \"https://build.chromium.org/p/chromiu m.webkit\"@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"https://build.chromium.org/p/chromiu m.webkit\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"open-tree\": true, @@@", 20 "@@@STEP_LOG_LINE@json.output@ \"open-tree\": true, @@@",
(...skipping 13 matching lines...) Expand all
33 }, 34 },
34 { 35 {
35 "cmd": [ 36 "cmd": [
36 "python", 37 "python",
37 "-u", 38 "-u",
38 "[BUILD]/scripts/slave/gatekeeper_ng.py", 39 "[BUILD]/scripts/slave/gatekeeper_ng.py",
39 "-v", 40 "-v",
40 "--json", 41 "--json",
41 "[BUILD]/scripts/slave/gatekeeper.json" 42 "[BUILD]/scripts/slave/gatekeeper.json"
42 ], 43 ],
44 "cwd": "[SLAVE_BUILD]",
43 "name": "gatekeeper: chromium" 45 "name": "gatekeeper: chromium"
44 }, 46 },
45 { 47 {
46 "cmd": [ 48 "cmd": [
47 "python", 49 "python",
48 "-u", 50 "-u",
49 "[BUILD]/scripts/slave/gatekeeper_ng.py", 51 "[BUILD]/scripts/slave/gatekeeper_ng.py",
50 "-v", 52 "-v",
51 "--json", 53 "--json",
52 "[BUILD]/scripts/slave/gatekeeper.json", 54 "[BUILD]/scripts/slave/gatekeeper.json",
(...skipping 11 matching lines...) Expand all
64 "--password-file", 66 "--password-file",
65 ".blink_status_password", 67 ".blink_status_password",
66 "--default-from-email", 68 "--default-from-email",
67 "blink-buildbot@chromium-build.appspotmail.com", 69 "blink-buildbot@chromium-build.appspotmail.com",
68 "--filter-domain", 70 "--filter-domain",
69 "google.com", 71 "google.com",
70 "--status-user", 72 "--status-user",
71 "gatekeeper@google.com", 73 "gatekeeper@google.com",
72 "https://build.chromium.org/p/chromium.webkit" 74 "https://build.chromium.org/p/chromium.webkit"
73 ], 75 ],
76 "cwd": "[SLAVE_BUILD]",
74 "name": "gatekeeper: blink" 77 "name": "gatekeeper: blink"
75 } 78 }
76 ] 79 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698