| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[ROOT]/b/build/scripts/tools/pycurl.py", | 6 "[BUILD]/scripts/tools/pycurl.py", |
| 7 "https://webrtc-roll-cr-rev-status.appspot.com/status" | 7 "https://webrtc-roll-cr-rev-status.appspot.com/status" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "check roll status", | 10 "name": "check roll status", |
| 10 "stdout": "/path/to/tmp/", | 11 "stdout": "/path/to/tmp/", |
| 11 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 12 "@@@STEP_TEXT@Rolling activated@@@", | 13 "@@@STEP_TEXT@Rolling activated@@@", |
| 13 "@@@STEP_LOG_LINE@stdout@1@@@", | 14 "@@@STEP_LOG_LINE@stdout@1@@@", |
| 14 "@@@STEP_LOG_END@stdout@@@" | 15 "@@@STEP_LOG_END@stdout@@@" |
| 15 ] | 16 ] |
| 16 }, | 17 }, |
| 17 { | 18 { |
| 18 "cmd": [ | 19 "cmd": [ |
| 19 "python", | 20 "python", |
| 20 "-u", | 21 "-u", |
| 21 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 22 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 22 "--master", | 23 "--master", |
| 23 "client.webrtc.fyi", | 24 "client.webrtc.fyi", |
| 24 "--builder", | 25 "--builder", |
| 25 "Auto-roll - WebRTC DEPS", | 26 "Auto-roll - WebRTC DEPS", |
| 26 "--slave", | 27 "--slave", |
| 27 "TestSlavename", | 28 "TestSlavename", |
| 28 "--spec", | 29 "--spec", |
| 29 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", | 30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 30 "--root", | 31 "--root", |
| 31 "src", | 32 "src", |
| 32 "--revision_mapping_file", | 33 "--revision_mapping_file", |
| 33 "{\"src\": \"got_revision\"}", | 34 "{\"src\": \"got_revision\"}", |
| 34 "--git-cache-dir", | 35 "--git-cache-dir", |
| 35 "[ROOT]/b/build/slave/cache_dir", | 36 "[GIT_CACHE]", |
| 36 "--output_json", | 37 "--output_json", |
| 37 "/path/to/tmp/json", | 38 "/path/to/tmp/json", |
| 38 "--revision", | 39 "--revision", |
| 39 "src@HEAD", | 40 "src@HEAD", |
| 40 "--force", | 41 "--force", |
| 41 "--output_manifest" | 42 "--output_manifest" |
| 42 ], | 43 ], |
| 44 "cwd": "[SLAVE_BUILD]", |
| 43 "env": { | 45 "env": { |
| 44 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 45 }, | 47 }, |
| 46 "name": "bot_update", | 48 "name": "bot_update", |
| 47 "~followup_annotations": [ | 49 "~followup_annotations": [ |
| 48 "@@@STEP_TEXT@Some step text@@@", | 50 "@@@STEP_TEXT@Some step text@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@{@@@", | 51 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 71 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 73 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 72 ] | 74 ] |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "cmd": [ | 77 "cmd": [ |
| 76 "python", | 78 "python", |
| 77 "-u", | 79 "-u", |
| 78 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 80 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 79 "runhooks" | 81 "runhooks" |
| 80 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]", |
| 81 "env": { | 84 "env": { |
| 82 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 83 }, | 86 }, |
| 84 "name": "gclient runhooks" | 87 "name": "gclient runhooks" |
| 85 }, | 88 }, |
| 86 { | 89 { |
| 87 "cmd": [ | 90 "cmd": [ |
| 88 "git", | 91 "git", |
| 89 "checkout", | 92 "checkout", |
| 90 "-f", | 93 "-f", |
| 91 "master" | 94 "master" |
| 92 ], | 95 ], |
| 93 "cwd": "[CWD]/src", | 96 "cwd": "[SLAVE_BUILD]/src", |
| 94 "name": "git checkout" | 97 "name": "git checkout" |
| 95 }, | 98 }, |
| 96 { | 99 { |
| 97 "cmd": [ | 100 "cmd": [ |
| 98 "git", | 101 "git", |
| 99 "clean", | 102 "clean", |
| 100 "-ffd" | 103 "-ffd" |
| 101 ], | 104 ], |
| 102 "cwd": "[CWD]/src", | 105 "cwd": "[SLAVE_BUILD]/src", |
| 103 "name": "git clean" | 106 "name": "git clean" |
| 104 }, | 107 }, |
| 105 { | 108 { |
| 106 "cmd": [ | 109 "cmd": [ |
| 107 "python", | 110 "python", |
| 108 "-u", | 111 "-u", |
| 109 "[CWD]/src/tools/autoroller/roll_chromium_revision.py", | 112 "[SLAVE_BUILD]/src/tools/autoroller/roll_chromium_revision.py", |
| 110 "--clean", | 113 "--clean", |
| 111 "--verbose" | 114 "--verbose" |
| 112 ], | 115 ], |
| 113 "cwd": "[CWD]/src", | 116 "cwd": "[SLAVE_BUILD]/src", |
| 114 "name": "autoroll chromium_revision" | 117 "name": "autoroll chromium_revision" |
| 115 }, | 118 }, |
| 116 { | 119 { |
| 117 "name": "$result", | 120 "name": "$result", |
| 118 "recipe_result": null, | 121 "recipe_result": null, |
| 119 "status_code": 0 | 122 "status_code": 0 |
| 120 } | 123 } |
| 121 ] | 124 ] |
| OLD | NEW |