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

Side by Side Diff: scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_slave2_failure.json

Issue 1693713005: Downstream impact from https://codereview.chromium.org/1693993002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Roll dep Created 4 years, 10 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "Linux CT Top1k RR Perf", 10 "Linux CT Top1k RR Perf",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "checkout", 127 "checkout",
128 "-f", 128 "-f",
129 "FETCH_HEAD" 129 "FETCH_HEAD"
130 ], 130 ],
131 "cwd": "[SLAVE_BUILD]/swarming.client", 131 "cwd": "[SLAVE_BUILD]/swarming.client",
132 "name": "git checkout (swarming_client)" 132 "name": "git checkout (swarming_client)"
133 }, 133 },
134 { 134 {
135 "cmd": [ 135 "cmd": [
136 "git", 136 "git",
137 "rev-parse",
138 "HEAD"
139 ],
140 "cwd": "[SLAVE_BUILD]/swarming.client",
141 "name": "read revision",
142 "stdout": "/path/to/tmp/",
143 "~followup_annotations": [
144 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "git",
137 "clean", 150 "clean",
138 "-f", 151 "-f",
139 "-d", 152 "-d",
140 "-x" 153 "-x"
141 ], 154 ],
142 "cwd": "[SLAVE_BUILD]/swarming.client", 155 "cwd": "[SLAVE_BUILD]/swarming.client",
143 "name": "git clean (swarming_client)" 156 "name": "git clean (swarming_client)"
144 }, 157 },
145 { 158 {
146 "cmd": [ 159 "cmd": [
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1112 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1100 "@@@STEP_FAILURE@@@" 1113 "@@@STEP_FAILURE@@@"
1101 ] 1114 ]
1102 }, 1115 },
1103 { 1116 {
1104 "name": "$result", 1117 "name": "$result",
1105 "reason": "Step('ct-1k-task-2 on Ubuntu-14.04') failed with return_code 1", 1118 "reason": "Step('ct-1k-task-2 on Ubuntu-14.04') failed with return_code 1",
1106 "status_code": 1 1119 "status_code": 1
1107 } 1120 }
1108 ] 1121 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698