| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "master.client.syzygy", | 16 "master.client.syzygy", |
| 18 "--builder", | 17 "--builder", |
| 19 "Syzygy Coverage", | 18 "Syzygy Coverage", |
| 20 "--slave", | 19 "--slave", |
| 21 "vm331-m3", | 20 "vm331-m3", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.
com/google/syzygy.git/'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src-i
nternal', 'url': 'https://chrome-internal.googlesource.com/chrome/syzygy/interna
l.DEPS.git'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.go
oglesource.com/external/github.com/google/syzygy.git/'}, {'deps_file': 'DEPS', '
managed': False, 'name': 'src-internal', 'url': 'https://chrome-internal.googles
ource.com/chrome/syzygy/internal.DEPS.git'}]", |
| 24 "--root", | 23 "--root", |
| 25 "src", | 24 "src", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"src\": \"got_revision\"}", | 26 "{\"src\": \"got_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", | 32 "src@0e9f25b1098271be2b096fd1c095d6d907cf86f7", |
| 34 "--force", | 33 "--force", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"0e9f25b1098271be2b096fd1c095d
6d907cf86f7\"@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 68 ] | 66 ] |
| 69 }, | 67 }, |
| 70 { | 68 { |
| 71 "cmd": [ | 69 "cmd": [ |
| 72 "python", | 70 "python", |
| 73 "-u", | 71 "-u", |
| 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 72 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 75 "runhooks" | 73 "runhooks" |
| 76 ], | 74 ], |
| 77 "cwd": "[SLAVE_BUILD]", | |
| 78 "env": { | 75 "env": { |
| 79 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 76 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 80 "GYP_DEFINES": "target_arch=ia32", | 77 "GYP_DEFINES": "target_arch=ia32", |
| 81 "GYP_GENERATORS": "msvs-ninja,ninja", | 78 "GYP_GENERATORS": "msvs-ninja,ninja", |
| 82 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 83 }, | 80 }, |
| 84 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
| 85 }, | 82 }, |
| 86 { | 83 { |
| 87 "cmd": [ | 84 "cmd": [ |
| 88 "python", | 85 "python", |
| 89 "-u", | 86 "-u", |
| 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 87 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 91 "--show-path", | 88 "--show-path", |
| 92 "python", | 89 "python", |
| 93 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 90 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 94 "--gsutil-py-path", | 91 "--gsutil-py-path", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 96 "--ninja-path", | 93 "--ninja-path", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 94 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 98 "--target", | 95 "--target", |
| 99 "Coverage", | 96 "Coverage", |
| 100 "--src-dir", | 97 "--src-dir", |
| 101 "[SLAVE_BUILD]\\src", | 98 "[CWD]\\src", |
| 102 "--goma-cache-dir", | 99 "--goma-cache-dir", |
| 103 "[GOMA_CACHE]", | 100 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 104 "--build-tool", | 101 "--build-tool", |
| 105 "ninja", | 102 "ninja", |
| 106 "--ninja-ensure-up-to-date", | 103 "--ninja-ensure-up-to-date", |
| 107 "--", | 104 "--", |
| 108 "build_all" | 105 "build_all" |
| 109 ], | 106 ], |
| 110 "cwd": "[SLAVE_BUILD]", | |
| 111 "env": { | 107 "env": { |
| 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 113 }, | 109 }, |
| 114 "name": "compile" | 110 "name": "compile" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "cmd": [ | 113 "cmd": [ |
| 118 "python", | 114 "python", |
| 119 "-u", | 115 "-u", |
| 120 "[SLAVE_BUILD]\\src\\syzygy\\build\\generate_coverage.py", | 116 "[CWD]\\src\\syzygy\\build\\generate_coverage.py", |
| 121 "--verbose", | 117 "--verbose", |
| 122 "--syzygy", | 118 "--syzygy", |
| 123 "--build-dir", | 119 "--build-dir", |
| 124 "[SLAVE_BUILD]\\src\\out\\Coverage" | 120 "[CWD]\\src\\out\\Coverage" |
| 125 ], | 121 ], |
| 126 "cwd": "[SLAVE_BUILD]", | |
| 127 "name": "capture_unittest_coverage" | 122 "name": "capture_unittest_coverage" |
| 128 }, | 123 }, |
| 129 { | 124 { |
| 130 "cmd": [ | 125 "cmd": [ |
| 131 "python", | 126 "python", |
| 132 "-u", | 127 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", | 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\syzygy\\gsutil_cp_dir.py", |
| 134 "--public-read", | 129 "--public-read", |
| 135 "[SLAVE_BUILD]\\src\\out\\Coverage\\cov", | 130 "[CWD]\\src\\out\\Coverage\\cov", |
| 136 "gs://syzygy-archive/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9" | 131 "gs://syzygy-archive/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58
cb9" |
| 137 ], | 132 ], |
| 138 "cwd": "[SLAVE_BUILD]", | |
| 139 "name": "archive_coverage", | 133 "name": "archive_coverage", |
| 140 "~followup_annotations": [ | 134 "~followup_annotations": [ |
| 141 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" | 135 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" |
| 142 ] | 136 ] |
| 143 }, | 137 }, |
| 144 { | 138 { |
| 145 "name": "$result", | 139 "name": "$result", |
| 146 "recipe_result": null, | 140 "recipe_result": null, |
| 147 "status_code": 0 | 141 "status_code": 0 |
| 148 } | 142 } |
| 149 ] | 143 ] |
| OLD | NEW |