Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fbf58af

Browse files
Merge branch 'next' into maze-runner-retry
2 parents 5e8da60 + e8adfd7 commit fbf58af

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎.buildkite/expo-pipeline.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ steps:
7676
artifact_paths: build/output.ipa
7777
commands:
7878
- test/expo/scripts/build-ios.sh
79-
79+
8080
- wait
8181

8282
- label: 'expo Android 9'
@@ -90,9 +90,9 @@ steps:
9090
env:
9191
DEVICE_TYPE: "ANDROID_9"
9292
APP_LOCATION: "build/output.apk"
93-
concurrency: 5
93+
concurrency: 10
9494
concurrency_group: 'browserstack-app'
95-
95+
9696
- label: 'expo iOS 12'
9797
timeout_in_minutes: 50
9898
plugins:
@@ -104,7 +104,7 @@ steps:
104104
env:
105105
DEVICE_TYPE: "IOS_12"
106106
APP_LOCATION: "build/output.ipa"
107-
concurrency: 5
107+
concurrency: 10
108108
concurrency_group: 'browserstack-app'
109109

110110
- block: "Trigger full test suite"
@@ -120,7 +120,7 @@ steps:
120120
env:
121121
DEVICE_TYPE: "ANDROID_8"
122122
APP_LOCATION: "build/output.apk"
123-
concurrency: 5
123+
concurrency: 10
124124
concurrency_group: 'browserstack-app'
125125

126126
- label: 'expo Android 7'
@@ -134,7 +134,7 @@ steps:
134134
env:
135135
DEVICE_TYPE: "ANDROID_7"
136136
APP_LOCATION: "build/output.apk"
137-
concurrency: 5
137+
concurrency: 10
138138
concurrency_group: 'browserstack-app'
139139

140140
- label: 'expo Android 6'
@@ -148,7 +148,7 @@ steps:
148148
env:
149149
DEVICE_TYPE: "ANDROID_6"
150150
APP_LOCATION: "build/output.apk"
151-
concurrency: 5
151+
concurrency: 10
152152
concurrency_group: 'browserstack-app'
153153

154154
- label: 'expo Android 5'
@@ -162,7 +162,7 @@ steps:
162162
env:
163163
DEVICE_TYPE: "ANDROID_5"
164164
APP_LOCATION: "build/output.apk"
165-
concurrency: 5
165+
concurrency: 10
166166
concurrency_group: 'browserstack-app'
167167

168168
- label: 'expo iOS 10'
@@ -176,7 +176,7 @@ steps:
176176
env:
177177
DEVICE_TYPE: "IOS_10"
178178
APP_LOCATION: "build/output.ipa"
179-
concurrency: 5
179+
concurrency: 10
180180
concurrency_group: 'browserstack-app'
181181

182182
- label: 'expo iOS 11'
@@ -190,5 +190,5 @@ steps:
190190
env:
191191
DEVICE_TYPE: "IOS_11"
192192
APP_LOCATION: "build/output.ipa"
193-
concurrency: 5
193+
concurrency: 10
194194
concurrency_group: 'browserstack-app'

‎dockerfiles/Dockerfile.expo-android-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jdk-stretch
22

33
RUN apt-get update
44

5-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
5+
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
66
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
77
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
88

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /