Skip to content

Commit 33c87c3

Browse files
authored
Merge branch 'master' into work-profile-patch
2 parents 8f15724 + fd6e46c commit 33c87c3

File tree

153 files changed

+1884
-532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+1884
-532
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
- label: ":android::react: RN .78 + Android: Demo app"
1+
- label: ":android::react: RN .82 + Android: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.78.2
6+
REACT_NATIVE_VERSION: 0.82.0
7+
RCT_NEW_ARCH_ENABLED: 1
78
REACT_NATIVE_COMPAT_TEST: true # Only set 'true' in jobs with the latest supported RN
89
DETOX_DISABLE_POD_INSTALL: true
910
DETOX_DISABLE_POSTINSTALL: true
1011
artifact_paths:
1112
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1213
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
14+

.buildkite/jobs/pipeline.android_rn_77.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- "./scripts/ci.android.sh"
55
env:
66
REACT_NATIVE_VERSION: 0.77.2
7+
RCT_NEW_ARCH_ENABLED: 1
78
DETOX_DISABLE_POD_INSTALL: true
89
DETOX_DISABLE_POSTINSTALL: true
910
artifact_paths:

.buildkite/jobs/pipeline.android_rn_78_old_arch.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.buildkite/jobs/pipeline.android_rn_78.yml renamed to .buildkite/jobs/pipeline.android_rn_81.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
- label: ":android::detox: RN .78 + Android: Tests app"
1+
- label: ":android::detox: RN .81 + Android: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.78.2
6+
REACT_NATIVE_VERSION: 0.81.4
7+
RCT_NEW_ARCH_ENABLED: 1
78
DETOX_DISABLE_POD_INSTALL: true
89
DETOX_DISABLE_POSTINSTALL: true
910
artifact_paths:
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
- label: ":android::detox: (Old Arch) RN .73 + Android: Tests app"
1+
- label: ":android::detox: RN .82 + Android: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.android.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.73.2
6+
REACT_NATIVE_VERSION: 0.82.0
7+
RCT_NEW_ARCH_ENABLED: 1
78
DETOX_DISABLE_POD_INSTALL: true
89
DETOX_DISABLE_POSTINSTALL: true
9-
ENABLE_NEW_ARCH: false
1010
artifact_paths:
1111
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1212
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
1313
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
14+

.buildkite/jobs/pipeline.ios_demo_app_rn_78.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
- label: ":ios::react: RN .77 + iOS: Demo app"
1+
- label: ":ios::react: RN .82 + iOS: Demo app"
22
command:
33
- "nvm install"
44
- "./scripts/demo-projects.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.77.2
6+
REACT_NATIVE_VERSION: 0.82.0
77
RCT_NEW_ARCH_ENABLED: 1
8+
REACT_NATIVE_COMPAT_TEST: true # Only set 'true' in jobs with the latest supported RN
89
artifact_paths:
910
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1011
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
12+

.buildkite/jobs/pipeline.ios_rn_73.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
- label: ":ios::detox: RN .78 + iOS: Tests app"
1+
- label: ":ios::detox: RN .81 + iOS: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.78.2
6+
REACT_NATIVE_VERSION: 0.81.4
77
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
- label: ":ios::detox: (Old Arch) RN .77 + iOS: Tests app"
1+
- label: ":ios::detox: RN .82 + iOS: Tests app"
22
command:
33
- "nvm install"
44
- "./scripts/ci.ios.sh"
55
env:
6-
REACT_NATIVE_VERSION: 0.77.2
7-
RCT_NEW_ARCH_ENABLED: 0
6+
REACT_NATIVE_VERSION: 0.82.0
7+
RCT_NEW_ARCH_ENABLED: 1
88
artifact_paths:
99
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
1010
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
1111
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
12+

0 commit comments

Comments
 (0)