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

Side by Side 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, 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
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 "[ROOT]/b/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 11 matching lines...) Expand all
31 "@@@STEP_LOG_END@json.output@@@" 32 "@@@STEP_LOG_END@json.output@@@"
32 ] 33 ]
33 }, 34 },
34 { 35 {
35 "cmd": [ 36 "cmd": [
36 "python", 37 "python",
37 "-u", 38 "-u",
38 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py", 39 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py",
39 "-v", 40 "-v",
40 "--json", 41 "--json",
41 "[ROOT]/b/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",
53 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py", 55 "RECIPE_PACKAGE_REPO[build]/scripts/slave/gatekeeper_ng.py",
54 "-v", 56 "-v",
55 "--json", 57 "--json",
56 "[ROOT]/b/build/scripts/slave/gatekeeper.json", 58 "[BUILD]/scripts/slave/gatekeeper.json",
57 "--status-url", 59 "--status-url",
58 "https://blink-status.appspot.com", 60 "https://blink-status.appspot.com",
59 "--sheriff-url", 61 "--sheriff-url",
60 "https://build.chromium.org/p/chromium/%s.js", 62 "https://build.chromium.org/p/chromium/%s.js",
61 "--set-status", 63 "--set-status",
62 "--open-tree", 64 "--open-tree",
63 "--track-revisions", 65 "--track-revisions",
64 "--revision-properties", 66 "--revision-properties",
65 "got_revision,got_webkit_revision", 67 "got_revision,got_webkit_revision",
66 "--build-db", 68 "--build-db",
67 "blink_build_db.json", 69 "blink_build_db.json",
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 {
81 "name": "$result", 84 "name": "$result",
82 "recipe_result": null, 85 "recipe_result": null,
83 "status_code": 0 86 "status_code": 0
84 } 87 }
85 ] 88 ]
OLDNEW
« 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