88 #
99 # Android builder
1010 #
11+ - label : " :docker: Build Java 11 Android Builder base image"
12+ key : " android-builder-base-java-11"
13+ timeout_in_minutes : 30
14+ plugins :
15+ - docker-compose#v4.12.0:
16+ build : android-builder-base-java-11
17+ image-repository : 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
18+ cache-from : android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
19+ - docker-compose#v4.12.0:
20+ push : android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
21+ retry :
22+ automatic :
23+ - exit_status : " *"
24+ limit : 1
25+
1126 - label : " :docker: Build RN Android Builder image (Java 11, Node 16)"
1227 key : " android-builder-image-java-11-node-16"
28+ depends_on : " android-builder-base-java-11"
1329 timeout_in_minutes : 20
1430 plugins :
1531 - docker-compose#v4.12.0:
@@ -24,12 +40,13 @@ steps:
2440 limit : 1
2541
2642 #
27- # Test fixtures
43+ # Test fixture builds
2844 #
2945 - label : " :android: Build RN 0.68 Hermes apk"
3046 key : " rn-0-68-hermes-apk"
31- depends_on :
47+ depends_on :
3248 - " android-builder-image-java-11-node-16"
49+ - " publish-js"
3350 timeout_in_minutes : 20
3451 env :
3552 REACT_NATIVE_VERSION : " rn0.68-hermes"
4663
4764 - label : " :android: Build RN 0.69 apk"
4865 key : " rn-0-69-apk"
49- depends_on :
66+ depends_on :
5067 - " android-builder-image-java-11-node-16"
68+ - " publish-js"
5169 timeout_in_minutes : 20
5270 env :
5371 REACT_NATIVE_VERSION : " rn0.69"
6482
6583 - label : ' :android: Build RN {{matrix}} test fixture APK (Old Arch)'
6684 key : " build-react-native-android-fixture-old-arch-full"
85+ depends_on : " publish-js"
6786 timeout_in_minutes : 15
6887 agents :
6988 queue : macos-node-18
@@ -90,6 +109,7 @@ steps:
90109
91110 - label : ' :android: Build RN {{matrix}} test fixture APK (New Arch)'
92111 key : " build-react-native-android-fixture-new-arch-full"
112+ depends_on : " publish-js"
93113 timeout_in_minutes : 15
94114 agents :
95115 queue : macos-node-18
@@ -116,6 +136,7 @@ steps:
116136
117137 - label : ' :android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
118138 key : " build-react-native-navigation-android-fixture-old-arch"
139+ depends_on : " publish-js"
119140 timeout_in_minutes : 30
120141 agents :
121142 queue : macos-node-18
@@ -141,6 +162,7 @@ steps:
141162
142163 - label : ' :android: Build react-native-navigation {{matrix}} test fixture APK (New Arch)'
143164 key : " build-react-native-navigation-android-fixture-new-arch"
165+ depends_on : " publish-js"
144166 timeout_in_minutes : 30
145167 agents :
146168 queue : macos-node-18
0 commit comments