Skip to content

Commit a5da5e4

Browse files
authored
test(react-native): reinstate 0.78 old arch ios tests (#2404)
1 parent 35ad5cd commit a5da5e4

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.buildkite/basic/react-native-ios-full-pipeline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ steps:
6666
- "0.72"
6767
- "0.74"
6868
- "0.76"
69-
# TODO: 0.77 moved to the basic pipeline (where 0.78 has been skipped) pending PLAT-14005
70-
#- "0.77"
69+
- "0.77"
7170
retry:
7271
automatic:
7372
- exit_status: "*"
@@ -254,8 +253,7 @@ steps:
254253
- "0.72"
255254
- "0.74"
256255
- "0.76"
257-
# TODO: 0.77 moved to the basic pipeline (where 0.78 has been skipped) pending PLAT-14005
258-
#- "0.77"
256+
- "0.77"
259257

260258
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
261259
depends_on: "build-react-native-ios-fixture-new-arch-full"

.buildkite/basic/react-native-ios-pipeline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ steps:
2727
- "bundle install"
2828
- "node scripts/generate-react-native-fixture.js"
2929
matrix:
30-
# TODO: 0.78 moved back to 0.77 pending PLAT-14005
31-
- "0.77"
30+
- "0.78"
3231
retry:
3332
automatic:
3433
- exit_status: "*"
@@ -93,8 +92,7 @@ steps:
9392
concurrency_group: "bitbar"
9493
concurrency_method: eager
9594
matrix:
96-
# TODO: 0.78 moved back to 0.77 pending PLAT-14005
97-
- "0.77"
95+
- "0.78"
9896

9997
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
10098
depends_on: "build-react-native-ios-fixture-new-arch"

0 commit comments

Comments
 (0)