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 = '[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']", | 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']", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 98 ] |
98 }, | 99 }, |
99 { | 100 { |
100 "cmd": [ | 101 "cmd": [ |
101 "python", | 102 "python", |
102 "-u", | 103 "-u", |
103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
104 "[CWD]/src/ios/build/bots/chromium.fake/ios.json", | 105 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", |
105 "/path/to/tmp/json" | 106 "/path/to/tmp/json" |
106 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
107 "name": "read build config", | 109 "name": "read build config", |
108 "~followup_annotations": [ | 110 "~followup_annotations": [ |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | 111 "@@@STEP_LOG_LINE@json.output@{@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 113 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
112 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 114 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.1\", @@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
115 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", | 117 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", |
116 "@@@STEP_LOG_LINE@json.output@}@@@", | 118 "@@@STEP_LOG_LINE@json.output@}@@@", |
117 "@@@STEP_LOG_END@json.output@@@" | 119 "@@@STEP_LOG_END@json.output@@@" |
118 ] | 120 ] |
119 }, | 121 }, |
120 { | 122 { |
121 "cmd": [ | 123 "cmd": [ |
122 "echo", | 124 "echo", |
123 "-e", | 125 "-e", |
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}" | 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}" |
125 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", |
126 "name": "finalize build config" | 129 "name": "finalize build config" |
127 }, | 130 }, |
128 { | 131 { |
129 "cmd": [ | 132 "cmd": [ |
130 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
131 "--json-file", | 134 "--json-file", |
132 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
133 "--version", | 136 "--version", |
134 "6.1.1" | 137 "6.1.1" |
135 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]", |
136 "name": "find xcode", | 140 "name": "find xcode", |
137 "~followup_annotations": [ | 141 "~followup_annotations": [ |
138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 142 "@@@STEP_LOG_LINE@json.output@{}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 144 ] |
141 }, | 145 }, |
142 { | 146 { |
143 "cmd": [ | 147 "cmd": [ |
144 "python", | 148 "python", |
145 "-u", | 149 "-u", |
146 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 150 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
147 "runhooks" | 151 "runhooks" |
148 ], | 152 ], |
| 153 "cwd": "[SLAVE_BUILD]", |
149 "env": { | 154 "env": { |
150 "GYP_DEFINES": "component=static_library OS=ios", | 155 "GYP_DEFINES": "component=static_library OS=ios", |
151 "GYP_GENERATORS": "xcode", | 156 "GYP_GENERATORS": "xcode", |
152 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 157 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
153 "LANDMINES_VERBOSE": "1", | 158 "LANDMINES_VERBOSE": "1", |
154 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 159 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
155 }, | 160 }, |
156 "name": "gclient runhooks", | 161 "name": "gclient runhooks", |
157 "~followup_annotations": [ | 162 "~followup_annotations": [ |
158 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" | 163 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios
@@@" |
159 ] | 164 ] |
160 }, | 165 }, |
161 { | 166 { |
162 "cmd": [ | 167 "cmd": [ |
163 "xcodebuild", | 168 "xcodebuild", |
164 "-configuration", | 169 "-configuration", |
165 "Debug", | 170 "Debug", |
166 "-project", | 171 "-project", |
167 "[CWD]/src/build/all.xcodeproj", | 172 "[SLAVE_BUILD]/src/build/all.xcodeproj", |
168 "-sdk", | 173 "-sdk", |
169 "iphonesimulator8.1" | 174 "iphonesimulator8.1" |
170 ], | 175 ], |
171 "cwd": "[CWD]/src/xcodebuild", | 176 "cwd": "[SLAVE_BUILD]/src/xcodebuild", |
172 "name": "compile" | 177 "name": "compile" |
173 }, | 178 }, |
174 { | 179 { |
175 "name": "$result", | 180 "name": "$result", |
176 "recipe_result": null, | 181 "recipe_result": null, |
177 "status_code": 0 | 182 "status_code": 0 |
178 } | 183 } |
179 ] | 184 ] |
OLD | NEW |