| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| 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', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.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', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"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\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"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\": \"got_v8_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@HEAD" | 22 "src@HEAD" |
| 23 ], | 23 ], |
| 24 "cwd": "[SLAVE_BUILD]", |
| 24 "name": "bot_update", | 25 "name": "bot_update", |
| 25 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", | 27 "@@@STEP_TEXT@Some step text@@@", |
| 27 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 61 ] | 62 ] |
| 62 }, | 63 }, |
| 63 { | 64 { |
| 64 "cmd": [ | 65 "cmd": [ |
| 65 "python", | 66 "python", |
| 66 "-u", | 67 "-u", |
| 67 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 68 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 68 "--version" | 69 "--version" |
| 69 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 70 "name": "swarming.py --version", | 72 "name": "swarming.py --version", |
| 71 "stdout": "/path/to/tmp/", | 73 "stdout": "/path/to/tmp/", |
| 72 "~followup_annotations": [ | 74 "~followup_annotations": [ |
| 73 "@@@STEP_TEXT@0.4.10@@@" | 75 "@@@STEP_TEXT@0.4.10@@@" |
| 74 ] | 76 ] |
| 75 }, | 77 }, |
| 76 { | 78 { |
| 77 "cmd": [ | 79 "cmd": [ |
| 78 "python", | 80 "python", |
| 79 "-u", | 81 "-u", |
| 80 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
| 81 "runhooks" | 83 "runhooks" |
| 82 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", |
| 83 "env": { | 86 "env": { |
| 84 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 87 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
| 85 }, | 88 }, |
| 86 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
| 87 }, | 90 }, |
| 88 { | 91 { |
| 89 "cmd": [ | 92 "cmd": [ |
| 90 "python", | 93 "python", |
| 91 "-u", | 94 "-u", |
| 92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 95 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 93 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 96 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
| 95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
| 96 "name": "read test spec", | 100 "name": "read test spec", |
| 97 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| 98 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 102 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@{@@@", | 103 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"scripts\": [@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ {@@@", | 106 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"media_perftests\", @@@", | 108 "@@@STEP_LOG_LINE@json.output@ \"media_perftests\", @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"--single-process-tests\"@@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"--single-process-tests\"@@@", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 121 "--output", | 125 "--output", |
| 122 "/path/to/tmp/json", | 126 "/path/to/tmp/json", |
| 123 "--", | 127 "--", |
| 124 "--build-config-fs", | 128 "--build-config-fs", |
| 125 "Release", | 129 "Release", |
| 126 "--paths", | 130 "--paths", |
| 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 131 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 128 "--properties", | 132 "--properties", |
| 129 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | 133 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" |
| 130 ], | 134 ], |
| 135 "cwd": "[SLAVE_BUILD]", |
| 131 "name": "get compile targets for scripts", | 136 "name": "get compile targets for scripts", |
| 132 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 140 ] |
| 136 }, | 141 }, |
| 137 { | 142 { |
| 138 "cmd": [ | 143 "cmd": [ |
| 139 "python", | 144 "python", |
| 140 "-u", | 145 "-u", |
| 141 "[BUILD]/scripts/slave/cleanup_temp.py" | 146 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 142 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
| 143 "name": "cleanup_temp" | 149 "name": "cleanup_temp" |
| 144 }, | 150 }, |
| 145 { | 151 { |
| 146 "cmd": [ | 152 "cmd": [ |
| 147 "python", | 153 "python", |
| 148 "-u", | 154 "-u", |
| 149 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 155 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 150 "[SLAVE_BUILD]/src/out/Release" | 156 "[SLAVE_BUILD]/src/out/Release" |
| 151 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]", |
| 152 "name": "rmtree build directory", | 159 "name": "rmtree build directory", |
| 153 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 154 "@@@STEP_LOG_LINE@python.inline@@@@", | 161 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 162 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 163 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@@@@", | 164 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 158 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 165 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 159 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 166 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 160 "@@@STEP_LOG_END@python.inline@@@" | 167 "@@@STEP_LOG_END@python.inline@@@" |
| 161 ] | 168 ] |
| 162 }, | 169 }, |
| 163 { | 170 { |
| 164 "cmd": [ | 171 "cmd": [ |
| 165 "python", | 172 "python", |
| 166 "-u", | 173 "-u", |
| 167 "[BUILD]/scripts/slave/extract_build.py", | 174 "[BUILD]/scripts/slave/extract_build.py", |
| 168 "--target", | 175 "--target", |
| 169 "Release", | 176 "Release", |
| 170 "--build-url", | 177 "--build-url", |
| 171 "gs://chromium-linux-archive/chromium.linux/Linux Builder/full-build-linux
.zip", | 178 "gs://chromium-linux-archive/chromium.linux/Linux Builder/full-build-linux
.zip", |
| 172 "--build_revision", | 179 "--build_revision", |
| 173 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 180 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 174 "--factory-properties", | 181 "--factory-properties", |
| 175 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", | 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}", |
| 176 "--build-properties", | 183 "--build-properties", |
| 177 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}" | 184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium
.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \
"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"
}" |
| 178 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "extract build" | 187 "name": "extract build" |
| 180 }, | 188 }, |
| 181 { | 189 { |
| 182 "cmd": [ | 190 "cmd": [ |
| 183 "python", | 191 "python", |
| 184 "-u", | 192 "-u", |
| 185 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", | 193 "[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", |
| 186 "--build-config-fs", | 194 "--build-config-fs", |
| 187 "Release", | 195 "Release", |
| 188 "--paths", | 196 "--paths", |
| 189 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 197 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 190 "--properties", | 198 "--properties", |
| 191 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", | 199 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}", |
| 192 "--args", | 200 "--args", |
| 193 "[\"media_perftests\", \"--single-process-tests\"]", | 201 "[\"media_perftests\", \"--single-process-tests\"]", |
| 194 "run", | 202 "run", |
| 195 "--output", | 203 "--output", |
| 196 "/path/to/tmp/json" | 204 "/path/to/tmp/json" |
| 197 ], | 205 ], |
| 206 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "media_perftests", | 207 "name": "media_perftests", |
| 199 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output@{@@@", | 209 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 204 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 205 ] | 214 ] |
| 206 } | 215 } |
| 207 ] | 216 ] |
| OLD | NEW |