Skip to content

Commit

Permalink
reinstate rn 0.73 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Mar 19, 2024
1 parent 666fb9d commit e731bf7
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
24 changes: 12 additions & 12 deletions .buildkite/react-native-navigation-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
REACT_NATIVE_NAVIGATION: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative-full.apk"
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- ./bin/generate-react-native-navigation-fixture
matrix:
Expand All @@ -41,7 +41,7 @@ steps:
RCT_NEW_ARCH_ENABLED: "true"
RN_VERSION: "{{matrix.rn_version}}"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative-full.apk"
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.apk"
commands:
- ./bin/generate-react-native-navigation-fixture
matrix:
Expand All @@ -67,7 +67,7 @@ steps:
RN_VERSION: "{{matrix.rn_version}}"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative-full.ipa"
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.ipa"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
Expand All @@ -93,7 +93,7 @@ steps:
RN_VERSION: "{{matrix.rn_version}}"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths:
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative-full.ipa"
- "test/react-native/features/fixtures/generated/react-native-navigation/**/reactnative.ipa"
commands:
- bundle install
- ./bin/generate-react-native-navigation-fixture
Expand All @@ -116,15 +116,15 @@ steps:
REACT_NATIVE_NAVIGATION: "true"
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/reactnative-full.apk"
download: "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/reactnative.apk"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.7.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- features/react-native-navigation.feature
- --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/reactnative-full.apk
- --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/reactnative.apk
- --farm=bb
- --device=ANDROID_{{matrix.android_version}}
- --a11y-locator
Expand Down Expand Up @@ -153,15 +153,15 @@ steps:
RCT_NEW_ARCH_ENABLED: "true"
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/reactnative-full.apk"
download: "test/react-native/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/reactnative.apk"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.7.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- features/react-native-navigation.feature
- --app=/app/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/reactnative-full.apk
- --app=/app/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/reactnative.apk
- --farm=bb
- --device=ANDROID_{{matrix.android_version}}
- --a11y-locator
Expand Down Expand Up @@ -191,15 +191,15 @@ steps:
REACT_NATIVE_NAVIGATION: "true"
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/output/reactnative-full.ipa"
download: "test/react-native/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/output/reactnative.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- features/react-native-navigation.feature
- --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/output/reactnative-full.ipa
- --app=/app/features/fixtures/generated/react-native-navigation/old-arch/{{matrix.rn_version}}/output/reactnative.ipa
- --farm=bb
- --device=IOS_{{matrix.ios_version}}
- --a11y-locator
Expand Down Expand Up @@ -228,15 +228,15 @@ steps:
RCT_NEW_ARCH_ENABLED: "true"
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/output/reactnative-full.ipa"
download: "test/react-native/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/output/reactnative.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- features/react-native-navigation.feature
- --app=/app/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/output/reactnative-full.ipa
- --app=/app/features/fixtures/generated/react-native-navigation/new-arch/{{matrix.rn_version}}/output/reactnative.ipa
- --farm=bb
- --device=IOS_{{matrix.ios_version}}
- --a11y-locator
Expand Down
16 changes: 8 additions & 8 deletions .buildkite/react-native-navigation-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
matrix:
setup:
rn_version:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -45,7 +45,7 @@ steps:
matrix:
setup:
rn_version:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -71,7 +71,7 @@ steps:
matrix:
setup:
rn_version:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -96,7 +96,7 @@ steps:
matrix:
setup:
rn_version:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -137,7 +137,7 @@ steps:
android_version:
- "12"
rn_version:
- "0.72"
- "0.73"

- label: ":bitbar: :android: react-native-navigation end-to-end tests - RN {{matrix.rn_version}} (New Arch) / Android {{matrix.android_version}}"
depends_on: "build-react-native-navigation-android-fixture-new-arch"
Expand Down Expand Up @@ -173,7 +173,7 @@ steps:
android_version:
- "12"
rn_version:
- "0.72"
- "0.73"

# iOS Test
# ------------------------------
Expand Down Expand Up @@ -210,7 +210,7 @@ steps:
ios_version:
- "14"
rn_version:
- "0.72"
- "0.73"

