| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | |
| 7 ], | |
| 8 "name": "taskkill" | |
| 9 }, | |
| 10 { | |
| 11 "abort_on_failure": true, | 3 "abort_on_failure": true, |
| 12 "cmd": [ | 4 "cmd": [ |
| 13 "python", | 5 "python", |
| 14 "-u", | 6 "-u", |
| 15 "[BUILD]\\scripts\\slave\\bot_update.py", | 7 "[BUILD]/scripts/slave/bot_update.py", |
| 16 "--master", | 8 "--master", |
| 17 "chromium.win", | 9 "chromium.linux", |
| 18 "--builder", | 10 "--builder", |
| 19 "NaCl Tests (x86-32)", | 11 "Android Tests", |
| 20 "--slave", | 12 "--slave", |
| 21 "TestSlavename", | 13 "TestSlavename", |
| 22 "--spec", | 14 "--spec", |
| 23 "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 "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'}]\ntarget_os = ['android']", |
| 24 "--revision_mapping_file", | 16 "--revision_mapping_file", |
| 25 "{\"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/swarm_client\": \"got_swarm_client_revisi
on\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\
": \"got_v8_revision\"}", | 17 "{\"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/swarm_client\": \"got_swarm_client_revisi
on\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\
": \"got_v8_revision\"}", |
| 26 "--output_json", | 18 "--output_json", |
| 27 "/path/to/tmp/json", | 19 "/path/to/tmp/json", |
| 28 "--revision", | 20 "--revision", |
| 29 "src@1111111" | 21 "src@1111111" |
| 30 ], | 22 ], |
| 31 "name": "bot_update", | 23 "name": "bot_update", |
| 32 "~followup_annotations": [ | 24 "~followup_annotations": [ |
| 33 "@@@STEP_LOG_LINE@json.output@{@@@", | 25 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@", | 26 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@}@@@", | 27 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 36 "@@@STEP_LOG_END@json.output@@@" | 28 "@@@STEP_LOG_END@json.output@@@" |
| 37 ] | 29 ] |
| 38 }, | 30 }, |
| 39 { | 31 { |
| 40 "cmd": [ | 32 "cmd": [ |
| 41 "python", | 33 "python", |
| 42 "-u", | 34 "-u", |
| 43 "[DEPOT_TOOLS]\\gclient.py", | 35 "[DEPOT_TOOLS]/gclient.py", |
| 44 "config", | 36 "config", |
| 45 "--spec", | 37 "--spec", |
| 46 "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'}]" | 38 "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'}]\ntarget_os = ['android']" |
| 47 ], | 39 ], |
| 48 "name": "gclient setup" | 40 "name": "gclient setup" |
| 49 }, | 41 }, |
| 50 { | 42 { |
| 51 "abort_on_failure": true, | 43 "abort_on_failure": true, |
| 52 "cmd": [ | 44 "cmd": [ |
| 53 "python", | 45 "python", |
| 54 "-u", | 46 "-u", |
| 55 "[DEPOT_TOOLS]\\gclient.py", | 47 "[DEPOT_TOOLS]/gclient.py", |
| 56 "sync", | 48 "sync", |
| 57 "--nohooks", | 49 "--nohooks", |
| 58 "--delete_unversioned_trees", | 50 "--delete_unversioned_trees", |
| 59 "--force", | 51 "--force", |
| 60 "--verbose", | 52 "--verbose", |
| 61 "--revision", | 53 "--revision", |
| 62 "src@1111111", | 54 "src@1111111", |
| 63 "--output-json", | 55 "--output-json", |
| 64 "/path/to/tmp/json" | 56 "/path/to/tmp/json" |
| 65 ], | 57 ], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", | 89 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", | 90 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" | 92 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" |
| 101 ] | 93 ] |
| 102 }, | 94 }, |
| 103 { | 95 { |
| 104 "cmd": [ | 96 "cmd": [ |
| 105 "python", | 97 "python", |
| 106 "-u", | 98 "-u", |
| 99 "[DEPOT_TOOLS]/gclient.py", |
| 100 "runhooks" |
| 101 ], |
| 102 "env": { |
| 103 "GYP_CROSSCOMPILE": "1", |
| 104 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm" |
| 105 }, |
| 106 "name": "gclient runhooks" |
| 107 }, |
| 108 { |
| 109 "cmd": [ |
| 110 "python", |
| 111 "-u", |
| 107 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 112 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 108 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 113 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 109 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
| 110 ], | 115 ], |
| 111 "name": "read test spec", | 116 "name": "read test spec", |
| 112 "~followup_annotations": [ | 117 "~followup_annotations": [ |
| 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 118 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 114 "@@@STEP_LOG_LINE@json.output@{}@@@", | 119 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 115 "@@@STEP_LOG_END@json.output@@@" | 120 "@@@STEP_LOG_END@json.output@@@" |
| 116 ] | 121 ] |
| 117 }, | 122 }, |
| 118 { | 123 { |
| 119 "cmd": [ | 124 "cmd": [ |
| 120 "python", | 125 "python", |
| 121 "-u", | 126 "-u", |
| 122 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 127 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 123 ], | 128 ], |
| 124 "name": "cleanup_temp" | 129 "name": "cleanup_temp" |
| 125 }, | 130 }, |
| 126 { | 131 { |
| 127 "cmd": [ | 132 "cmd": [ |
| 128 "python", | 133 "python", |
| 129 "-u", | 134 "-u", |
| 130 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 135 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 131 "[SLAVE_BUILD]\\src\\out\\Release" | 136 "[SLAVE_BUILD]/src/out/Release" |
| 132 ], | 137 ], |
| 133 "name": "rmtree build directory", | 138 "name": "rmtree build directory", |
| 134 "seed_steps": [ | 139 "seed_steps": [ |
| 135 "rmtree build directory", | 140 "rmtree build directory", |
| 136 "extract build", | 141 "extract build", |
| 137 "start_crash_service", | 142 "device_status_check" |
| 138 "nacl_integration", | |
| 139 "process_dumps" | |
| 140 ], | 143 ], |
| 141 "~followup_annotations": [ | 144 "~followup_annotations": [ |
| 142 "@@@STEP_LOG_LINE@python.inline@@@@", | 145 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 146 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 144 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 147 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 145 "@@@STEP_LOG_LINE@python.inline@@@@", | 148 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 146 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 149 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 147 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 148 "@@@STEP_LOG_END@python.inline@@@" | 151 "@@@STEP_LOG_END@python.inline@@@" |
| 149 ] | 152 ] |
| 150 }, | 153 }, |
| 151 { | 154 { |
| 152 "abort_on_failure": true, | 155 "abort_on_failure": true, |
| 153 "cmd": [ | 156 "cmd": [ |
| 154 "python", | 157 "python", |
| 155 "-u", | 158 "-u", |
| 156 "[BUILD]\\scripts\\slave\\extract_build.py", | 159 "[BUILD]/scripts/slave/extract_build.py", |
| 157 "--target", | 160 "--target", |
| 158 "Release", | 161 "Release", |
| 159 "--build-url", | 162 "--build-url", |
| 160 "gs://chromium-win-archive/chromium.win/Win Builder/full-build-win32.zip", | 163 "gs://chromium-linux-archive/chromium.linux/Android Builder/full-build-lin
ux.zip", |
| 161 "--build_revision", | 164 "--build_revision", |
| 162 "170242", | 165 "170242", |
| 163 "--factory-properties", | 166 "--factory-properties", |
| 164 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"NaCl Tests (x86-32)\", \"buildnumber\": 571, \"mastername\": \"
chromium.win\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", | 167 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": \"Android Builder\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}", |
| 165 "--build-properties", | 168 "--build-properties", |
| 166 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"NaCl Tests (x86-32)\", \"buildnumber\": 571, \"mastername\": \"
chromium.win\", \"parent_buildername\": \"Win Builder\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" | 169 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Android Tests\", \"buildnumber\": 571, \"mastername\": \"chromi
um.linux\", \"parent_buildername\": \"Android Builder\", \"parent_got_revision\"
: \"1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wor
kdir\": \"/path/to/workdir/TestSlavename\"}" |
| 167 ], | 170 ], |
| 168 "name": "extract build" | 171 "name": "extract build" |
| 169 }, | 172 }, |
| 170 { | 173 { |
| 174 "abort_on_failure": true, |
| 175 "cmd": [ |
| 176 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py" |
| 177 ], |
| 178 "env": { |
| 179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 180 }, |
| 181 "name": "device_status_check" |
| 182 }, |
| 183 { |
| 184 "abort_on_failure": true, |
| 185 "can_fail_build": false, |
| 171 "cmd": [ | 186 "cmd": [ |
| 172 "python", | 187 "python", |
| 173 "-u", | 188 "-u", |
| 174 "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 189 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 175 "--target", | 190 "-t", |
| 176 "Release" | 191 "Release" |
| 177 ], | 192 ], |
| 178 "name": "start_crash_service" | 193 "name": "provision_devices" |
| 179 }, | |
| 180 { | |
| 181 "cmd": [ | |
| 182 "python", | |
| 183 "-u", | |
| 184 "[SLAVE_BUILD]\\src\\chrome\\test\\nacl_test_injection\\buildbot_nacl_inte
gration.py", | |
| 185 "--mode", | |
| 186 "Release" | |
| 187 ], | |
| 188 "name": "nacl_integration" | |
| 189 }, | 194 }, |
| 190 { | 195 { |
| 191 "always_run": true, | 196 "always_run": true, |
| 192 "cmd": [ | 197 "cmd": [ |
| 193 "python", | 198 "python", |
| 194 "-u", | 199 "-u", |
| 195 "[BUILD]\\scripts\\slave\\process_dumps.py", | 200 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 196 "--target", | 201 "gtest", |
| 197 "Release" | 202 "-s", |
| 203 "base_unittests" |
| 198 ], | 204 ], |
| 199 "name": "process_dumps" | 205 "env": { |
| 206 "BUILDTYPE": "Release" |
| 207 }, |
| 208 "name": "base_unittests" |
| 200 } | 209 } |
| 201 ] | 210 ] |
| OLD | NEW |