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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
11 "cmd": [ | 11 "cmd": [ |
12 "python", | 12 "python", |
13 "-u", | 13 "-u", |
14 "[BUILD]\\scripts\\slave\\bot_update.py", | 14 "[BUILD]\\scripts\\slave\\bot_update.py", |
15 "--master", | 15 "--master", |
16 "chromium.win", | 16 "chromium.fyi", |
17 "--builder", | 17 "--builder", |
18 "Win8 Aura", | 18 "CrWinClang tester", |
19 "--slave", | 19 "--slave", |
20 "TestSlavename", | 20 "TestSlavename", |
21 "--spec", | 21 "--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'}]", | 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 "--root", | 23 "--root", |
24 "src", | 24 "src", |
25 "--revision_mapping_file", | 25 "--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\"}", | 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 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 65 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
66 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 66 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
67 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 67 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
69 ] | 69 ] |
70 }, | 70 }, |
71 { | 71 { |
72 "cmd": [ | 72 "cmd": [ |
73 "python", | 73 "python", |
74 "-u", | 74 "-u", |
| 75 "[DEPOT_TOOLS]\\gclient.py", |
| 76 "runhooks" |
| 77 ], |
| 78 "env": { |
| 79 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32" |
| 80 }, |
| 81 "name": "gclient runhooks" |
| 82 }, |
| 83 { |
| 84 "cmd": [ |
| 85 "python", |
| 86 "-u", |
75 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
76 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 88 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.json", |
77 "/path/to/tmp/json" | 89 "/path/to/tmp/json" |
78 ], | 90 ], |
79 "name": "read test spec", | 91 "name": "read test spec", |
80 "~followup_annotations": [ | 92 "~followup_annotations": [ |
81 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", | 93 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.fyi.js
on@@@", |
82 "@@@STEP_LOG_LINE@json.output@{}@@@", | 94 "@@@STEP_LOG_LINE@json.output@{}@@@", |
83 "@@@STEP_LOG_END@json.output@@@" | 95 "@@@STEP_LOG_END@json.output@@@" |
84 ] | 96 ] |
85 }, | 97 }, |
86 { | 98 { |
87 "cmd": [ | 99 "cmd": [ |
88 "python", | 100 "python", |
89 "-u", | 101 "-u", |
90 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 102 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
91 "--output", | 103 "--output", |
92 "/path/to/tmp/json", | 104 "/path/to/tmp/json", |
93 "--", | 105 "--", |
94 "--build-config-fs", | 106 "--build-config-fs", |
95 "Debug", | 107 "Release", |
96 "--paths", | 108 "--paths", |
97 "{\"build\": \"[BUILD]\"}", | 109 "{\"build\": \"[BUILD]\"}", |
98 "--properties", | 110 "--properties", |
99 "{\"buildername\": \"Win8 Aura\", \"buildnumber\": 571, \"slavename\": \"T
estSlavename\"}" | 111 "{\"buildername\": \"CrWinClang tester\", \"buildnumber\": 571, \"slavenam
e\": \"TestSlavename\"}" |
100 ], | 112 ], |
101 "name": "get compile targets for scripts", | 113 "name": "get compile targets for scripts", |
102 "~followup_annotations": [ | 114 "~followup_annotations": [ |
103 "@@@STEP_LOG_LINE@json.output@{}@@@", | 115 "@@@STEP_LOG_LINE@json.output@{}@@@", |
104 "@@@STEP_LOG_END@json.output@@@" | 116 "@@@STEP_LOG_END@json.output@@@" |
105 ] | 117 ] |
106 }, | 118 }, |
107 { | 119 { |
108 "cmd": [ | 120 "cmd": [ |
109 "python", | 121 "python", |
110 "-u", | 122 "-u", |
111 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 123 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
112 ], | 124 ], |
113 "name": "cleanup_temp" | 125 "name": "cleanup_temp" |
114 }, | 126 }, |
115 { | 127 { |
116 "cmd": [ | 128 "cmd": [ |
117 "python", | 129 "python", |
118 "-u", | 130 "-u", |
119 "\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 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
120 "[SLAVE_BUILD]\\src\\out\\Debug" | 132 "[SLAVE_BUILD]\\src\\out\\Release" |
121 ], | 133 ], |
122 "name": "rmtree build directory", | 134 "name": "rmtree build directory", |
123 "~followup_annotations": [ | 135 "~followup_annotations": [ |
124 "@@@STEP_LOG_LINE@python.inline@@@@", | 136 "@@@STEP_LOG_LINE@python.inline@@@@", |
125 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 137 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
126 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 138 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
127 "@@@STEP_LOG_LINE@python.inline@@@@", | 139 "@@@STEP_LOG_LINE@python.inline@@@@", |
128 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 140 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
129 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 141 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
130 "@@@STEP_LOG_END@python.inline@@@" | 142 "@@@STEP_LOG_END@python.inline@@@" |
131 ] | 143 ] |
132 }, | 144 }, |
133 { | 145 { |
134 "cmd": [ | 146 "cmd": [ |
135 "python", | 147 "python", |
136 "-u", | 148 "-u", |
137 "[BUILD]\\scripts\\slave\\extract_build.py", | 149 "[BUILD]\\scripts\\slave\\extract_build.py", |
138 "--target", | 150 "--target", |
139 "Debug", | 151 "Release", |
140 "--build-archive-url", | 152 "--build-archive-url", |
141 "gs://test-domain/test-archive.zip", | 153 "gs://test-domain/test-archive.zip", |
142 "--factory-properties", | 154 "--factory-properties", |
143 "{\"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\"}", | 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang tester\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\
", \"parent_buildername\": \"CrWinClang\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}", |
144 "--build-properties", | 156 "--build-properties", |
145 "{\"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\"}" | 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"CrWinClang tester\", \"buildnumber\": 571, \"mastername\": \"ch
romium.fyi\", \"parent_build_archive_url\": \"gs://test-domain/test-archive.zip\
", \"parent_buildername\": \"CrWinClang\", \"parent_got_revision\": \"1111111\",
\"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/pat
h/to/workdir/TestSlavename\"}" |
146 ], | 158 ], |
147 "name": "extract build" | 159 "name": "extract build" |
148 } | 160 } |
149 ] | 161 ] |
OLD | NEW |