| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[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 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.win", | 17 "chromium.win", |
| 17 "--builder", | 18 "--builder", |
| 18 "Win8 Aura", | 19 "Win8 Aura", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "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'}]", | 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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"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\"}", | 27 "{\"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\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "src@1111111" | 31 "src@1111111" |
| 31 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", |
| 32 "name": "bot_update", | 34 "name": "bot_update", |
| 33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 69 ] | 71 ] |
| 70 }, | 72 }, |
| 71 { | 73 { |
| 72 "cmd": [ | 74 "cmd": [ |
| 73 "python", | 75 "python", |
| 74 "-u", | 76 "-u", |
| 75 "[DEPOT_TOOLS]\\gclient.py", | 77 "[DEPOT_TOOLS]\\gclient.py", |
| 76 "runhooks" | 78 "runhooks" |
| 77 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
| 78 "env": { | 81 "env": { |
| 79 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" | 82 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 use_goma=1" |
| 80 }, | 83 }, |
| 81 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 82 }, | 85 }, |
| 83 { | 86 { |
| 84 "cmd": [ | 87 "cmd": [ |
| 85 "python", | 88 "python", |
| 86 "-u", | 89 "-u", |
| 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 88 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 91 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 89 "/path/to/tmp/json" | 92 "/path/to/tmp/json" |
| 90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
| 91 "name": "read test spec", | 95 "name": "read test spec", |
| 92 "~followup_annotations": [ | 96 "~followup_annotations": [ |
| 93 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 97 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@{}@@@", | 98 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 95 "@@@STEP_LOG_END@json.output@@@" | 99 "@@@STEP_LOG_END@json.output@@@" |
| 96 ] | 100 ] |
| 97 }, | 101 }, |
| 98 { | 102 { |
| 99 "cmd": [ | 103 "cmd": [ |
| 100 "python", | 104 "python", |
| 101 "-u", | 105 "-u", |
| 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 106 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 103 "--output", | 107 "--output", |
| 104 "/path/to/tmp/json", | 108 "/path/to/tmp/json", |
| 105 "--", | 109 "--", |
| 106 "--build-config-fs", | 110 "--build-config-fs", |
| 107 "Debug", | 111 "Debug", |
| 108 "--paths", | 112 "--paths", |
| 109 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 113 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
| 110 "--properties", | 114 "--properties", |
| 111 "{\"buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"
chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" | 115 "{\"buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"
chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
| 112 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
| 113 "name": "get compile targets for scripts", | 118 "name": "get compile targets for scripts", |
| 114 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 115 "@@@STEP_LOG_LINE@json.output@{}@@@", | 120 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 116 "@@@STEP_LOG_END@json.output@@@" | 121 "@@@STEP_LOG_END@json.output@@@" |
| 117 ] | 122 ] |
| 118 }, | 123 }, |
| 119 { | 124 { |
| 120 "cmd": [ | 125 "cmd": [ |
| 121 "python", | 126 "python", |
| 122 "-u", | 127 "-u", |
| 123 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 128 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 124 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", |
| 125 "name": "cleanup_temp" | 131 "name": "cleanup_temp" |
| 126 }, | 132 }, |
| 127 { | 133 { |
| 128 "cmd": [ | 134 "cmd": [ |
| 129 "python", | 135 "python", |
| 130 "-u", | 136 "-u", |
| 131 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 137 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 132 "[SLAVE_BUILD]\\src\\out\\Debug" | 138 "[SLAVE_BUILD]\\src\\out\\Debug" |
| 133 ], | 139 ], |
| 140 "cwd": "[SLAVE_BUILD]", |
| 134 "name": "rmtree build directory", | 141 "name": "rmtree build directory", |
| 135 "~followup_annotations": [ | 142 "~followup_annotations": [ |
| 136 "@@@STEP_LOG_LINE@python.inline@@@@", | 143 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 137 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 144 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 138 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 145 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 139 "@@@STEP_LOG_LINE@python.inline@@@@", | 146 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 140 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 147 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 148 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 142 "@@@STEP_LOG_END@python.inline@@@" | 149 "@@@STEP_LOG_END@python.inline@@@" |
| 143 ] | 150 ] |
| 144 }, | 151 }, |
| 145 { | 152 { |
| 146 "cmd": [ | 153 "cmd": [ |
| 147 "python", | 154 "python", |
| 148 "-u", | 155 "-u", |
| 149 "[BUILD]\\scripts\\slave\\extract_build.py", | 156 "[BUILD]\\scripts\\slave\\extract_build.py", |
| 150 "--target", | 157 "--target", |
| 151 "Debug", | 158 "Debug", |
| 152 "--build-archive-url", | 159 "--build-archive-url", |
| 153 "gs://test-domain/test-archive.zip", | 160 "gs://test-domain/test-archive.zip", |
| 154 "--factory-properties", | 161 "--factory-properties", |
| 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"chromium.w
in\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"par
ent_buildername\": \"Win Builder (dbg)\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}", | 162 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"chromium.w
in\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"par
ent_buildername\": \"Win Builder (dbg)\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}", |
| 156 "--build-properties", | 163 "--build-properties", |
| 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"chromium.w
in\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"par
ent_buildername\": \"Win Builder (dbg)\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}" | 164 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"mastername\": \"chromium.w
in\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\", \"par
ent_buildername\": \"Win Builder (dbg)\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path
/to/workdir/TestSlavename\"}" |
| 158 ], | 165 ], |
| 166 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "extract build" | 167 "name": "extract build" |
| 160 } | 168 } |
| 161 ] | 169 ] |
| OLD | NEW |