Skip to content

Commit 6174278

Browse files
authored
Merge pull request #2234 from bugsnag/release/v8.1.0
Release v8.1.0
2 parents 7355540 + af1764a commit 6174278

File tree

353 files changed

+41943
-151511
lines changed

Some content is hidden

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

353 files changed

+41943
-151511
lines changed

.buildkite/basic/browser-pipeline.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ steps:
6666
artifacts#v1.5.0:
6767
upload:
6868
- "./test/browser/maze_output/failed/**/*"
69+
test-collector#v1.10.2:
70+
files: "reports/TEST-*.xml"
71+
format: "junit"
72+
branch: "^main|next$$"
73+
api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
6974
concurrency: 25
7075
concurrency_group: "bitbar"
7176
concurrency_method: eager
@@ -93,6 +98,11 @@ steps:
9398
# artifacts#v1.5.0:
9499
# upload:
95100
# - "./test/browser/maze_output/failed/**/*"
101+
# test-collector#v1.10.2:
102+
# files: "reports/TEST-*.xml"
103+
# format: "junit"
104+
# branch: "^main|next$$"
105+
# api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
96106
# concurrency: 25
97107
# concurrency_group: "bitbar"
98108
# concurrency_method: eager
@@ -114,6 +124,11 @@ steps:
114124
artifacts#v1.5.0:
115125
upload:
116126
- "./test/browser/maze_output/failed/**/*"
127+
test-collector#v1.10.2:
128+
files: "reports/TEST-*.xml"
129+
format: "junit"
130+
branch: "^main|next$$"
131+
api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
117132
concurrency: 25
118133
concurrency_group: "bitbar"
119134
concurrency_method: eager
@@ -125,9 +140,6 @@ steps:
125140
#
126141
- label: ":browserstack: {{matrix}} tests"
127142
matrix:
128-
- ie_8
129-
- ie_9
130-
- ie_10
131143
- edge_17
132144
- safari_10
133145
- safari_16
@@ -151,6 +163,11 @@ steps:
151163
artifacts#v1.5.0:
152164
upload:
153165
- "./test/browser/maze_output/failed/**/*"
166+
test-collector#v1.10.2:
167+
files: "reports/TEST-*.xml"
168+
format: "junit"
169+
branch: "^main|next$$"
170+
api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
154171
concurrency: 2
155172
concurrency_group: "browserstack"
156173
concurrency_method: eager

.buildkite/basic/electron-pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ steps:
2727
- echo "Running on Node `node -v`"
2828
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
2929
- npm ci --no-audit --progress=false
30-
- npx lerna bootstrap
3130
- npm run build:electron
3231
- defaults write com.apple.CrashReporter DialogType none
3332
- npm run test:unit:electron-runner

