Skip to content

Commit

Permalink
ci(react-native-navigation): remove legacy navigation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 23, 2024
1 parent dcf54b6 commit e9ce80e
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 927 deletions.
94 changes: 0 additions & 94 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,46 +145,6 @@ steps:
- "0.72"
- "0.73"

- label: ":android: Build react-navigation 0.69 apk"
key: "react-navigation-0-69-apk"
depends_on:
- "android-builder-image-java-11-node-16"
timeout_in_minutes: 60
env:
REACT_NATIVE_VERSION: "rn0.69"
JS_SOURCE_DIR: "react_navigation_js"
ARTEFACT_NAME: "r_navigation_0.69"
plugins:
- docker-compose#v4.12.0:
pull: react-native-android-builder-java-11-node-16
run: react-native-android-builder-java-11-node-16
artifact_paths:
- build/r_navigation_0.69.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ":android: Build react-native-navigation 0.66 apk"
key: "react-native-navigation-0-66-apk"
depends_on:
- "android-builder-image-java-11-node-16"
timeout_in_minutes: 60
env:
REACT_NATIVE_VERSION: "rn0.66"
JS_SOURCE_DIR: "react_native_navigation_js"
ARTEFACT_NAME: "r_native_navigation_0.66"
plugins:
- docker-compose#v4.12.0:
pull: react-native-android-builder-java-11-node-16
run: react-native-android-builder-java-11-node-16
artifact_paths:
- build/r_native_navigation_0.66.apk
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ':android: Build react-native-navigation {{matrix}} test fixture APK (Old Arch)'
key: "build-react-native-navigation-android-fixture-old-arch"
timeout_in_minutes: 30
Expand Down Expand Up @@ -421,60 +381,6 @@ steps:
- "0.72"
- "0.73"

- label: ":bitbar: :android: react-navigation 0.69 Android end-to-end tests"
depends_on: "react-navigation-0-69-apk"
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "build/r_navigation_0.69.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=build/r_navigation_0.69.apk
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/react-navigation.feature
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: react-native-navigation 0.66 Android end-to-end tests"
depends_on: "react-native-navigation-0-66-apk"
timeout_in_minutes: 60
plugins:
artifacts#v1.9.0:
download: "build/r_native_navigation_0.66.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=build/r_native_navigation_0.66.apk
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --appium-version=1.22
- --a11y-locator
- --fail-fast
- --no-tunnel
- --aws-public-ip
- features/react-native-navigation.feature
concurrency: 25
concurrency_group: 'bitbar'
concurrency_method: eager

- label: ":bitbar: :android: react-native-navigation {{matrix}} Android 12 (Old Arch) end-to-end tests"
depends_on: "build-react-native-navigation-android-fixture-old-arch"
timeout_in_minutes: 60
Expand Down
86 changes: 0 additions & 86 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,46 +124,6 @@ steps:
- exit_status: "*"
limit: 1

- label: ":ios: Build react-navigation 0.69 ipa"
key: "react-navigation-0-69-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
env:
REACT_NATIVE_VERSION: rn0.69
JS_SOURCE_DIR: "react_navigation_js"
ARTEFACT_NAME: "r_navigation_0.69"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths: build/r_navigation_0.69.ipa
commands:
- npm run test:build-react-native-ios
retry:
automatic:
- exit_status: "*"
limit: 1

# See: PLAT-5173
- label: ":ios: Build react-native-navigation 0.66 ipa"
skip: "See PLAT-5173"
key: "react-native-navigation-0-66-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
env:
REACT_NATIVE_VERSION: rn0.66
JS_SOURCE_DIR: "react_native_navigation_js"
ARTEFACT_NAME: "r_native_navigation_0.66"
LANG: "en_US.UTF-8"
DEVELOPER_DIR: "/Applications/Xcode14.app"
artifact_paths: build/r_native_navigation_0.66.ipa
commands:
- npm run test:build-react-native-ios
retry:
automatic:
- exit_status: "*"
limit: 1

- label: ':mac: Build react-native-navigation {{matrix}} test fixture ipa (Old Arch)'
key: "build-react-native-navigation-ios-fixture-old-arch"
timeout_in_minutes: 30
Expand Down Expand Up @@ -390,52 +350,6 @@ steps:
- "0.72"
- "0.73"

- label: ":browserstack: :ios: react-navigation 0.69 iOS 16 end-to-end tests"
depends_on: "react-navigation-0-69-ipa"
timeout_in_minutes: 60
plugins:
artifacts#v1.5.0:
download: "build/r_navigation_0.69.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
use-aliases: true
command:
- --app=build/r_navigation_0.69.ipa
- --farm=bs
- --device=IOS_16
- --a11y-locator
- --fail-fast
- features/react-navigation.feature
concurrency: 5
concurrency_group: "browserstack-app"
concurrency_method: eager

# See: PLAT-5173
- label: ":browserstack: :ios: react-native-navigation 0.66 iOS 16 end-to-end tests"
skip: "See PLAT-5173"
depends_on: "react-native-navigation-0-66-ipa"
timeout_in_minutes: 60
plugins:
artifacts#v1.5.0:
download: "build/r_native_navigation_0.66.ipa"
upload: ./test/react-native/maze_output/**/*
docker-compose#v4.12.0:
pull: react-native-maze-runner
run: react-native-maze-runner
use-aliases: true
command:
- --app=build/r_native_navigation_0.66.ipa
- --farm=bs
- --device=IOS_16
- --a11y-locator
- --fail-fast
- features/react-native-navigation.feature
concurrency: 5
concurrency_group: "browserstack-app"
concurrency_method: eager

- label: ":bitbar: :mac: react-native-navigation {{matrix}} iOS 16 (Old Arch) end-to-end tests"
depends_on: "build-react-native-navigation-ios-fixture-old-arch"
timeout_in_minutes: 60
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e9ce80e

Please sign in to comment.