| 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 "client.dart.fyi", | 16 "client.dart.fyi", |
| 18 "--builder", | 17 "--builder", |
| 19 "v8-win-release", | 18 "v8-win-release", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 22 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 24 "--root", | 23 "--root", |
| 25 "v8", | 24 "v8", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"v8\": \"got_revision\"}", | 26 "{\"v8\": \"got_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "v8@refs/branch-heads/4.2:20123", | 32 "v8@refs/branch-heads/4.2:20123", |
| 34 "--no_shallow", | 33 "--no_shallow", |
| 35 "--output_manifest", | 34 "--output_manifest", |
| 36 "--with_branch_heads" | 35 "--with_branch_heads" |
| 37 ], | 36 ], |
| 38 "cwd": "[SLAVE_BUILD]", | |
| 39 "env": { | 37 "env": { |
| 40 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 38 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 41 }, | 39 }, |
| 42 "name": "bot_update", | 40 "name": "bot_update", |
| 43 "~followup_annotations": [ | 41 "~followup_annotations": [ |
| 44 "@@@STEP_TEXT@Some step text@@@", | 42 "@@@STEP_TEXT@Some step text@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | 43 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"refs/branch-heads/4.2:20123\"@
@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 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 v8_enable_disassembler=1 v8_target_arch=i
a32", | 77 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i
a32", |
| 81 "GYP_GENERATORS": "ninja", | 78 "GYP_GENERATORS": "ninja", |
| 82 "GYP_MSVS_VERSION": "2013", | 79 "GYP_MSVS_VERSION": "2013", |
| 83 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 80 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 84 }, | 81 }, |
| 85 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
| 86 }, | 83 }, |
| 87 { | 84 { |
| 88 "cmd": [ | 85 "cmd": [ |
| 89 "python", | 86 "python", |
| 90 "-u", | 87 "-u", |
| 91 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 88 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 92 "--show-path", | 89 "--show-path", |
| 93 "python", | 90 "python", |
| 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 91 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 95 ], | 92 ], |
| 96 "cwd": "[SLAVE_BUILD]", | |
| 97 "name": "cleanup_temp" | 93 "name": "cleanup_temp" |
| 98 }, | 94 }, |
| 99 { | 95 { |
| 100 "cmd": [ | 96 "cmd": [ |
| 101 "python", | 97 "python", |
| 102 "-u", | 98 "-u", |
| 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 99 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 104 "--show-path", | 100 "--show-path", |
| 105 "python", | 101 "python", |
| 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 102 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 107 "--gsutil-py-path", | 103 "--gsutil-py-path", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 109 "--ninja-path", | 105 "--ninja-path", |
| 110 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 106 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 111 "--target", | 107 "--target", |
| 112 "Release", | 108 "Release", |
| 113 "--src-dir", | 109 "--src-dir", |
| 114 "[SLAVE_BUILD]\\v8", | 110 "[SLAVE_BUILD]\\v8", |
| 115 "--goma-cache-dir", | 111 "--goma-cache-dir", |
| 116 "[GOMA_CACHE]", | 112 "[GOMA_CACHE]", |
| 117 "--build-tool", | 113 "--build-tool", |
| 118 "ninja", | 114 "ninja", |
| 119 "--" | 115 "--" |
| 120 ], | 116 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 117 "env": { |
| 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 124 }, | 119 }, |
| 125 "name": "compile" | 120 "name": "compile" |
| 126 }, | 121 }, |
| 127 { | 122 { |
| 128 "allow_subannotations": true, | 123 "allow_subannotations": true, |
| 129 "cmd": [ | 124 "cmd": [ |
| 130 "python", | 125 "python", |
| 131 "-u", | 126 "-u", |
| 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 133 "--show-path", | 128 "--show-path", |
| 134 "python", | 129 "python", |
| 135 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", | 130 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", |
| 136 "--target", | 131 "--target", |
| 137 "Release", | 132 "Release", |
| 138 "--build-url", | 133 "--build-url", |
| 139 "gs://chromium-v8/v8-for-dart-rel", | 134 "gs://chromium-v8/v8-for-dart-rel", |
| 140 "--src-dir", | 135 "--src-dir", |
| 141 "v8", | 136 "v8", |
| 142 "--factory-properties", | 137 "--factory-properties", |
| 143 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 138 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
| 144 "--build-properties", | 139 "--build-properties", |
| 145 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 140 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
| 146 ], | 141 ], |
| 147 "cwd": "[SLAVE_BUILD]", | |
| 148 "name": "package build" | 142 "name": "package build" |
| 149 }, | 143 }, |
| 150 { | 144 { |
| 151 "name": "$result", | 145 "name": "$result", |
| 152 "recipe_result": null, | 146 "recipe_result": null, |
| 153 "status_code": 0 | 147 "status_code": 0 |
| 154 } | 148 } |
| 155 ] | 149 ] |
| OLD | NEW |