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