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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/compile_failure.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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_gn_rel", 10 "linux_chromium_gn_rel",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
68 ] 69 ]
69 }, 70 },
70 { 71 {
71 "cmd": [ 72 "cmd": [
72 "python", 73 "python",
73 "-u", 74 "-u",
74 "[DEPOT_TOOLS]/gclient.py", 75 "[DEPOT_TOOLS]/gclient.py",
75 "runhooks" 76 "runhooks"
76 ], 77 ],
78 "cwd": "[SLAVE_BUILD]",
77 "env": { 79 "env": {
78 "GYP_CHROMIUM_NO_ACTION": "1" 80 "GYP_CHROMIUM_NO_ACTION": "1"
79 }, 81 },
80 "name": "gclient runhooks" 82 "name": "gclient runhooks"
81 }, 83 },
82 { 84 {
83 "cmd": [ 85 "cmd": [
84 "python", 86 "python",
85 "-u", 87 "-u",
86 "[SLAVE_BUILD]/src/tools/mb/mb.py", 88 "[SLAVE_BUILD]/src/tools/mb/mb.py",
87 "gen", 89 "gen",
88 "-v", 90 "-v",
89 "-m", 91 "-m",
90 "tryserver.chromium.linux", 92 "tryserver.chromium.linux",
91 "-b", 93 "-b",
92 "linux_chromium_gn_rel", 94 "linux_chromium_gn_rel",
93 "--config-file", 95 "--config-file",
94 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 96 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
95 "--goma-dir", 97 "--goma-dir",
96 "[BUILD]/goma", 98 "[BUILD]/goma",
97 "//out/Release" 99 "//out/Release"
98 ], 100 ],
101 "cwd": "[SLAVE_BUILD]",
99 "name": "Generate build files" 102 "name": "Generate build files"
100 }, 103 },
101 { 104 {
102 "cmd": [ 105 "cmd": [
103 "python", 106 "python",
104 "-u", 107 "-u",
105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
106 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.linux.json", 109 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.linux.json",
107 "/path/to/tmp/json" 110 "/path/to/tmp/json"
108 ], 111 ],
112 "cwd": "[SLAVE_BUILD]",
109 "name": "read test spec", 113 "name": "read test spec",
110 "~followup_annotations": [ 114 "~followup_annotations": [
111 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium. linux.json@@@", 115 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium. linux.json@@@",
112 "@@@STEP_LOG_LINE@json.output@{@@@", 116 "@@@STEP_LOG_LINE@json.output@{@@@",
113 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_gn_rel\": {@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_gn_rel\": {@@@",
114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 118 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
115 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
116 "@@@STEP_LOG_LINE@json.output@ ]@@@", 120 "@@@STEP_LOG_LINE@json.output@ ]@@@",
117 "@@@STEP_LOG_LINE@json.output@ }@@@", 121 "@@@STEP_LOG_LINE@json.output@ }@@@",
118 "@@@STEP_LOG_LINE@json.output@}@@@", 122 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 16 matching lines...) Expand all
135 ] 139 ]
136 }, 140 },
137 { 141 {
138 "cmd": [ 142 "cmd": [
139 "python", 143 "python",
140 "-u", 144 "-u",
141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 145 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
142 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 146 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
143 "/path/to/tmp/json" 147 "/path/to/tmp/json"
144 ], 148 ],
149 "cwd": "[SLAVE_BUILD]",
145 "name": "read filter exclusion spec", 150 "name": "read filter exclusion spec",
146 "~followup_annotations": [ 151 "~followup_annotations": [
147 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 152 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
148 "@@@STEP_LOG_LINE@json.output@{@@@", 153 "@@@STEP_LOG_LINE@json.output@{@@@",
149 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 155 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
151 "@@@STEP_LOG_LINE@json.output@ }, @@@", 156 "@@@STEP_LOG_LINE@json.output@ }, @@@",
152 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 157 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 158 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
154 "@@@STEP_LOG_LINE@json.output@ }, @@@", 159 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 12 matching lines...) Expand all
167 "analyze", 172 "analyze",
168 "-m", 173 "-m",
169 "tryserver.chromium.linux", 174 "tryserver.chromium.linux",
170 "-b", 175 "-b",
171 "linux_chromium_gn_rel", 176 "linux_chromium_gn_rel",
172 "-v", 177 "-v",
173 "//out/Release", 178 "//out/Release",
174 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"all\"]}", 179 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"all\"]}",
175 "/path/to/tmp/json" 180 "/path/to/tmp/json"
176 ], 181 ],
182 "cwd": "[SLAVE_BUILD]",
177 "name": "analyze", 183 "name": "analyze",
178 "~followup_annotations": [ 184 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output@{@@@", 185 "@@@STEP_LOG_LINE@json.output@{@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 186 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 187 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
182 "@@@STEP_LOG_LINE@json.output@ ], @@@", 188 "@@@STEP_LOG_LINE@json.output@ ], @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 189 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", 190 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@",
185 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", 191 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
186 "@@@STEP_LOG_LINE@json.output@ ]@@@", 192 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "[SLAVE_BUILD]/src", 224 "[SLAVE_BUILD]/src",
219 "--build-tool", 225 "--build-tool",
220 "ninja", 226 "ninja",
221 "--compiler", 227 "--compiler",
222 "goma", 228 "goma",
223 "--goma-dir", 229 "--goma-dir",
224 "[BUILD]/goma", 230 "[BUILD]/goma",
225 "--", 231 "--",
226 "base_unittests" 232 "base_unittests"
227 ], 233 ],
234 "cwd": "[SLAVE_BUILD]",
228 "name": "compile", 235 "name": "compile",
229 "~followup_annotations": [ 236 "~followup_annotations": [
230 "step returned non-zero exit code: 1", 237 "step returned non-zero exit code: 1",
231 "@@@STEP_FAILURE@@@", 238 "@@@STEP_FAILURE@@@",
232 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@" 239 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@"
233 ] 240 ]
234 }, 241 },
235 { 242 {
236 "name": "$final_result", 243 "name": "$final_result",
237 "reason": "Step('compile') failed with return_code 1", 244 "reason": "Step('compile') failed with return_code 1",
238 "status_code": 1 245 "status_code": 1
239 } 246 }
240 ] 247 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698