OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf
or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path.
isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre
e(path)\n", | 6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf
or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path.
isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre
e(path)\n", |
7 "[SLAVE_BUILD]", | 7 "[SLAVE_BUILD]", |
8 "libs", | 8 "libs", |
9 "obj", | 9 "obj", |
10 "armeabi-v7a" | 10 "armeabi-v7a" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "checkout", | 56 "checkout", |
57 "-f", | 57 "-f", |
58 "FETCH_HEAD" | 58 "FETCH_HEAD" |
59 ], | 59 ], |
60 "cwd": "[SLAVE_BUILD]/android_tools", | 60 "cwd": "[SLAVE_BUILD]/android_tools", |
61 "name": "git checkout" | 61 "name": "git checkout" |
62 }, | 62 }, |
63 { | 63 { |
64 "cmd": [ | 64 "cmd": [ |
65 "git", | 65 "git", |
| 66 "rev-parse", |
| 67 "HEAD" |
| 68 ], |
| 69 "cwd": "[SLAVE_BUILD]/android_tools", |
| 70 "name": "read revision", |
| 71 "stdout": "/path/to/tmp/", |
| 72 "~followup_annotations": [ |
| 73 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 74 ] |
| 75 }, |
| 76 { |
| 77 "cmd": [ |
| 78 "git", |
66 "clean", | 79 "clean", |
67 "-f", | 80 "-f", |
68 "-d", | 81 "-d", |
69 "-x" | 82 "-x" |
70 ], | 83 ], |
71 "cwd": "[SLAVE_BUILD]/android_tools", | 84 "cwd": "[SLAVE_BUILD]/android_tools", |
72 "name": "git clean" | 85 "name": "git clean" |
73 }, | 86 }, |
74 { | 87 { |
75 "cmd": [ | 88 "cmd": [ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "checkout", | 135 "checkout", |
123 "-f", | 136 "-f", |
124 "FETCH_HEAD" | 137 "FETCH_HEAD" |
125 ], | 138 ], |
126 "cwd": "[SLAVE_BUILD]/libvpx", | 139 "cwd": "[SLAVE_BUILD]/libvpx", |
127 "name": "git checkout (2)" | 140 "name": "git checkout (2)" |
128 }, | 141 }, |
129 { | 142 { |
130 "cmd": [ | 143 "cmd": [ |
131 "git", | 144 "git", |
| 145 "rev-parse", |
| 146 "HEAD" |
| 147 ], |
| 148 "cwd": "[SLAVE_BUILD]/libvpx", |
| 149 "name": "read revision (2)", |
| 150 "stdout": "/path/to/tmp/", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 153 ] |
| 154 }, |
| 155 { |
| 156 "cmd": [ |
| 157 "git", |
132 "clean", | 158 "clean", |
133 "-f", | 159 "-f", |
134 "-d", | 160 "-d", |
135 "-x" | 161 "-x" |
136 ], | 162 ], |
137 "cwd": "[SLAVE_BUILD]/libvpx", | 163 "cwd": "[SLAVE_BUILD]/libvpx", |
138 "name": "git clean (2)" | 164 "name": "git clean (2)" |
139 }, | 165 }, |
140 { | 166 { |
141 "cmd": [ | 167 "cmd": [ |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 "cwd": "[SLAVE_BUILD]", | 340 "cwd": "[SLAVE_BUILD]", |
315 "name": "perf dashboard post", | 341 "name": "perf dashboard post", |
316 "stdin": "{\"data\": [{\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 B
uilder\", \"buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\":
\"client.libvpx\", \"revision\": \"42\", \"test\": \"libvpx/decode/perf_test/nex
us_5/vp90-2-bbb_426x240_tile_1x1_180kbps.webm_1\", \"units\": \"fps\", \"value\"
: 609.82868}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"
buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.lib
vpx\", \"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/fps/nexus_5/vp9
0-2-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"fps\", \"value\": 317.97
6883}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"buildnu
mber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.libvpx\",
\"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/minPsnr/nexus_5/vp90-2
-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"dB\", \"value\": 43.5}], \"
url\": \"https://chromeperf.appspot.com/add_point\"}" | 342 "stdin": "{\"data\": [{\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 B
uilder\", \"buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\":
\"client.libvpx\", \"revision\": \"42\", \"test\": \"libvpx/decode/perf_test/nex
us_5/vp90-2-bbb_426x240_tile_1x1_180kbps.webm_1\", \"units\": \"fps\", \"value\"
: 609.82868}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"
buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.lib
vpx\", \"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/fps/nexus_5/vp9
0-2-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"fps\", \"value\": 317.97
6883}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"buildnu
mber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.libvpx\",
\"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/minPsnr/nexus_5/vp90-2
-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"dB\", \"value\": 43.5}], \"
url\": \"https://chromeperf.appspot.com/add_point\"}" |
317 }, | 343 }, |
318 { | 344 { |
319 "name": "$result", | 345 "name": "$result", |
320 "recipe_result": null, | 346 "recipe_result": null, |
321 "status_code": 0 | 347 "status_code": 0 |
322 } | 348 } |
323 ] | 349 ] |
OLD | NEW |