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

Side by Side Diff: scripts/slave/recipes/gatekeeper.expected/keep_going.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 "~followup_annotations": [ 46 "~followup_annotations": [
45 "step returned non-zero exit code: 1", 47 "step returned non-zero exit code: 1",
46 "@@@STEP_FAILURE@@@" 48 "@@@STEP_FAILURE@@@"
47 ] 49 ]
48 }, 50 },
49 { 51 {
50 "cmd": [ 52 "cmd": [
51 "python", 53 "python",
52 "-u", 54 "-u",
(...skipping 15 matching lines...) Expand all
68 "--password-file", 70 "--password-file",
69 ".blink_status_password", 71 ".blink_status_password",
70 "--default-from-email", 72 "--default-from-email",
71 "blink-buildbot@chromium-build.appspotmail.com", 73 "blink-buildbot@chromium-build.appspotmail.com",
72 "--filter-domain", 74 "--filter-domain",
73 "google.com", 75 "google.com",
74 "--status-user", 76 "--status-user",
75 "gatekeeper@google.com", 77 "gatekeeper@google.com",
76 "https://build.chromium.org/p/chromium.webkit" 78 "https://build.chromium.org/p/chromium.webkit"
77 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
78 "name": "gatekeeper: blink" 81 "name": "gatekeeper: blink"
79 } 82 }
80 ] 83 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/gatekeeper.expected/basic.json ('k') | scripts/slave/recipes/gatekeeper.expected/real.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698