.buildkite/basic/node-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@ steps:
3636
docker-compose#v4.12.0:
3737
run: node-maze-runner
3838
use-aliases: true
39+
test-collector#v1.10.2:
40+
files: "reports/TEST-*.xml"
41+
format: "junit"
42+
branch: "^main|next$$"
43+
api-token-env-name: "NODE_BUILDKITE_ANALYTICS_TOKEN"
3944
env:
4045
NODE_VERSION: "{{matrix}}"

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,18 @@ steps:
6969
- --farm=bb
7070
- --device=ANDROID_12
7171
- --appium-version=1.22
72-
- --a11y-locator
7372
- --fail-fast
7473
- --no-tunnel
7574
- --aws-public-ip
75+
test-collector#v1.10.2:
76+
files: "reports/TEST-*.xml"
77+
format: "junit"
78+
branch: "^main|next$$"
79+
api-token-env-name: "REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
7680
retry:
7781
manual:
7882
permit_on_passed: true
7983
env:
80-
SKIP_NAVIGATION_SCENARIOS: "true"
8184
RN_VERSION: "{{matrix}}"
8285
RCT_NEW_ARCH_ENABLED: "0"
8386
concurrency: 25
@@ -103,15 +106,18 @@ steps:
103106
- --farm=bb
104107
- --device=ANDROID_12
105108
- --appium-version=1.22
106-
- --a11y-locator
107109
- --fail-fast
108110
- --no-tunnel
109111
- --aws-public-ip
112+
test-collector#v1.10.2:
113+
files: "reports/TEST-*.xml"
114+
format: "junit"
115+
branch: "^main|next$$"
116+
api-token-env-name: "REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
110117
retry:
111118
manual:
112119
permit_on_passed: true
113120
env:
114-
SKIP_NAVIGATION_SCENARIOS: "true"
115121
RCT_NEW_ARCH_ENABLED: "1"
116122
RN_VERSION: "{{matrix}}"
117123
concurrency: 25

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,18 @@ steps:
7171
- --app=/app/features/fixtures/generated/old-arch/{{matrix}}/output/reactnative.ipa
7272
- --farm=bb
7373
- --device=IOS_16
74-
- --a11y-locator
7574
- --fail-fast
7675
- --no-tunnel
7776
- --aws-public-ip
77+
test-collector#v1.10.2:
78+
files: "reports/TEST-*.xml"
79+
format: "junit"
80+
branch: "^main|next$$"
81+
api-token-env-name: "REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
7882
retry:
7983
manual:
8084
permit_on_passed: true
8185
env:
82-
SKIP_NAVIGATION_SCENARIOS: "true"
8386
RN_VERSION: "{{matrix}}"
8487
RCT_NEW_ARCH_ENABLED: "0"
8588
concurrency: 25
@@ -104,13 +107,16 @@ steps:
104107
- --app=/app/features/fixtures/generated/new-arch/{{matrix}}/output/reactnative.ipa
105108
- --farm=bb
106109
- --device=IOS_16
107-
- --a11y-locator
108110
- --fail-fast
109111
- --no-tunnel
110112
- --aws-public-ip
113+
test-collector#v1.10.2:
114+
files: "reports/TEST-*.xml"
115+
format: "junit"
116+
branch: "^main|next$$"
117+
api-token-env-name: "REACT_NATIVE_BUILDKITE_ANALYTICS_TOKEN"
111118
env:
112119
RCT_NEW_ARCH_ENABLED: "1"
113-
SKIP_NAVIGATION_SCENARIOS: "true"
114120
RN_VERSION: "{{matrix}}"
115121
retry:
116122
manual:

.buildkite/full/pipeline.full.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
steps:
22

3+
#
4+
# Java 11 Android builder base - used by React Native and React Native CLI (< 0.73)
5+
#
6+
- label: ":docker: Build Java 11 Android Builder base image"
7+
key: "android-builder-base-java-11"
8+
timeout_in_minutes: 30
9+
plugins:
10+
- docker-compose#v4.12.0:
11+
build: android-builder-base-java-11
12+
image-repository: 855461928731.dkr.ecr.us-west-1.amazonaws.com/js
13+
cache-from: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
14+
- docker-compose#v4.12.0:
15+
push: android-builder-base-java-11:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:android-builder-base-java-11
16+
retry:
17+
automatic:
18+
- exit_status: "*"
19+
limit: 1
20+
321
#
422
# Upload full React Native pipelines
523
#
@@ -30,8 +48,7 @@ steps:
3048
depends_on: "publish-js"
3149
trigger: "bugsnag-expo"
3250
build:
33-
# don't specify 'branch' here so we build the default branch in the expo
34-
# repo, which should be the most up-to-date @bugsnag/expo version
51+
branch: "v51/next"
3552
env:
3653
BUGSNAG_JS_BRANCH: "${BUILDKITE_BRANCH}"
3754
BUGSNAG_JS_COMMIT: "${BUILDKITE_COMMIT}"

0 commit comments

Comments
 (0)