| OLD | NEW |
| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Auto-roll - release process", | 10 "Auto-roll - release process", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@HEAD", | 24 "v8@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--no_shallow", | 26 "--no_shallow", |
| 27 "--output_manifest" | 27 "--output_manifest" |
| 28 ], | 28 ], |
| 29 "cwd": "[SLAVE_BUILD]", | |
| 30 "env": { | 29 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 32 }, | 31 }, |
| 33 "name": "bot_update", | 32 "name": "bot_update", |
| 34 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 59 ] | 58 ] |
| 60 }, | 59 }, |
| 61 { | 60 { |
| 62 "cmd": [ | 61 "cmd": [ |
| 63 "python", | 62 "python", |
| 64 "-u", | 63 "-u", |
| 65 "[BUILD]/scripts/tools/runit.py", | 64 "[BUILD]/scripts/tools/runit.py", |
| 66 "[BUILD]/scripts/tools/pycurl.py", | 65 "[BUILD]/scripts/tools/pycurl.py", |
| 67 "https://v8-status.appspot.com/lkgr" | 66 "https://v8-status.appspot.com/lkgr" |
| 68 ], | 67 ], |
| 69 "cwd": "[SLAVE_BUILD]", | |
| 70 "name": "get new lkgr", | 68 "name": "get new lkgr", |
| 71 "stdout": "/path/to/tmp/", | 69 "stdout": "/path/to/tmp/", |
| 72 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 73 "@@@STEP_LOG_LINE@logs@New candidate: 74882b7a8e55268d1658f83efefa1c2585ce
e723 (396002)@@@", | 71 "@@@STEP_LOG_LINE@logs@New candidate: 74882b7a8e55268d1658f83efefa1c2585ce
e723 (396002)@@@", |
| 74 "@@@STEP_LOG_END@logs@@@" | 72 "@@@STEP_LOG_END@logs@@@" |
| 75 ] | 73 ] |
| 76 }, | 74 }, |
| 77 { | 75 { |
| 78 "cmd": [ | 76 "cmd": [ |
| 79 "git", | 77 "git", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 97 "~followup_annotations": [ | 95 "~followup_annotations": [ |
| 98 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", | 96 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", |
| 99 "@@@STEP_LOG_END@ref@@@" | 97 "@@@STEP_LOG_END@ref@@@" |
| 100 ] | 98 ] |
| 101 }, | 99 }, |
| 102 { | 100 { |
| 103 "cmd": [ | 101 "cmd": [ |
| 104 "echo", | 102 "echo", |
| 105 "There is no new lkgr." | 103 "There is no new lkgr." |
| 106 ], | 104 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "log" | 105 "name": "log" |
| 109 }, | 106 }, |
| 110 { | 107 { |
| 111 "cmd": [ | 108 "cmd": [ |
| 112 "git", | 109 "git", |
| 113 "fetch", | 110 "fetch", |
| 114 "https://chromium.googlesource.com/v8/v8", | 111 "https://chromium.googlesource.com/v8/v8", |
| 115 "+refs/heads/candidate:refs/heads/candidate" | 112 "+refs/heads/candidate:refs/heads/candidate" |
| 116 ], | 113 ], |
| 117 "cwd": "[SLAVE_BUILD]/v8", | 114 "cwd": "[SLAVE_BUILD]/v8", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 ] | 155 ] |
| 159 }, | 156 }, |
| 160 { | 157 { |
| 161 "cmd": [ | 158 "cmd": [ |
| 162 "python", | 159 "python", |
| 163 "-u", | 160 "-u", |
| 164 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 161 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 165 "[SLAVE_BUILD]/timestamp.txt", | 162 "[SLAVE_BUILD]/timestamp.txt", |
| 166 "/path/to/tmp/" | 163 "/path/to/tmp/" |
| 167 ], | 164 ], |
| 168 "cwd": "[SLAVE_BUILD]", | |
| 169 "name": "check timestamp" | 165 "name": "check timestamp" |
| 170 }, | 166 }, |
| 171 { | 167 { |
| 172 "cmd": [ | 168 "cmd": [ |
| 173 "python", | 169 "python", |
| 174 "-u", | 170 "-u", |
| 175 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", | 171 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", |
| 176 "--key-file", | 172 "--key-file", |
| 177 "[SLAVE_BUILD]/.cf_key", | 173 "[SLAVE_BUILD]/.cf_key", |
| 178 "--results-file", | 174 "--results-file", |
| 179 "/path/to/tmp/json" | 175 "/path/to/tmp/json" |
| 180 ], | 176 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "name": "check clusterfuzz", | 177 "name": "check clusterfuzz", |
| 183 "stderr": "/path/to/tmp/err", | 178 "stderr": "/path/to/tmp/err", |
| 184 "stdout": "/path/to/tmp/out" | 179 "stdout": "/path/to/tmp/out" |
| 185 }, | 180 }, |
| 186 { | 181 { |
| 187 "cmd": [ | 182 "cmd": [ |
| 188 "echo", | 183 "echo", |
| 189 "Current candidate is 10h old (limit: 8h)." | 184 "Current candidate is 10h old (limit: 8h)." |
| 190 ], | 185 ], |
| 191 "cwd": "[SLAVE_BUILD]", | |
| 192 "name": "log (2)" | 186 "name": "log (2)" |
| 193 }, | 187 }, |
| 194 { | 188 { |
| 195 "cmd": [ | 189 "cmd": [ |
| 196 "echo", | 190 "echo", |
| 197 "There is no new candidate." | 191 "There is no new candidate." |
| 198 ], | 192 ], |
| 199 "cwd": "[SLAVE_BUILD]", | |
| 200 "name": "log (3)" | 193 "name": "log (3)" |
| 201 }, | 194 }, |
| 202 { | 195 { |
| 203 "name": "$result", | 196 "name": "$result", |
| 204 "recipe_result": null, | 197 "recipe_result": null, |
| 205 "status_code": 0 | 198 "status_code": 0 |
| 206 } | 199 } |
| 207 ] | 200 ] |
| OLD | NEW |