| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn://svn-mi
rror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'nam
e': 'src', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lk
gr', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn://svn-mi
rror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'nam
e': 'src', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lk
gr', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\"
: \"got_webkit_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_revision\"}", | 18 "{\"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\"
: \"got_webkit_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\",
\"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"g
ot_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@origin/lkcr", | 22 "src@origin/lkcr", |
| 23 "--revision", | 23 "--revision", |
| 24 "src/v8@22135" | 24 "src/v8@22135" |
| 25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
| 26 "name": "bot_update", | 27 "name": "bot_update", |
| 27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
| 28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 58 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@" | 59 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@" |
| 59 ] | 60 ] |
| 60 }, | 61 }, |
| 61 { | 62 { |
| 62 "cmd": [ | 63 "cmd": [ |
| 63 "python", | 64 "python", |
| 64 "-u", | 65 "-u", |
| 65 "[DEPOT_TOOLS]/gclient.py", | 66 "[DEPOT_TOOLS]/gclient.py", |
| 66 "runhooks" | 67 "runhooks" |
| 67 ], | 68 ], |
| 69 "cwd": "[SLAVE_BUILD]", |
| 68 "env": { | 70 "env": { |
| 69 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" | 71 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" |
| 70 }, | 72 }, |
| 71 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 72 }, | 74 }, |
| 73 { | 75 { |
| 74 "cmd": [ | 76 "cmd": [ |
| 75 "python", | 77 "python", |
| 76 "-u", | 78 "-u", |
| 77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 79 "/path/to/tmp/json" | 81 "/path/to/tmp/json" |
| 80 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]", |
| 81 "name": "read test spec", | 84 "name": "read test spec", |
| 82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
| 83 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 86 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@{}@@@", | 87 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 85 "@@@STEP_LOG_END@json.output@@@" | 88 "@@@STEP_LOG_END@json.output@@@" |
| 86 ] | 89 ] |
| 87 }, | 90 }, |
| 88 { | 91 { |
| 89 "cmd": [ | 92 "cmd": [ |
| 90 "python", | 93 "python", |
| 91 "-u", | 94 "-u", |
| 92 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 95 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 93 "--output", | 96 "--output", |
| 94 "/path/to/tmp/json", | 97 "/path/to/tmp/json", |
| 95 "--", | 98 "--", |
| 96 "--build-config-fs", | 99 "--build-config-fs", |
| 97 "Debug", | 100 "Debug", |
| 98 "--paths", | 101 "--paths", |
| 99 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 102 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 100 "--properties", | 103 "--properties", |
| 101 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"master
name\": \"client.v8\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" | 104 "{\"buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"master
name\": \"client.v8\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
linux\"}" |
| 102 ], | 105 ], |
| 106 "cwd": "[SLAVE_BUILD]", |
| 103 "name": "get compile targets for scripts", | 107 "name": "get compile targets for scripts", |
| 104 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 105 "@@@STEP_LOG_LINE@json.output@{}@@@", | 109 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 106 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
| 107 ] | 111 ] |
| 108 }, | 112 }, |
| 109 { | 113 { |
| 110 "cmd": [ | 114 "cmd": [ |
| 111 "python", | 115 "python", |
| 112 "-u", | 116 "-u", |
| 113 "[BUILD]/scripts/slave/cleanup_temp.py" | 117 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 114 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]", |
| 115 "name": "cleanup_temp" | 120 "name": "cleanup_temp" |
| 116 }, | 121 }, |
| 117 { | 122 { |
| 118 "cmd": [ | 123 "cmd": [ |
| 119 "python", | 124 "python", |
| 120 "-u", | 125 "-u", |
| 121 "[BUILD]/scripts/slave/compile.py", | 126 "[BUILD]/scripts/slave/compile.py", |
| 122 "--target", | 127 "--target", |
| 123 "Debug", | 128 "Debug", |
| 124 "--src-dir", | 129 "--src-dir", |
| 125 "[SLAVE_BUILD]/src", | 130 "[SLAVE_BUILD]/src", |
| 126 "--build-tool", | 131 "--build-tool", |
| 127 "ninja", | 132 "ninja", |
| 128 "--compiler", | 133 "--compiler", |
| 129 "goma", | 134 "goma", |
| 130 "--goma-dir", | 135 "--goma-dir", |
| 131 "[BUILD]/goma", | 136 "[BUILD]/goma", |
| 132 "--", | 137 "--", |
| 133 "All", | 138 "All", |
| 134 "chromium_builder_tests" | 139 "chromium_builder_tests" |
| 135 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
| 136 "name": "compile" | 142 "name": "compile" |
| 137 }, | 143 }, |
| 138 { | 144 { |
| 139 "allow_subannotations": true, | 145 "allow_subannotations": true, |
| 140 "cmd": [ | 146 "cmd": [ |
| 141 "python", | 147 "python", |
| 142 "-u", | 148 "-u", |
| 143 "[BUILD]/scripts/slave/zip_build.py", | 149 "[BUILD]/scripts/slave/zip_build.py", |
| 144 "--target", | 150 "--target", |
| 145 "Debug", | 151 "Debug", |
| 146 "--build-url", | 152 "--build-url", |
| 147 "gs://chromium-v8/client.v8/Linux Debug Builder", | 153 "gs://chromium-v8/client.v8/Linux Debug Builder", |
| 148 "--build_revision", | 154 "--build_revision", |
| 149 "801ada225ddc271c132c3a35f03975671d43e399", | 155 "801ada225ddc271c132c3a35f03975671d43e399", |
| 150 "--factory-properties", | 156 "--factory-properties", |
| 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}", | 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}", |
| 152 "--build-properties", | 158 "--build-properties", |
| 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}" | 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \"
client.v8\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revision\
": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/
TestSlavename\"}" |
| 154 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 155 "name": "package build" | 162 "name": "package build" |
| 156 } | 163 } |
| 157 ] | 164 ] |
| OLD | NEW |