@@ -89,30 +89,6 @@ steps:
8989 reactnative : " 0.72"
9090 reactnavigation : " false"
9191
92- - label : ' :android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
93- # skip: true # Skipped pending PLAT-15027
94- key : " build-react-native-navigation-android-fixture-old-arch"
95- timeout_in_minutes : 30
96- agents :
97- queue : macos-node-22
98- env :
99- JAVA_VERSION : " 17"
100- NODE_VERSION : " 22"
101- RN_VERSION : " {{matrix}}"
102- RCT_NEW_ARCH_ENABLED : " 0"
103- BUILD_ANDROID : " true"
104- REACT_NATIVE_NAVIGATION : " true"
105- artifact_paths :
106- - " test/react-native/features/fixtures/generated/react-native-navigation/old-arch/**/reactnative.apk"
107- commands :
108- - " bundle install"
109- - " node scripts/generate-react-native-fixture.js"
110- matrix :
111- - " 0.72"
112- retry :
113- automatic :
114- - exit_status : " *"
115- limit : 1
11692
11793 - label : ' :android: Build react-native-navigation {{matrix}} test fixture APK (New Arch)'
11894 # skip: true # Skipped pending PLAT-15027
@@ -137,7 +113,7 @@ steps:
137113 - exit_status : " *"
138114 limit : 1
139115 matrix :
140- - " 0.82 "
116+ - " 0.78 "
141117
142118 #
143119 # End-to-end tests
@@ -244,47 +220,6 @@ steps:
244220 reactnative : " 0.72"
245221 reactnavigation : " false"
246222
247- - label : " :bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
248- # skip: true # Skipped pending PLAT-15027
249- depends_on : " build-react-native-navigation-android-fixture-old-arch"
250- timeout_in_minutes : 10
251- plugins :
252- artifacts#v1.9.0:
253- download : " test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix}}/reactnative.apk"
254- upload : ./test/react-native/maze_output/**/*
255- docker-compose#v4.12.0:
256- pull : react-native-maze-runner
257- run : react-native-maze-runner
258- service-ports : true
259- command :
260- - --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix}}/reactnative.apk
261- - --farm=bb
262- - --device=ANDROID_12
263- - --appium-version=2.19
264- - --fail-fast
265- - --no-tunnel
266- - --aws-public-ip
267- - features/react-native-navigation.feature
268- test-collector#v1.10.2:
269- files : " reports/TEST-*.xml"
270- format : " junit"
271- branch : " ^main|next$$"
272- api-token-env-name : " REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
273- retry :
274- manual :
275- permit_on_passed : true
276- automatic :
277- - exit_status : 103 # Appium session failed
278- limit : 2
279- env :
280- RN_VERSION : " {{matrix}}"
281- RCT_NEW_ARCH_ENABLED : " 0"
282- REACT_NATIVE_NAVIGATION : " true"
283- concurrency : 25
284- concurrency_group : " bitbar"
285- concurrency_method : eager
286- matrix :
287- - " 0.72"
288223
289224 - label : " :bitbar: :android: react-native-navigation {{matrix}} Android 12 (New Arch) end-to-end tests"
290225 # skip: true # Skipped pending PLAT-15027
@@ -326,4 +261,4 @@ steps:
326261 concurrency_group : " bitbar"
327262 concurrency_method : eager
328263 matrix :
329- - " 0.82 "
264+ - " 0.78 "
0 commit comments