From 317aaf21d170f9d9ca4c1c71b61afeceb7336eb6 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Mon, 22 Jul 2024 13:34:27 +0200 Subject: [PATCH] test(react-native): add back 0.74 tests --- .buildkite/basic/react-native-android-pipeline.yml | 4 ++++ .buildkite/basic/react-native-ios-pipeline.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.buildkite/basic/react-native-android-pipeline.yml b/.buildkite/basic/react-native-android-pipeline.yml index 82509d8d22..d882bb849c 100644 --- a/.buildkite/basic/react-native-android-pipeline.yml +++ b/.buildkite/basic/react-native-android-pipeline.yml @@ -19,6 +19,7 @@ steps: - "bundle install" - "node scripts/generate-react-native-fixture.js" matrix: + - "0.74" - "0.75.0-rc.5" retry: automatic: @@ -46,6 +47,7 @@ steps: - exit_status: "*" limit: 1 matrix: + - "0.74" - "0.75.0-rc.5" # @@ -81,6 +83,7 @@ steps: concurrency_group: "bitbar" concurrency_method: eager matrix: + - "0.74" - "0.75.0-rc.5" - label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests" @@ -113,5 +116,6 @@ steps: concurrency_group: "bitbar" concurrency_method: eager matrix: + - "0.74" - "0.75.0-rc.5" diff --git a/.buildkite/basic/react-native-ios-pipeline.yml b/.buildkite/basic/react-native-ios-pipeline.yml index 199948e2f8..fa1415eb00 100644 --- a/.buildkite/basic/react-native-ios-pipeline.yml +++ b/.buildkite/basic/react-native-ios-pipeline.yml @@ -23,6 +23,7 @@ steps: - "bundle install" - "node scripts/generate-react-native-fixture.js" matrix: + - "0.74" - "0.75.0-rc.5" retry: automatic: @@ -46,6 +47,7 @@ steps: - "bundle install" - "node scripts/generate-react-native-fixture.js" matrix: + - "0.74" - "0.75.0-rc.5" retry: automatic: @@ -83,6 +85,7 @@ steps: concurrency_group: "bitbar" concurrency_method: eager matrix: + - "0.74" - "0.75.0-rc.5" - label: ":bitbar: :mac: RN {{matrix}} iOS 16 (New Arch) end-to-end tests" @@ -114,5 +117,6 @@ steps: concurrency_group: "bitbar" concurrency_method: eager matrix: + - "0.74" - "0.75.0-rc.5"