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