| 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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.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 "[ROOT]/b/build/slave/cache_dir", | 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]", |
| 29 "env": { | 30 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 32 }, |
| 32 "name": "bot_update", | 33 "name": "bot_update", |
| 33 "~followup_annotations": [ | 34 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 54 "@@@STEP_LOG_LINE@json.output@}@@@", | 55 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 55 "@@@STEP_LOG_END@json.output@@@", | 56 "@@@STEP_LOG_END@json.output@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 57 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 58 ] | 59 ] |
| 59 }, | 60 }, |
| 60 { | 61 { |
| 61 "cmd": [ | 62 "cmd": [ |
| 62 "python", | 63 "python", |
| 63 "-u", | 64 "-u", |
| 64 "[ROOT]/b/build/scripts/tools/runit.py", | 65 "[BUILD]/scripts/tools/runit.py", |
| 65 "[ROOT]/b/build/scripts/tools/pycurl.py", | 66 "[BUILD]/scripts/tools/pycurl.py", |
| 66 "https://v8-status.appspot.com/lkgr" | 67 "https://v8-status.appspot.com/lkgr" |
| 67 ], | 68 ], |
| 69 "cwd": "[SLAVE_BUILD]", |
| 68 "name": "get new lkgr", | 70 "name": "get new lkgr", |
| 69 "stdout": "/path/to/tmp/", | 71 "stdout": "/path/to/tmp/", |
| 70 "~followup_annotations": [ | 72 "~followup_annotations": [ |
| 71 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf
e8d6 (396002)@@@", | 73 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf
e8d6 (396002)@@@", |
| 72 "@@@STEP_LOG_END@logs@@@" | 74 "@@@STEP_LOG_END@logs@@@" |
| 73 ] | 75 ] |
| 74 }, | 76 }, |
| 75 { | 77 { |
| 76 "cmd": [ | 78 "cmd": [ |
| 77 "git", | 79 "git", |
| 78 "fetch", | 80 "fetch", |
| 79 "https://chromium.googlesource.com/v8/v8", | 81 "https://chromium.googlesource.com/v8/v8", |
| 80 "+refs/heads/lkgr:refs/heads/lkgr" | 82 "+refs/heads/lkgr:refs/heads/lkgr" |
| 81 ], | 83 ], |
| 82 "cwd": "[CWD]/v8", | 84 "cwd": "[SLAVE_BUILD]/v8", |
| 83 "name": "git fetch" | 85 "name": "git fetch" |
| 84 }, | 86 }, |
| 85 { | 87 { |
| 86 "cmd": [ | 88 "cmd": [ |
| 87 "git", | 89 "git", |
| 88 "show-ref", | 90 "show-ref", |
| 89 "-s", | 91 "-s", |
| 90 "refs/heads/lkgr" | 92 "refs/heads/lkgr" |
| 91 ], | 93 ], |
| 92 "cwd": "[CWD]/v8", | 94 "cwd": "[SLAVE_BUILD]/v8", |
| 93 "name": "git show-ref refs/heads/lkgr", | 95 "name": "git show-ref refs/heads/lkgr", |
| 94 "stdout": "/path/to/tmp/", | 96 "stdout": "/path/to/tmp/", |
| 95 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", | 98 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", |
| 97 "@@@STEP_LOG_END@ref@@@" | 99 "@@@STEP_LOG_END@ref@@@" |
| 98 ] | 100 ] |
| 99 }, | 101 }, |
| 100 { | 102 { |
| 101 "cmd": [ | 103 "cmd": [ |
| 102 "git", | 104 "git", |
| 103 "update-ref", | 105 "update-ref", |
| 104 "refs/heads/lkgr", | 106 "refs/heads/lkgr", |
| 105 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" | 107 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
| 106 ], | 108 ], |
| 107 "cwd": "[CWD]/v8", | 109 "cwd": "[SLAVE_BUILD]/v8", |
| 108 "name": "git update-ref" | 110 "name": "git update-ref" |
| 109 }, | 111 }, |
| 110 { | 112 { |
| 111 "cmd": [ | 113 "cmd": [ |
| 112 "git", | 114 "git", |
| 113 "push", | 115 "push", |
| 114 "https://chromium.googlesource.com/v8/v8", | 116 "https://chromium.googlesource.com/v8/v8", |
| 115 "refs/heads/lkgr:refs/heads/lkgr" | 117 "refs/heads/lkgr:refs/heads/lkgr" |
| 116 ], | 118 ], |
| 117 "cwd": "[CWD]/v8", | 119 "cwd": "[SLAVE_BUILD]/v8", |
| 118 "name": "git push" | 120 "name": "git push" |
| 119 }, | 121 }, |
| 120 { | 122 { |
| 121 "cmd": [ | 123 "cmd": [ |
| 122 "python", | 124 "python", |
| 123 "-u", | 125 "-u", |
| 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 126 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 125 "[CWD]/refs_heads_lkgr.log", | 127 "[SLAVE_BUILD]/refs_heads_lkgr.log", |
| 126 "/path/to/tmp/" | 128 "/path/to/tmp/" |
| 127 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "Read refs_heads_lkgr.log" | 131 "name": "Read refs_heads_lkgr.log" |
| 129 }, | 132 }, |
| 130 { | 133 { |
| 131 "cmd": [ | 134 "cmd": [ |
| 132 "python", | 135 "python", |
| 133 "-u", | 136 "-u", |
| 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 137 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 135 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", | 138 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", |
| 136 "[CWD]/refs_heads_lkgr.log" | 139 "[SLAVE_BUILD]/refs_heads_lkgr.log" |
| 137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
| 138 "name": "Write refs_heads_lkgr.log" | 142 "name": "Write refs_heads_lkgr.log" |
| 139 }, | 143 }, |
| 140 { | 144 { |
| 141 "cmd": [ | 145 "cmd": [ |
| 142 "python", | 146 "python", |
| 143 "-u", | 147 "-u", |
| 144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 148 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 145 "--", | 149 "--", |
| 146 "[ROOT]/b/depot_tools/gsutil.py", | 150 "[DEPOT_TOOLS]/gsutil.py", |
| 147 "----", | 151 "----", |
| 148 "cp", | 152 "cp", |
| 149 "[CWD]/refs_heads_lkgr.log", | 153 "[SLAVE_BUILD]/refs_heads_lkgr.log", |
| 150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" | 154 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" |
| 151 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", |
| 152 "name": "gsutil upload", | 157 "name": "gsutil upload", |
| 153 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" | 159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" |
| 155 ] | 160 ] |
| 156 }, | 161 }, |
| 157 { | 162 { |
| 158 "cmd": [ | 163 "cmd": [ |
| 159 "git", | 164 "git", |
| 160 "fetch", | 165 "fetch", |
| 161 "https://chromium.googlesource.com/v8/v8", | 166 "https://chromium.googlesource.com/v8/v8", |
| 162 "+refs/heads/candidate:refs/heads/candidate" | 167 "+refs/heads/candidate:refs/heads/candidate" |
| 163 ], | 168 ], |
| 164 "cwd": "[CWD]/v8", | 169 "cwd": "[SLAVE_BUILD]/v8", |
| 165 "name": "git fetch (2)" | 170 "name": "git fetch (2)" |
| 166 }, | 171 }, |
| 167 { | 172 { |
| 168 "cmd": [ | 173 "cmd": [ |
| 169 "git", | 174 "git", |
| 170 "show-ref", | 175 "show-ref", |
| 171 "-s", | 176 "-s", |
| 172 "refs/heads/candidate" | 177 "refs/heads/candidate" |
| 173 ], | 178 ], |
| 174 "cwd": "[CWD]/v8", | 179 "cwd": "[SLAVE_BUILD]/v8", |
| 175 "name": "git show-ref refs/heads/candidate", | 180 "name": "git show-ref refs/heads/candidate", |
| 176 "stdout": "/path/to/tmp/", | 181 "stdout": "/path/to/tmp/", |
| 177 "~followup_annotations": [ | 182 "~followup_annotations": [ |
| 178 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", | 183 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", |
| 179 "@@@STEP_LOG_END@ref@@@" | 184 "@@@STEP_LOG_END@ref@@@" |
| 180 ] | 185 ] |
| 181 }, | 186 }, |
| 182 { | 187 { |
| 183 "cmd": [ | 188 "cmd": [ |
| 184 "git", | 189 "git", |
| 185 "fetch", | 190 "fetch", |
| 186 "https://chromium.googlesource.com/v8/v8", | 191 "https://chromium.googlesource.com/v8/v8", |
| 187 "+refs/heads/roll:refs/heads/roll" | 192 "+refs/heads/roll:refs/heads/roll" |
| 188 ], | 193 ], |
| 189 "cwd": "[CWD]/v8", | 194 "cwd": "[SLAVE_BUILD]/v8", |
| 190 "name": "git fetch (3)" | 195 "name": "git fetch (3)" |
| 191 }, | 196 }, |
| 192 { | 197 { |
| 193 "cmd": [ | 198 "cmd": [ |
| 194 "git", | 199 "git", |
| 195 "show-ref", | 200 "show-ref", |
| 196 "-s", | 201 "-s", |
| 197 "refs/heads/roll" | 202 "refs/heads/roll" |
| 198 ], | 203 ], |
| 199 "cwd": "[CWD]/v8", | 204 "cwd": "[SLAVE_BUILD]/v8", |
| 200 "name": "git show-ref refs/heads/roll", | 205 "name": "git show-ref refs/heads/roll", |
| 201 "stdout": "/path/to/tmp/", | 206 "stdout": "/path/to/tmp/", |
| 202 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 203 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", | 208 "@@@STEP_LOG_LINE@ref@0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb@@@", |
| 204 "@@@STEP_LOG_END@ref@@@" | 209 "@@@STEP_LOG_END@ref@@@" |
| 205 ] | 210 ] |
| 206 }, | 211 }, |
| 207 { | 212 { |
| 208 "cmd": [ | 213 "cmd": [ |
| 209 "python", | 214 "python", |
| 210 "-u", | 215 "-u", |
| 211 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 212 "[CWD]/timestamp.txt", | 217 "[SLAVE_BUILD]/timestamp.txt", |
| 213 "/path/to/tmp/" | 218 "/path/to/tmp/" |
| 214 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "check timestamp" | 221 "name": "check timestamp" |
| 216 }, | 222 }, |
| 217 { | 223 { |
| 218 "cmd": [ | 224 "cmd": [ |
| 219 "python", | 225 "python", |
| 220 "-u", | 226 "-u", |
| 221 "[CWD]/v8/tools/release/check_clusterfuzz.py", | 227 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", |
| 222 "--key-file", | 228 "--key-file", |
| 223 "[CWD]/.cf_key", | 229 "[SLAVE_BUILD]/.cf_key", |
| 224 "--results-file", | 230 "--results-file", |
| 225 "/path/to/tmp/json" | 231 "/path/to/tmp/json" |
| 226 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "check clusterfuzz", | 234 "name": "check clusterfuzz", |
| 228 "stderr": "/path/to/tmp/err", | 235 "stderr": "/path/to/tmp/err", |
| 229 "stdout": "/path/to/tmp/out" | 236 "stdout": "/path/to/tmp/out" |
| 230 }, | 237 }, |
| 231 { | 238 { |
| 232 "cmd": [ | 239 "cmd": [ |
| 233 "echo", | 240 "echo", |
| 234 "Current candidate is 5h old (limit: 8h)." | 241 "Current candidate is 5h old (limit: 8h)." |
| 235 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", |
| 236 "name": "log" | 244 "name": "log" |
| 237 }, | 245 }, |
| 238 { | 246 { |
| 239 "name": "$result", | 247 "name": "$result", |
| 240 "recipe_result": null, | 248 "recipe_result": null, |
| 241 "status_code": 0 | 249 "status_code": 0 |
| 242 } | 250 } |
| 243 ] | 251 ] |
| OLD | NEW |