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

Side by Side Diff: scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_RR.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 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 "~followup_annotations": [ 1421 "~followup_annotations": [
1409 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@" 1422 "@@@SET_BUILD_PROPERTY@Number of webpages@5@@@"
1410 ] 1423 ]
1411 }, 1424 },
1412 { 1425 {
1413 "name": "$result", 1426 "name": "$result",
1414 "recipe_result": null, 1427 "recipe_result": null,
1415 "status_code": 0 1428 "status_code": 0
1416 } 1429 }
1417 ] 1430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698