| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_gn_rel", | 10 "linux_gn_rel", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://fake.rietveld.url", | 26 "https://fake.rietveld.url", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "src@12345", | 30 "src@12345", |
| 31 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 63 ] | 62 ] |
| 64 }, | 63 }, |
| 65 { | 64 { |
| 66 "cmd": [ | 65 "cmd": [ |
| 67 "python", | 66 "python", |
| 68 "-u", | 67 "-u", |
| 69 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 70 "[SLAVE_BUILD]/src/out" | 69 "[SLAVE_BUILD]/src/out" |
| 71 ], | 70 ], |
| 72 "cwd": "[SLAVE_BUILD]", | |
| 73 "name": "clean test output files" | 71 "name": "clean test output files" |
| 74 }, | 72 }, |
| 75 { | 73 { |
| 76 "cmd": [ | 74 "cmd": [ |
| 77 "python", | 75 "python", |
| 78 "-u", | 76 "-u", |
| 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 80 "--show-path", | 78 "--show-path", |
| 81 "python", | 79 "python", |
| 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 86 }, | 83 }, |
| 87 { | 84 { |
| 88 "cmd": [ | 85 "cmd": [ |
| 89 "python", | 86 "python", |
| 90 "-u", | 87 "-u", |
| 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 92 "runhooks" | 89 "runhooks" |
| 93 ], | 90 ], |
| 94 "cwd": "[SLAVE_BUILD]", | |
| 95 "env": { | 91 "env": { |
| 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 97 "GYP_CHROMIUM_NO_ACTION": "1", | 93 "GYP_CHROMIUM_NO_ACTION": "1", |
| 98 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", | 94 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1", |
| 99 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 95 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 100 }, | 96 }, |
| 101 "name": "gclient runhooks" | 97 "name": "gclient runhooks" |
| 102 }, | 98 }, |
| 103 { | 99 { |
| 104 "cmd": [ | 100 "cmd": [ |
| 105 "python", | 101 "python", |
| 106 "-u", | 102 "-u", |
| 107 "[DEPOT_TOOLS]/gn.py", | 103 "[DEPOT_TOOLS]/gn.py", |
| 108 "--root=[SLAVE_BUILD]/src", | 104 "--root=[SLAVE_BUILD]/src", |
| 109 "gen", | 105 "gen", |
| 110 "//out/Release", | 106 "//out/Release", |
| 111 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 107 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 112 ], | 108 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "gn" | 109 "name": "gn" |
| 115 }, | 110 }, |
| 116 { | 111 { |
| 117 "cmd": [ | 112 "cmd": [ |
| 118 "python", | 113 "python", |
| 119 "-u", | 114 "-u", |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 121 "--show-path", | 116 "--show-path", |
| 122 "python", | 117 "python", |
| 123 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 139 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
| 140 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
| 141 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
| 142 "--goma-dir", | 137 "--goma-dir", |
| 143 "[BUILD]/goma", | 138 "[BUILD]/goma", |
| 144 "--goma-fail-fast", | 139 "--goma-fail-fast", |
| 145 "--goma-disable-local-fallback", | 140 "--goma-disable-local-fallback", |
| 146 "--", | 141 "--", |
| 147 "all" | 142 "all" |
| 148 ], | 143 ], |
| 149 "cwd": "[SLAVE_BUILD]", | |
| 150 "env": { | 144 "env": { |
| 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 152 }, | 146 }, |
| 153 "name": "compile", | 147 "name": "compile", |
| 154 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 156 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 157 ] | 151 ] |
| 158 }, | 152 }, |
| 159 { | 153 { |
| 160 "name": "$result", | 154 "name": "$result", |
| 161 "recipe_result": null, | 155 "recipe_result": null, |
| 162 "status_code": 0 | 156 "status_code": 0 |
| 163 } | 157 } |
| 164 ] | 158 ] |
| OLD | NEW |