| 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 "android_compile_mips_dbg", | 10 "android_compile_mips_dbg", |
| (...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 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 77 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 80 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", | 78 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 81 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 79 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 82 "[SLAVE_BUILD]/src/out/build_product.zip", | 80 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 83 "[SLAVE_BUILD]/src" | 81 "[SLAVE_BUILD]/src" |
| 84 ], | 82 ], |
| 85 "cwd": "[SLAVE_BUILD]", | |
| 86 "name": "clean local files", | 83 "name": "clean local files", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_LOG_LINE@python.inline@@@@", | 85 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 89 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 86 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 90 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 87 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 91 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 88 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 89 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 93 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 90 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 94 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 91 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 95 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 92 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 96 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 93 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 97 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 94 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 98 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 95 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 99 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 96 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 100 "@@@STEP_LOG_END@python.inline@@@" | 97 "@@@STEP_LOG_END@python.inline@@@" |
| 101 ] | 98 ] |
| 102 }, | 99 }, |
| 103 { | 100 { |
| 104 "cmd": [ | 101 "cmd": [ |
| 105 "python", | 102 "python", |
| 106 "-u", | 103 "-u", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 108 "runhooks" | 105 "runhooks" |
| 109 ], | 106 ], |
| 110 "cwd": "[SLAVE_BUILD]", | |
| 111 "env": { | 107 "env": { |
| 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 113 "GYP_CROSSCOMPILE": "1", | 109 "GYP_CROSSCOMPILE": "1", |
| 114 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=mipsel use_goma=1", | 110 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=mipsel use_goma=1", |
| 115 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 116 }, | 112 }, |
| 117 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 118 }, | 114 }, |
| 119 { | 115 { |
| 120 "allow_subannotations": true, | 116 "allow_subannotations": true, |
| 121 "cmd": [ | 117 "cmd": [ |
| 122 "python", | 118 "python", |
| 123 "-u", | 119 "-u", |
| 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 125 "--src-dir", | 121 "--src-dir", |
| 126 "[SLAVE_BUILD]/src", | 122 "[SLAVE_BUILD]/src", |
| 127 "--output-json", | 123 "--output-json", |
| 128 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 129 ], | 125 ], |
| 130 "cwd": "[SLAVE_BUILD]", | |
| 131 "env": { | 126 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 127 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 128 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 134 }, | 129 }, |
| 135 "name": "clang_revision", | 130 "name": "clang_revision", |
| 136 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 137 "@@@STEP_LOG_LINE@json.output@{@@@", | 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 165 "--goma-jsonstatus", | 160 "--goma-jsonstatus", |
| 166 "/path/to/tmp/json", | 161 "/path/to/tmp/json", |
| 167 "--goma-service-account-json-file", | 162 "--goma-service-account-json-file", |
| 168 "/creds/service_accounts/service-account-goma-client.json", | 163 "/creds/service_accounts/service-account-goma-client.json", |
| 169 "--goma-dir", | 164 "--goma-dir", |
| 170 "[BUILD]/goma", | 165 "[BUILD]/goma", |
| 171 "--goma-fail-fast", | 166 "--goma-fail-fast", |
| 172 "--goma-disable-local-fallback", | 167 "--goma-disable-local-fallback", |
| 173 "--" | 168 "--" |
| 174 ], | 169 ], |
| 175 "cwd": "[SLAVE_BUILD]", | |
| 176 "env": { | 170 "env": { |
| 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 178 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 179 }, | 173 }, |
| 180 "name": "compile", | 174 "name": "compile", |
| 181 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 177 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 178 ] |
| 185 }, | 179 }, |
| 186 { | 180 { |
| 187 "name": "$result", | 181 "name": "$result", |
| 188 "recipe_result": null, | 182 "recipe_result": null, |
| 189 "status_code": 0 | 183 "status_code": 0 |
| 190 } | 184 } |
| 191 ] | 185 ] |
| OLD | NEW |