aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-04-06 11:38:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-06 11:38:55 -0700
commitb0070197ff10500a9cdcc6bb0984c670de58f523 (patch)
treec278e1758b917c90b3050e5f8784e25e76c27459 /infra
parent3ddf967ffeb311b3ead780aaad2368cfdf064562 (diff)
More iOS swarming bot fixes
- Copy the packaged app into xcodebuild/... - Isolate ios/bin directory BUG=skia:5155 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1860333002 Review URL: https://codereview.chromium.org/1860333002
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/ios_bin.isolate11
-rw-r--r--infra/bots/perf_skia.isolate1
-rw-r--r--infra/bots/test_skia.isolate1
3 files changed, 13 insertions, 0 deletions
diff --git a/infra/bots/ios_bin.isolate b/infra/bots/ios_bin.isolate
new file mode 100644
index 0000000000..b6fc135a42
--- /dev/null
+++ b/infra/bots/ios_bin.isolate
@@ -0,0 +1,11 @@
+{
+ 'conditions': [
+ ['OS=="iOS-9.2"', {
+ 'variables': {
+ 'files': [
+ '../../platform_tools/ios/bin/',
+ ],
+ },
+ }],
+ ],
+}
diff --git a/infra/bots/perf_skia.isolate b/infra/bots/perf_skia.isolate
index 3412ec40ff..d98741c07d 100644
--- a/infra/bots/perf_skia.isolate
+++ b/infra/bots/perf_skia.isolate
@@ -3,6 +3,7 @@
'android_bin.isolate',
'images.isolate',
'infrabots.isolate',
+ 'ios_bin.isolate',
'resources.isolate',
'skps.isolate',
],
diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate
index 3412ec40ff..d98741c07d 100644
--- a/infra/bots/test_skia.isolate
+++ b/infra/bots/test_skia.isolate
@@ -3,6 +3,7 @@
'android_bin.isolate',
'images.isolate',
'infrabots.isolate',
+ 'ios_bin.isolate',
'resources.isolate',
'skps.isolate',
],