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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/runhooks_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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "tryserver.chromium.win", 17 "tryserver.chromium.win",
17 "--builder", 18 "--builder",
(...skipping 10 matching lines...) Expand all
28 "12853011", 29 "12853011",
29 "--patchset", 30 "--patchset",
30 "1", 31 "1",
31 "--rietveld_server", 32 "--rietveld_server",
32 "https://codereview.chromium.org", 33 "https://codereview.chromium.org",
33 "--output_json", 34 "--output_json",
34 "/path/to/tmp/json", 35 "/path/to/tmp/json",
35 "--revision", 36 "--revision",
36 "src@HEAD" 37 "src@HEAD"
37 ], 38 ],
39 "cwd": "[SLAVE_BUILD]",
38 "name": "bot_update", 40 "name": "bot_update",
39 "~followup_annotations": [ 41 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 42 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 43 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
74 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
75 ] 77 ]
76 }, 78 },
77 { 79 {
78 "cmd": [ 80 "cmd": [
79 "python", 81 "python",
80 "-u", 82 "-u",
81 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 83 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
82 "--version" 84 "--version"
83 ], 85 ],
86 "cwd": "[SLAVE_BUILD]",
84 "name": "swarming.py --version", 87 "name": "swarming.py --version",
85 "stdout": "/path/to/tmp/", 88 "stdout": "/path/to/tmp/",
86 "~followup_annotations": [ 89 "~followup_annotations": [
87 "@@@STEP_TEXT@0.4.10@@@" 90 "@@@STEP_TEXT@0.4.10@@@"
88 ] 91 ]
89 }, 92 },
90 { 93 {
91 "cmd": [ 94 "cmd": [
92 "python", 95 "python",
93 "-u", 96 "-u",
94 "[DEPOT_TOOLS]\\gclient.py", 97 "[DEPOT_TOOLS]\\gclient.py",
95 "runhooks" 98 "runhooks"
96 ], 99 ],
100 "cwd": "[SLAVE_BUILD]",
97 "env": { 101 "env": {
98 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 102 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
99 }, 103 },
100 "name": "gclient runhooks (with patch)", 104 "name": "gclient runhooks (with patch)",
101 "~followup_annotations": [ 105 "~followup_annotations": [
102 "step returned non-zero exit code: 1", 106 "step returned non-zero exit code: 1",
103 "@@@STEP_FAILURE@@@" 107 "@@@STEP_FAILURE@@@"
104 ] 108 ]
105 }, 109 },
106 { 110 {
107 "cmd": [ 111 "cmd": [
108 "python", 112 "python",
109 "-u", 113 "-u",
110 "[BUILD]\\scripts\\slave\\kill_processes.py" 114 "[BUILD]\\scripts\\slave\\kill_processes.py"
111 ], 115 ],
116 "cwd": "[SLAVE_BUILD]",
112 "name": "taskkill (2)" 117 "name": "taskkill (2)"
113 }, 118 },
114 { 119 {
115 "cmd": [ 120 "cmd": [
116 "python", 121 "python",
117 "-u", 122 "-u",
118 "[BUILD]\\scripts\\slave\\bot_update.py", 123 "[BUILD]\\scripts\\slave\\bot_update.py",
119 "--master", 124 "--master",
120 "tryserver.chromium.win", 125 "tryserver.chromium.win",
121 "--builder", 126 "--builder",
122 "win_chromium_rel_ng", 127 "win_chromium_rel_ng",
123 "--slave", 128 "--slave",
124 "TestSlavename", 129 "TestSlavename",
125 "--spec", 130 "--spec",
126 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 131 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
127 "--root", 132 "--root",
128 "src", 133 "src",
129 "--revision_mapping_file", 134 "--revision_mapping_file",
130 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 135 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
131 "--rietveld_server", 136 "--rietveld_server",
132 "https://codereview.chromium.org", 137 "https://codereview.chromium.org",
133 "--output_json", 138 "--output_json",
134 "/path/to/tmp/json", 139 "/path/to/tmp/json",
135 "--revision", 140 "--revision",
136 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 141 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
137 "--force" 142 "--force"
138 ], 143 ],
144 "cwd": "[SLAVE_BUILD]",
139 "name": "bot_update (without patch)", 145 "name": "bot_update (without patch)",
140 "~followup_annotations": [ 146 "~followup_annotations": [
141 "@@@STEP_TEXT@Some step text@@@", 147 "@@@STEP_TEXT@Some step text@@@",
142 "@@@STEP_LOG_LINE@json.output@{@@@", 148 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 149 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
144 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 150 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 151 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
146 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
147 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 153 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
148 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 154 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 14 matching lines...) Expand all
163 "@@@STEP_LOG_END@json.output@@@" 169 "@@@STEP_LOG_END@json.output@@@"
164 ] 170 ]
165 }, 171 },
166 { 172 {
167 "cmd": [ 173 "cmd": [
168 "python", 174 "python",
169 "-u", 175 "-u",
170 "[DEPOT_TOOLS]\\gclient.py", 176 "[DEPOT_TOOLS]\\gclient.py",
171 "runhooks" 177 "runhooks"
172 ], 178 ],
179 "cwd": "[SLAVE_BUILD]",
173 "env": { 180 "env": {
174 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1" 181 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te st_isolation_mode=prepare use_goma=1"
175 }, 182 },
176 "name": "gclient runhooks (without patch)", 183 "name": "gclient runhooks (without patch)",
177 "~followup_annotations": [ 184 "~followup_annotations": [
178 "step returned non-zero exit code: 1", 185 "step returned non-zero exit code: 1",
179 "@@@STEP_FAILURE@@@", 186 "@@@STEP_FAILURE@@@",
180 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", 187 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@",
181 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@" 188 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0 fab3\"@@@"
182 ] 189 ]
183 }, 190 },
184 { 191 {
185 "name": "$final_result", 192 "name": "$final_result",
186 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1", 193 "reason": "Step('gclient runhooks (without patch)') failed with return_code 1",
187 "status_code": 1 194 "status_code": 1
188 } 195 }
189 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698