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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_Trybot.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_PACKAGE[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c hromium/src.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DE PS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/c hromium/src.git'}]"
10 ], 10 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "checkout", 92 "checkout",
93 "-f", 93 "-f",
94 "FETCH_HEAD" 94 "FETCH_HEAD"
95 ], 95 ],
96 "cwd": "[SLAVE_BUILD]/swarming.client", 96 "cwd": "[SLAVE_BUILD]/swarming.client",
97 "name": "git checkout (swarming_client)" 97 "name": "git checkout (swarming_client)"
98 }, 98 },
99 { 99 {
100 "cmd": [ 100 "cmd": [
101 "git", 101 "git",
102 "rev-parse",
103 "HEAD"
104 ],
105 "cwd": "[SLAVE_BUILD]/swarming.client",
106 "name": "read revision",
107 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [
109 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
110 ]
111 },
112 {
113 "cmd": [
114 "git",
102 "clean", 115 "clean",
103 "-f", 116 "-f",
104 "-d", 117 "-d",
105 "-x" 118 "-x"
106 ], 119 ],
107 "cwd": "[SLAVE_BUILD]/swarming.client", 120 "cwd": "[SLAVE_BUILD]/swarming.client",
108 "name": "git clean (swarming_client)" 121 "name": "git clean (swarming_client)"
109 }, 122 },
110 { 123 {
111 "cmd": [ 124 "cmd": [
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 "@@@STEP_LOG_END@json.output@@@", 1271 "@@@STEP_LOG_END@json.output@@@",
1259 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1272 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1260 ] 1273 ]
1261 }, 1274 },
1262 { 1275 {
1263 "name": "$result", 1276 "name": "$result",
1264 "recipe_result": null, 1277 "recipe_result": null,
1265 "status_code": 0 1278 "status_code": 0
1266 } 1279 }
1267 ] 1280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698