| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win64 Debug (Clang)", | 10 "Win64 Debug (Clang)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", | 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name':
'src', 'url': 'https://chromium.googlesource.com/libyuv/libyuv'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@12345", | 24 "src@12345", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
| 48 ] | 47 ] |
| 49 }, | 48 }, |
| 50 { | 49 { |
| 51 "cmd": [ | 50 "cmd": [ |
| 52 "python", | 51 "python", |
| 53 "-u", | 52 "-u", |
| 54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 55 "runhooks" | 54 "runhooks" |
| 56 ], | 55 ], |
| 57 "cwd": "[SLAVE_BUILD]", | |
| 58 "env": { | 56 "env": { |
| 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 60 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[BUILD]\\goma' t
arget_arch=x64 use_goma=1", | 58 "GYP_DEFINES": "clang=1 component=shared_library gomadir='[ROOT]\\b\\build
\\goma' target_arch=x64 use_goma=1", |
| 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 62 }, | 60 }, |
| 63 "name": "gclient runhooks" | 61 "name": "gclient runhooks" |
| 64 }, | 62 }, |
| 65 { | 63 { |
| 66 "allow_subannotations": true, | 64 "allow_subannotations": true, |
| 67 "cmd": [ | 65 "cmd": [ |
| 68 "python", | 66 "python", |
| 69 "-u", | 67 "-u", |
| 70 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 68 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 71 "--src-dir", | 69 "--src-dir", |
| 72 "[SLAVE_BUILD]\\src", | 70 "[CWD]\\src", |
| 73 "--output-json", | 71 "--output-json", |
| 74 "/path/to/tmp/json" | 72 "/path/to/tmp/json" |
| 75 ], | 73 ], |
| 76 "cwd": "[SLAVE_BUILD]", | |
| 77 "env": { | 74 "env": { |
| 78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 75 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 79 }, | 76 }, |
| 80 "name": "clang_revision", | 77 "name": "clang_revision", |
| 81 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 82 "@@@STEP_LOG_LINE@json.output@{@@@", | 79 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 85 "@@@STEP_LOG_END@json.output@@@" | 82 "@@@STEP_LOG_END@json.output@@@" |
| 86 ] | 83 ] |
| 87 }, | 84 }, |
| 88 { | 85 { |
| 89 "cmd": [ | 86 "cmd": [ |
| 90 "python", | 87 "python", |
| 91 "-u", | 88 "-u", |
| 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 89 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 93 "--show-path", | 90 "--show-path", |
| 94 "python", | 91 "python", |
| 95 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 96 "--gsutil-py-path", | 93 "--gsutil-py-path", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 94 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 98 "--ninja-path", | 95 "--ninja-path", |
| 99 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 96 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 100 "--target", | 97 "--target", |
| 101 "Debug_x64", | 98 "Debug_x64", |
| 102 "--src-dir", | 99 "--src-dir", |
| 103 "[SLAVE_BUILD]\\src", | 100 "[CWD]\\src", |
| 104 "--goma-cache-dir", | 101 "--goma-cache-dir", |
| 105 "[GOMA_CACHE]", | 102 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 106 "--build-tool", | 103 "--build-tool", |
| 107 "ninja", | 104 "ninja", |
| 108 "--compiler", | 105 "--compiler", |
| 109 "goma-clang", | 106 "goma-clang", |
| 110 "--goma-jsonstatus", | 107 "--goma-jsonstatus", |
| 111 "/path/to/tmp/json", | 108 "/path/to/tmp/json", |
| 112 "--goma-service-account-json-file", | 109 "--goma-service-account-json-file", |
| 113 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 110 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 114 "--goma-dir", | 111 "--goma-dir", |
| 115 "[BUILD]\\goma", | 112 "[ROOT]\\b\\build\\goma", |
| 116 "--", | 113 "--", |
| 117 "All" | 114 "All" |
| 118 ], | 115 ], |
| 119 "cwd": "[SLAVE_BUILD]", | |
| 120 "env": { | 116 "env": { |
| 121 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 117 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 122 }, | 118 }, |
| 123 "name": "compile", | 119 "name": "compile", |
| 124 "~followup_annotations": [ | 120 "~followup_annotations": [ |
| 125 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 121 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 126 "@@@STEP_LOG_END@json.output (invalid)@@@" | 122 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 127 ] | 123 ] |
| 128 }, | 124 }, |
| 129 { | 125 { |
| 130 "cmd": [ | 126 "cmd": [ |
| 131 "python", | 127 "python", |
| 132 "-u", | 128 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 134 "--target", | 130 "--target", |
| 135 "Debug_x64", | 131 "Debug_x64", |
| 136 "--factory-properties", | 132 "--factory-properties", |
| 137 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (Clang)\", \
"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \
"12345\", \"slavename\": \"slavename\"}", | 133 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (Clang)\", \
"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \
"12345\", \"slavename\": \"slavename\"}", |
| 138 "--build-properties", | 134 "--build-properties", |
| 139 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (Clang)\", \
"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \
"12345\", \"slavename\": \"slavename\"}", | 135 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (Clang)\", \
"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \
"12345\", \"slavename\": \"slavename\"}", |
| 140 "--step-name=libyuv_unittest", | 136 "--step-name=libyuv_unittest", |
| 141 "--builder-name=Win64 Debug (Clang)", | 137 "--builder-name=Win64 Debug (Clang)", |
| 142 "--slave-name=slavename", | 138 "--slave-name=slavename", |
| 143 "libyuv_unittest.exe" | 139 "libyuv_unittest.exe" |
| 144 ], | 140 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "libyuv_unittest" | 141 "name": "libyuv_unittest" |
| 147 }, | 142 }, |
| 148 { | 143 { |
| 149 "name": "$result", | 144 "name": "$result", |
| 150 "recipe_result": null, | 145 "recipe_result": null, |
| 151 "status_code": 0 | 146 "status_code": 0 |
| 152 } | 147 } |
| 153 ] | 148 ] |
| OLD | NEW |