From 49306747070c121de779ed14ba22239506187a12 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Mon, 23 Sep 2024 12:30:45 +0200 Subject: [PATCH] remove ios new arch --- .../full/react-native-ios-pipeline.full.yml | 56 ------------------- 1 file changed, 56 deletions(-) diff --git a/.buildkite/full/react-native-ios-pipeline.full.yml b/.buildkite/full/react-native-ios-pipeline.full.yml index c4156fd74..69bc40d57 100644 --- a/.buildkite/full/react-native-ios-pipeline.full.yml +++ b/.buildkite/full/react-native-ios-pipeline.full.yml @@ -149,29 +149,6 @@ steps: - exit_status: "*" limit: 1 - - label: ':mac: Build react-native-navigation {{matrix}} test fixture ipa (New Arch)' - key: "build-react-native-navigation-ios-fixture-new-arch" - timeout_in_minutes: 30 - agents: - queue: "macos-14" - env: - NODE_VERSION: "18" - RN_VERSION: "{{matrix}}" - RCT_NEW_ARCH_ENABLED: "1" - BUILD_IOS: "true" - XCODE_VERSION: "15.3.0" - REACT_NATIVE_NAVIGATION: "true" - artifact_paths: - - "test/react-native/features/fixtures/generated/react-native-navigation/new-arch/**/output/reactnative.ipa" - commands: - - "bundle install" - - "node scripts/generate-react-native-fixture.js" - matrix: - - "0.72" - retry: - automatic: - - exit_status: "*" - limit: 1 # # End-to-end tests @@ -382,36 +359,3 @@ steps: matrix: - "0.71" - "0.72" - - - label: ":bitbar: :mac: react-native-navigation {{matrix}} iOS 16 (New Arch) end-to-end tests" - depends_on: "build-react-native-navigation-ios-fixture-new-arch" - timeout_in_minutes: 60 - plugins: - artifacts#v1.9.0: - download: "test/react-native/features/fixtures/generated/react-native-navigation/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/react-native-navigation/new-arch/{{matrix}}/output/reactnative.ipa - - --farm=bb - - --device=IOS_16 - - --a11y-locator - - --fail-fast - - --no-tunnel - - --aws-public-ip - - features/react-native-navigation.feature - env: - RCT_NEW_ARCH_ENABLED: "1" - RN_VERSION: "{{matrix}}" - REACT_NATIVE_NAVIGATION: "true" - retry: - manual: - permit_on_passed: true - concurrency: 25 - concurrency_group: "bitbar" - concurrency_method: eager - matrix: - - "0.72" \ No newline at end of file