| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Linux64_Debug__GN_", | 7 "[BUILDER_CACHE]/Linux64_Debug__GYP_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 29 "--master", |
| 30 "client.webrtc", | 30 "client.webrtc", |
| 31 "--builder", | 31 "--builder", |
| 32 "Linux64 Debug (GN)", | 32 "Linux64 Debug (GYP)", |
| 33 "--slave", | 33 "--slave", |
| 34 "slavename", | 34 "slavename", |
| 35 "--spec", | 35 "--spec", |
| 36 "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'}]", | 36 "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'}]", |
| 37 "--root", | 37 "--root", |
| 38 "src", | 38 "src", |
| 39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 40 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@12345", | 46 "src@12345", |
| 47 "--output_manifest" | 47 "--output_manifest" |
| 48 ], | 48 ], |
| 49 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GN_", | 49 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GYP_", |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 52 }, |
| 53 "name": "bot_update", | 53 "name": "bot_update", |
| 54 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 55 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 76 "@@@STEP_LOG_END@json.output@@@", | 76 "@@@STEP_LOG_END@json.output@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 79 ] | 79 ] |
| 80 }, | 80 }, |
| 81 { | 81 { |
| 82 "cmd": [ | 82 "cmd": [ |
| 83 "python", | 83 "python", |
| 84 "-u", | 84 "-u", |
| 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 86 "[BUILDER_CACHE]/Linux64_Debug__GN_/src/out" | 86 "[BUILDER_CACHE]/Linux64_Debug__GYP_/src/out" |
| 87 ], | 87 ], |
| 88 "name": "clean test output files" | 88 "name": "clean test output files" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 95 "--show-path", | 95 "--show-path", |
| 96 "python", | 96 "python", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "@@@STEP_LOG_END@json.output@@@" | 156 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 157 ] |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 "cmd": [ | 160 "cmd": [ |
| 161 "python", | 161 "python", |
| 162 "-u", | 162 "-u", |
| 163 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 163 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 164 "runhooks" | 164 "runhooks" |
| 165 ], | 165 ], |
| 166 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GN_/src", | 166 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GYP_/src", |
| 167 "env": { | 167 "env": { |
| 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 169 "GYP_CHROMIUM_NO_ACTION": "1", | 169 "GYP_CHROMIUM_NO_ACTION": "1", |
| 170 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", | 170 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_goma=1", |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 172 }, | 172 }, |
| 173 "name": "gclient runhooks" | 173 "name": "gclient runhooks" |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [ | 176 "cmd": [ |
| 177 "python", | 177 "python", |
| 178 "-u", | 178 "-u", |
| 179 "[BUILDER_CACHE]/Linux64_Debug__GN_/src/tools/mb/mb.py", | 179 "[BUILDER_CACHE]/Linux64_Debug__GYP_/src/tools/mb/mb.py", |
| 180 "gen", | 180 "gen", |
| 181 "-m", | 181 "-m", |
| 182 "client.webrtc", | 182 "client.webrtc", |
| 183 "-b", | 183 "-b", |
| 184 "Linux64 Debug (GN)", | 184 "Linux64 Debug (GYP)", |
| 185 "--config-file", | 185 "--config-file", |
| 186 "[BUILDER_CACHE]/Linux64_Debug__GN_/src/webrtc/build/mb_config.pyl", | 186 "[BUILDER_CACHE]/Linux64_Debug__GYP_/src/webrtc/build/mb_config.pyl", |
| 187 "--goma-dir", | 187 "--goma-dir", |
| 188 "[CACHE]/cipd/goma", | 188 "[CACHE]/cipd/goma", |
| 189 "--gyp-script=[BUILDER_CACHE]/Linux64_Debug__GN_/src/webrtc/build/gyp_webr
tc.py", | 189 "--gyp-script=[BUILDER_CACHE]/Linux64_Debug__GYP_/src/webrtc/build/gyp_web
rtc.py", |
| 190 "//out/Debug" | 190 "//out/Debug" |
| 191 ], | 191 ], |
| 192 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GN_/src", | 192 "cwd": "[BUILDER_CACHE]/Linux64_Debug__GYP_/src", |
| 193 "env": { | 193 "env": { |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 195 }, | 195 }, |
| 196 "name": "generate_build_files" | 196 "name": "generate_build_files" |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 "cmd": [ | 199 "cmd": [ |
| 200 "python", | 200 "python", |
| 201 "-u", | 201 "-u", |
| 202 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 202 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 203 "--show-path", | 203 "--show-path", |
| 204 "python", | 204 "python", |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 206 "--gsutil-py-path", | 206 "--gsutil-py-path", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 208 "--ninja-path", | 208 "--ninja-path", |
| 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 210 "--target", | 210 "--target", |
| 211 "Debug", | 211 "Debug", |
| 212 "--src-dir", | 212 "--src-dir", |
| 213 "[BUILDER_CACHE]/Linux64_Debug__GN_/src", | 213 "[BUILDER_CACHE]/Linux64_Debug__GYP_/src", |
| 214 "--goma-cache-dir", | 214 "--goma-cache-dir", |
| 215 "[GOMA_CACHE]", | 215 "[GOMA_CACHE]", |
| 216 "--goma-deps-cache-dir", | 216 "--goma-deps-cache-dir", |
| 217 "[GOMA_DEPS_CACHE]", | 217 "[GOMA_DEPS_CACHE]", |
| 218 "--compiler", | 218 "--compiler", |
| 219 "goma", | 219 "goma", |
| 220 "--goma-jsonstatus", | 220 "--goma-jsonstatus", |
| 221 "/path/to/tmp/json", | 221 "/path/to/tmp/json", |
| 222 "--goma-service-account-json-file", | 222 "--goma-service-account-json-file", |
| 223 "/creds/service_accounts/service-account-goma-client.json", | 223 "/creds/service_accounts/service-account-goma-client.json", |
| 224 "--goma-dir", | 224 "--goma-dir", |
| 225 "[CACHE]/cipd/goma", | 225 "[CACHE]/cipd/goma", |
| 226 "--", | 226 "--" |
| 227 "all" | |
| 228 ], | 227 ], |
| 229 "env": { | 228 "env": { |
| 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 231 }, | 230 }, |
| 232 "name": "compile", | 231 "name": "compile", |
| 233 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 234 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 233 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 235 "@@@STEP_LOG_END@json.output (invalid)@@@" | 234 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 236 ] | 235 ] |
| 237 }, | 236 }, |
| 238 { | 237 { |
| 239 "name": "$result", | 238 "name": "$result", |
| 240 "recipe_result": null, | 239 "recipe_result": null, |
| 241 "status_code": 0 | 240 "status_code": 0 |
| 242 } | 241 } |
| 243 ] | 242 ] |
| OLD | NEW |