- label: ":bitbar: :mac: react-native-navigation end-to-end tests - RN {{matrix.rn_version}} (New Arch) / iOS {{matrix.ios_version}} react-native-navigation end-to-end tests"
depends_on: "build-react-native-navigation-ios-fixture-new-arch"
Expand Down Expand Up @@ -246,4 +246,4 @@ steps:
ios_version:
- "14"
rn_version:
- "0.72"
- "0.73"
24 changes: 12 additions & 12 deletions .buildkite/react-native-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
RN_VERSION: "{{matrix}}"
BUILD_ANDROID: "true"
artifact_paths:
- "test/react-native/features/fixtures/generated/old-arch/**/reactnative-full.apk"
- "test/react-native/features/fixtures/generated/old-arch/**/reactnative.apk"
commands:
- ./bin/generate-react-native-fixture
matrix:
Expand All @@ -34,7 +34,7 @@ steps:
RCT_NEW_ARCH_ENABLED: "true"
BUILD_ANDROID: "true"
artifact_paths:
- "test/react-native/features/fixtures/generated/new-arch/**/reactnative-full.apk"
- "test/react-native/features/fixtures/generated/new-arch/**/reactnative.apk"
commands:
- ./bin/generate-react-native-fixture
matrix:
Expand All @@ -55,7 +55,7 @@ steps:
BUILD_IOS: "true"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths:
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative-full.ipa"
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
commands:
- bundle install
- ./bin/generate-react-native-fixture
Expand All @@ -78,7 +78,7 @@ steps:
BUILD_IOS: "true"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths:
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative-full.ipa"
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
commands:
- bundle install
- ./bin/generate-react-native-fixture
Expand All @@ -98,14 +98,14 @@ steps:
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/old-arch/{{matrix}}/reactnative-full.apk"
download: "test/react-native/features/fixtures/generated/old-arch/{{matrix}}/reactnative.apk"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.7.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/reactnative-full.apk
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/reactnative.apk
- --farm=bb
- --device=ANDROID_12
- --a11y-locator
Expand All @@ -127,14 +127,14 @@ steps:
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/new-arch/{{matrix}}/reactnative-full.apk"
download: "test/react-native/features/fixtures/generated/new-arch/{{matrix}}/reactnative.apk"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.7.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/reactnative-full.apk
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/reactnative.apk
- --farm=bb
- --device=ANDROID_12
- --a11y-locator
Expand All @@ -158,14 +158,14 @@ steps:
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/old-arch/{{matrix}}/output/reactnative-full.ipa"
download: "test/react-native/features/fixtures/generated/old-arch/{{matrix}}/output/reactnative.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/output/reactnative-full.ipa
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/output/reactnative.ipa
- --farm=bb
- --device=IOS_14
- --a11y-locator
Expand All @@ -187,14 +187,14 @@ steps:
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "test/react-native/features/fixtures/generated/new-arch/{{matrix}}/output/reactnative-full.ipa"
download: "test/react-native/features/fixtures/generated/new-arch/{{matrix}}/output/reactnative.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
service-ports: true
command:
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/output/reactnative-full.ipa
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/output/reactnative.ipa
- --farm=bb
- --device=IOS_14
- --a11y-locator
Expand Down
16 changes: 8 additions & 8 deletions .buildkite/react-native-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- bundle install
- ./bin/generate-react-native-fixture
matrix:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -43,7 +43,7 @@ steps:
- bundle install
- ./bin/generate-react-native-fixture
matrix:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -65,7 +65,7 @@ steps:
- bundle install
- ./bin/generate-react-native-fixture
matrix:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand All @@ -88,7 +88,7 @@ steps:
- bundle install
- ./bin/generate-react-native-fixture
matrix:
- "0.72"
- "0.73"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -123,7 +123,7 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.72"
- "0.73"

- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
depends_on: "build-react-native-android-fixture-new-arch"
Expand Down Expand Up @@ -153,7 +153,7 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.72"
- "0.73"

- label: ":bitbar: :mac: RN {{matrix}} iOS 14 (Old Arch) end-to-end tests"
depends_on: "build-react-native-ios-fixture-old-arch"
Expand Down Expand Up @@ -181,7 +181,7 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.72"
- "0.73"

- label: ":bitbar: :mac: RN {{matrix}} iOS 14 (New Arch) end-to-end tests"
depends_on: "build-react-native-ios-fixture-new-arch"
Expand Down Expand Up @@ -211,4 +211,4 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.72"
- "0.73"

0 comments on commit e731bf7

Please sign in to comment.