| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 28 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 29 "[BUILDER_CACHE]/ios_simulator_swarming", | 29 "[BUILDER_CACHE]/ios_simulator", |
| 30 "511" | 30 "511" |
| 31 ], | 31 ], |
| 32 "name": "makedirs checkout path", | 32 "name": "makedirs checkout path", |
| 33 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@python.inline@@@@", | 34 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 43 "@@@STEP_LOG_END@python.inline@@@" | 43 "@@@STEP_LOG_END@python.inline@@@" |
| 44 ] | 44 ] |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "cmd": [ | 47 "cmd": [ |
| 48 "python", | 48 "python", |
| 49 "-u", | 49 "-u", |
| 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 51 "--master", | 51 "--master", |
| 52 "tryserver.fake", | 52 "tryserver.fake", |
| 53 "--builder", | 53 "--builder", |
| 54 "ios-simulator-swarming", | 54 "ios-simulator", |
| 55 "--slave", | 55 "--slave", |
| 56 "fake-vm", | 56 "fake-vm", |
| 57 "--spec", | 57 "--spec", |
| 58 "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': 'https://chromium.googlesource.com/chromium
/blink.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': '
https://chromium.googlesource.com/chromium/src.git'}, {'custom_deps': {'src/chro
me/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefo
x2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins':
None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data
/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/
test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autod
iscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/
memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': N
one, '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/dat
a/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/da
ta/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src-
internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.
git'}]\ntarget_os = ['ios']", | 58 "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': 'https://chromium.googlesource.com/chromium
/blink.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': '
https://chromium.googlesource.com/chromium/src.git'}, {'custom_deps': {'src/chro
me/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefo
x2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins':
None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data
/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/
test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autod
iscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/
memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': N
one, '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/dat
a/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/da
ta/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src-
internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.
git'}]\ntarget_os = ['ios']", |
| 59 "--root", | 59 "--root", |
| 60 "src", | 60 "src", |
| 61 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 62 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 62 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 63 "--git-cache-dir", | 63 "--git-cache-dir", |
| 64 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 65 "--patch_url", | 65 "--patch_url", |
| 66 "patch url", | 66 "patch url", |
| 67 "--rietveld_server", | 67 "--rietveld_server", |
| 68 "fake://rietveld.url", | 68 "fake://rietveld.url", |
| 69 "--output_json", | 69 "--output_json", |
| 70 "/path/to/tmp/json", | 70 "/path/to/tmp/json", |
| 71 "--revision", | 71 "--revision", |
| 72 "src@HEAD", | 72 "src@HEAD", |
| 73 "--force", | 73 "--force", |
| 74 "--output_manifest" | 74 "--output_manifest" |
| 75 ], | 75 ], |
| 76 "cwd": "[BUILDER_CACHE]/ios_simulator_swarming", | 76 "cwd": "[BUILDER_CACHE]/ios_simulator", |
| 77 "env": { | 77 "env": { |
| 78 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 78 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 79 }, | 79 }, |
| 80 "name": "bot_update", | 80 "name": "bot_update", |
| 81 "~followup_annotations": [ | 81 "~followup_annotations": [ |
| 82 "@@@STEP_TEXT@Some step text@@@", | 82 "@@@STEP_TEXT@Some step text@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@{@@@", | 83 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 151 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 152 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 152 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
| 153 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 153 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 161 "[BUILDER_CACHE]/ios_simulator_swarming/src/ios/build/bots/chromium.mac/io
s-simulator-swarming.json", | 161 "[BUILDER_CACHE]/ios_simulator/src/ios/build/bots/chromium.mac/ios-simulat
or.json", |
| 162 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
| 163 ], | 163 ], |
| 164 "name": "read build config", | 164 "name": "read build config", |
| 165 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 166 "@@@STEP_LOG_LINE@json.output@{@@@", | 166 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 168 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 169 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 169 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 170 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 176 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake test\", @@@", | |
| 177 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@"
, | |
| 178 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", | |
| 179 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 180 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 181 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 182 "@@@STEP_LOG_LINE@json.output@}@@@", | 176 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 183 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
| 184 ] | 178 ] |
| 185 }, | 179 }, |
| 186 { | 180 { |
| 187 "cmd": [ | 181 "cmd": [ |
| 188 "echo", | 182 "echo", |
| 189 "-e", | 183 "-e", |
| 190 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.mac\", \n \"mb_ty
pe\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake test\", \n \"device type\": \"fake device\", \n \"id\"
: \"0\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"
use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" | 184 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.mac\", \n \"mb_ty
pe\": null, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [], \n \"trigge
red bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode v
ersion\"\n}" |
| 191 ], | 185 ], |
| 192 "name": "finalize build config" | 186 "name": "finalize build config" |
| 193 }, | 187 }, |
| 194 { | 188 { |
| 195 "cmd": [ | 189 "cmd": [ |
| 196 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 197 "--json-file", | 191 "--json-file", |
| 198 "/path/to/tmp/json", | 192 "/path/to/tmp/json", |
| 199 "--version", | 193 "--version", |
| 200 "fake xcode version" | 194 "fake xcode version" |
| 201 ], | 195 ], |
| 202 "name": "find xcode", | 196 "name": "find xcode", |
| 203 "~followup_annotations": [ | 197 "~followup_annotations": [ |
| 204 "@@@STEP_LOG_LINE@json.output@{}@@@", | 198 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 205 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
| 206 ] | 200 ] |
| 207 }, | 201 }, |
| 208 { | 202 { |
| 209 "cmd": [ | 203 "cmd": [ |
| 210 "python", | 204 "python", |
| 211 "-u", | 205 "-u", |
| 212 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 213 "runhooks" | 207 "runhooks" |
| 214 ], | 208 ], |
| 215 "cwd": "[BUILDER_CACHE]/ios_simulator_swarming/src", | 209 "cwd": "[BUILDER_CACHE]/ios_simulator/src", |
| 216 "env": { | 210 "env": { |
| 217 "GYP_CROSSCOMPILE": "1", | 211 "GYP_CROSSCOMPILE": "1", |
| 218 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 212 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 219 "GYP_GENERATORS": "ninja", | 213 "GYP_GENERATORS": "ninja", |
| 220 "LANDMINES_VERBOSE": "1", | 214 "LANDMINES_VERBOSE": "1", |
| 221 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 222 }, | 216 }, |
| 223 "name": "gclient runhooks (with patch)", | 217 "name": "gclient runhooks (with patch)", |
| 224 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 225 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" | 219 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" |
| 226 ] | 220 ] |
| 227 }, | 221 }, |
| 228 { | 222 { |
| 229 "cmd": [ | 223 "cmd": [ |
| 230 "git", | 224 "git", |
| 231 "diff", | 225 "diff", |
| 232 "--cached", | 226 "--cached", |
| 233 "--name-only" | 227 "--name-only" |
| 234 ], | 228 ], |
| 235 "cwd": "[BUILDER_CACHE]/ios_simulator_swarming/src", | 229 "cwd": "[BUILDER_CACHE]/ios_simulator/src", |
| 236 "name": "git diff to analyze patch", | 230 "name": "git diff to analyze patch", |
| 237 "stdout": "/path/to/tmp/", | 231 "stdout": "/path/to/tmp/", |
| 238 "~followup_annotations": [ | 232 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 233 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 240 "@@@STEP_LOG_END@files@@@" | 234 "@@@STEP_LOG_END@files@@@" |
| 241 ] | 235 ] |
| 242 }, | 236 }, |
| 243 { | 237 { |
| 244 "cmd": [ | 238 "cmd": [ |
| 245 "python", | 239 "python", |
| 246 "-u", | 240 "-u", |
| 247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 241 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 248 "[BUILDER_CACHE]/ios_simulator_swarming/src/testing/buildbot/trybot_analyz
e_config.json", | 242 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config.
json", |
| 249 "/path/to/tmp/json" | 243 "/path/to/tmp/json" |
| 250 ], | 244 ], |
| 251 "name": "read filter exclusion spec", | 245 "name": "read filter exclusion spec", |
| 252 "~followup_annotations": [ | 246 "~followup_annotations": [ |
| 253 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 247 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@{@@@", | 248 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 249 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 250 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 253 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 256 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ }@@@", | 259 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@}@@@", | 260 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 265 "@@@STEP_LOG_END@json.output@@@" | 261 "@@@STEP_LOG_END@json.output@@@" |
| 266 ] | 262 ] |
| 267 }, | 263 }, |
| 268 { | 264 { |
| 269 "cmd": [ | 265 "cmd": [ |
| 270 "python", | 266 "python", |
| 271 "-u", | 267 "-u", |
| 272 "[BUILDER_CACHE]/ios_simulator_swarming/src/build/gyp_chromium", | 268 "import sys; sys.exit(0)" |
| 273 "--analyzer", | |
| 274 "{\"additional_compile_targets\": [\"All\", \"fake test\"], \"files\": [\"
foo.cc\"], \"test_targets\": [\"fake test\"]}", | |
| 275 "/path/to/tmp/json" | |
| 276 ], | 269 ], |
| 277 "env": { | |
| 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 279 "GYP_CROSSCOMPILE": "1", | |
| 280 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va
lue 1' fake gyp define 2='fake value 2'" | |
| 281 }, | |
| 282 "name": "analyze", | 270 "name": "analyze", |
| 283 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 284 "@@@STEP_TEXT@No compile necessary@@@", | 272 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@{@@@", | 273 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 274 "@@@STEP_LOG_END@excluded_files@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | |
| 288 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | |
| 289 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 290 "@@@STEP_LOG_END@json.output@@@", | |
| 291 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 293 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 294 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", | |
| 295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 278 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 296 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 297 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 280 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 281 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 282 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 283 "@@@STEP_LOG_LINE@analyze_details@ \"All\"@@@", |
| 284 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 298 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 285 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 299 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 286 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 300 "@@@STEP_LOG_LINE@analyze_details@ \"fake test\"@@@", | |
| 301 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | |
| 302 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 287 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 303 "@@@STEP_LOG_END@analyze_details@@@" | 288 "@@@STEP_LOG_END@analyze_details@@@" |
| 304 ] | 289 ] |
| 305 }, | 290 }, |
| 306 { | 291 { |
| 292 "cmd": [ |
| 293 "ninja", |
| 294 "-C", |
| 295 "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", |
| 296 "All" |
| 297 ], |
| 298 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", |
| 299 "name": "compile (with patch)" |
| 300 }, |
| 301 { |
| 307 "cmd": [], | 302 "cmd": [], |
| 308 "name": "bootstrap swarming" | 303 "name": "bootstrap swarming" |
| 309 }, | 304 }, |
| 310 { | 305 { |
| 311 "cmd": [ | 306 "cmd": [ |
| 312 "python", | 307 "python", |
| 313 "-u", | 308 "-u", |
| 314 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 309 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 315 "--path", | 310 "--path", |
| 316 "[SLAVE_BUILD]/swarming.client", | 311 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 459 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 465 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 460 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 466 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 461 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 467 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 462 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 468 "@@@STEP_LOG_LINE@template.isolate@}@@@", | 463 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 469 "@@@STEP_LOG_END@template.isolate@@@" | 464 "@@@STEP_LOG_END@template.isolate@@@" |
| 470 ] | 465 ] |
| 471 }, | 466 }, |
| 472 { | 467 { |
| 473 "cmd": [], | 468 "cmd": [], |
| 474 "name": "skipped" | |
| 475 }, | |
| 476 { | |
| 477 "cmd": [], | |
| 478 "name": "skipped.[skipped] fake test (fake device iOS 8.1)", | |
| 479 "~followup_annotations": [ | |
| 480 "@@@STEP_NEST_LEVEL@1@@@", | |
| 481 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | |
| 482 ] | |
| 483 }, | |
| 484 { | |
| 485 "cmd": [], | |
| 486 "name": "trigger" | 469 "name": "trigger" |
| 487 }, | 470 }, |
| 488 { | 471 { |
| 489 "name": "$result", | 472 "name": "$result", |
| 490 "recipe_result": null, | 473 "recipe_result": null, |
| 491 "status_code": 0 | 474 "status_code": 0 |
| 492 } | 475 } |
| 493 ] | 476 ] |
| OLD | NEW |