OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fake", | 8 "chromium.fake", |
9 "--builder", | 9 "--builder", |
10 "ios", | 10 "ios", |
11 "--slave", | 11 "--slave", |
12 "fake-vm", | 12 "fake-vm", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\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.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/
plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery':
None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]\nta
rget_os = ['ios']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\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.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': '
src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/
src-internal'}]\ntarget_os = ['ios']", |
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/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
28 "cwd": "[SLAVE_BUILD]", | |
29 "env": { | 28 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 30 }, |
32 "name": "bot_update", | 31 "name": "bot_update", |
33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 97 ] |
99 }, | 98 }, |
100 { | 99 { |
101 "cmd": [ | 100 "cmd": [ |
102 "python", | 101 "python", |
103 "-u", | 102 "-u", |
104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
105 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", | 104 "[CWD]/src/ios/build/bots/chromium.fake/ios.json", |
106 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
107 ], | 106 ], |
108 "cwd": "[SLAVE_BUILD]", | |
109 "name": "read build config", | 107 "name": "read build config", |
110 "~followup_annotations": [ | 108 "~followup_annotations": [ |
111 "@@@STEP_LOG_LINE@json.output@{@@@", | 109 "@@@STEP_LOG_LINE@json.output@{@@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", |
116 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
117 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", |
118 "@@@STEP_LOG_LINE@json.output@}@@@", | 116 "@@@STEP_LOG_LINE@json.output@}@@@", |
119 "@@@STEP_LOG_END@json.output@@@" | 117 "@@@STEP_LOG_END@json.output@@@" |
120 ] | 118 ] |
121 }, | 119 }, |
122 { | 120 { |
123 "cmd": [ | 121 "cmd": [ |
124 "echo", | 122 "echo", |
125 "-e", | 123 "-e", |
126 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n
\"xcode version\": \"6.1.1\"\n}" | 124 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n
\"xcode version\": \"6.1.1\"\n}" |
127 ], | 125 ], |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "finalize build config" | 126 "name": "finalize build config" |
130 }, | 127 }, |
131 { | 128 { |
132 "cmd": [ | 129 "cmd": [ |
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
134 "--json-file", | 131 "--json-file", |
135 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
136 "--version", | 133 "--version", |
137 "6.1.1" | 134 "6.1.1" |
138 ], | 135 ], |
139 "cwd": "[SLAVE_BUILD]", | |
140 "name": "find xcode", | 136 "name": "find xcode", |
141 "~followup_annotations": [ | 137 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
143 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
144 ] | 140 ] |
145 }, | 141 }, |
146 { | 142 { |
147 "cmd": [ | 143 "cmd": [ |
148 "python", | 144 "python", |
149 "-u", | 145 "-u", |
150 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
151 "runhooks" | 147 "runhooks" |
152 ], | 148 ], |
153 "cwd": "[SLAVE_BUILD]", | |
154 "env": { | 149 "env": { |
155 "GYP_DEFINES": "component=static_library OS=ios", | 150 "GYP_DEFINES": "component=static_library OS=ios", |
156 "GYP_GENERATORS": "xcode", | 151 "GYP_GENERATORS": "xcode", |
157 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 152 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
158 "LANDMINES_VERBOSE": "1", | 153 "LANDMINES_VERBOSE": "1", |
159 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 154 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
160 }, | 155 }, |
161 "name": "gclient runhooks", | 156 "name": "gclient runhooks", |
162 "~followup_annotations": [ | 157 "~followup_annotations": [ |
163 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" | 158 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" |
164 ] | 159 ] |
165 }, | 160 }, |
166 { | 161 { |
167 "cmd": [ | 162 "cmd": [ |
168 "xcodebuild", | 163 "xcodebuild", |
169 "-configuration", | 164 "-configuration", |
170 "Debug", | 165 "Debug", |
171 "-project", | 166 "-project", |
172 "[SLAVE_BUILD]/src/build/all.xcodeproj", | 167 "[CWD]/src/build/all.xcodeproj", |
173 "-sdk", | 168 "-sdk", |
174 "iphonesimulator8.1" | 169 "iphonesimulator8.1" |
175 ], | 170 ], |
176 "cwd": "[SLAVE_BUILD]/src/xcodebuild", | 171 "cwd": "[CWD]/src/xcodebuild", |
177 "name": "compile" | 172 "name": "compile" |
178 }, | 173 }, |
179 { | 174 { |
180 "name": "$result", | 175 "name": "$result", |
181 "recipe_result": null, | 176 "recipe_result": null, |
182 "status_code": 0 | 177 "status_code": 0 |
183 } | 178 } |
184 ] | 179 ] |
OLD | NEW |