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.fyi", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux ARM", | 10 "Linux ARM", |
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\"}", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 "GYP_CROSSCOMPILE": "1", | 73 "GYP_CROSSCOMPILE": "1", |
74 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=arm test_isolation_mode=prepare use_goma=1" | 74 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=arm test_isolation_mode=prepare use_goma=1" |
75 }, | 75 }, |
76 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
77 }, | 77 }, |
78 { | 78 { |
79 "cmd": [ | 79 "cmd": [ |
80 "python", | 80 "python", |
81 "-u", | 81 "-u", |
82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
83 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 83 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
84 "/path/to/tmp/json" | 84 "/path/to/tmp/json" |
85 ], | 85 ], |
86 "cwd": "[SLAVE_BUILD]", | 86 "cwd": "[SLAVE_BUILD]", |
87 "name": "read test spec", | 87 "name": "read test spec", |
88 "~followup_annotations": [ | 88 "~followup_annotations": [ |
89 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", | 89 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
90 "@@@STEP_LOG_LINE@json.output@{}@@@", | 90 "@@@STEP_LOG_LINE@json.output@{}@@@", |
91 "@@@STEP_LOG_END@json.output@@@" | 91 "@@@STEP_LOG_END@json.output@@@" |
92 ] | 92 ] |
93 }, | 93 }, |
94 { | 94 { |
95 "cmd": [ | 95 "cmd": [ |
96 "python", | 96 "python", |
97 "-u", | 97 "-u", |
98 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 98 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
99 "--output", | 99 "--output", |
100 "/path/to/tmp/json", | 100 "/path/to/tmp/json", |
101 "--", | 101 "--", |
102 "--build-config-fs", | 102 "--build-config-fs", |
103 "Release", | 103 "Release", |
104 "--paths", | 104 "--paths", |
105 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 105 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
106 "--properties", | 106 "--properties", |
107 "{\"buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" | 107 "{\"buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"
chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux
\"}" |
108 ], | 108 ], |
109 "cwd": "[SLAVE_BUILD]", | 109 "cwd": "[SLAVE_BUILD]", |
110 "name": "get compile targets for scripts", | 110 "name": "get compile targets for scripts", |
111 "~followup_annotations": [ | 111 "~followup_annotations": [ |
112 "@@@STEP_LOG_LINE@json.output@{}@@@", | 112 "@@@STEP_LOG_LINE@json.output@{}@@@", |
113 "@@@STEP_LOG_END@json.output@@@" | 113 "@@@STEP_LOG_END@json.output@@@" |
114 ] | 114 ] |
115 }, | 115 }, |
116 { | 116 { |
117 "cmd": [ | 117 "cmd": [ |
(...skipping 19 matching lines...) Expand all Loading... |
137 "goma", | 137 "goma", |
138 "--goma-dir", | 138 "--goma-dir", |
139 "[BUILD]/goma", | 139 "[BUILD]/goma", |
140 "--", | 140 "--", |
141 "all" | 141 "all" |
142 ], | 142 ], |
143 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
144 "name": "compile" | 144 "name": "compile" |
145 }, | 145 }, |
146 { | 146 { |
| 147 "cmd": [ |
| 148 "python", |
| 149 "-u", |
| 150 "[BUILD]/scripts/slave/archive_dependencies.py", |
| 151 "--src-dir", |
| 152 "[SLAVE_BUILD]/src", |
| 153 "--target", |
| 154 "Release", |
| 155 "--master", |
| 156 "chromium.linux", |
| 157 "--builder", |
| 158 "Linux ARM", |
| 159 "--build", |
| 160 "571" |
| 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "archive dependencies" |
| 164 }, |
| 165 { |
147 "allow_subannotations": true, | 166 "allow_subannotations": true, |
148 "cmd": [ | 167 "cmd": [ |
149 "python", | 168 "python", |
150 "-u", | 169 "-u", |
151 "[BUILD]/scripts/slave/zip_build.py", | 170 "[BUILD]/scripts/slave/zip_build.py", |
152 "--target", | 171 "--target", |
153 "Release", | 172 "Release", |
154 "--build-url", | 173 "--build-url", |
155 "gs://chromium-fyi-archive/chromium.fyi/Linux ARM", | 174 "gs://chromium-linux-archive/chromium.linux/Linux ARM", |
156 "--build_revision", | 175 "--build_revision", |
157 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 176 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
158 "--factory-properties", | 177 "--factory-properties", |
159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 178 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l
inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
160 "--build-properties", | 179 "--build-properties", |
161 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.f
yi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"T
estSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l
inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \
"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
162 ], | 181 ], |
163 "cwd": "[SLAVE_BUILD]", | 182 "cwd": "[SLAVE_BUILD]", |
164 "name": "package build" | 183 "name": "package build" |
165 } | 184 } |
166 ] | 185 ] |
OLD | NEW |