Skip to content

Commit c91b8ce

Browse files
committed
add bk analytics to each required step
1 parent c517729 commit c91b8ce

File tree

6 files changed

+60
-0
lines changed

6 files changed

+60
-0
lines changed

.buildkite/unreal.4.27.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ steps:
9292
- "--device=ANDROID_11"
9393
- "--farm=bs"
9494
- "--order=random"
95+
test-collector#v1.10.2:
96+
files: "reports/TEST-*.xml"
97+
format: "junit"
98+
branch: "^main|next$$"
9599

96100
- label: ":ios: E2E Tests - 4.27 iOS 12"
97101
depends_on: ios_fixture_4_27
@@ -119,6 +123,10 @@ steps:
119123
- "--device=IOS_12"
120124
- "--farm=bs"
121125
- "--order=random"
126+
test-collector#v1.10.2:
127+
files: "reports/TEST-*.xml"
128+
format: "junit"
129+
branch: "^main|next$$"
122130

123131
- label: ":macos: E2E Tests - 4.27 macOS 12"
124132
depends_on: mac_fixture_4_27
@@ -129,6 +137,10 @@ steps:
129137
- TestFixture-macOS-4.27.zip
130138
upload:
131139
- maze_output/failed/**/*
140+
test-collector#v1.10.2:
141+
files: "reports/TEST-*.xml"
142+
format: "junit"
143+
branch: "^main|next$$"
132144
commands:
133145
- echo '--- Extracting test fixture'
134146
- unzip TestFixture-macOS-4.27.zip

.buildkite/unreal.5.0.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ steps:
9393
- "--device=ANDROID_11"
9494
- "--farm=bs"
9595
- "--order=random"
96+
test-collector#v1.10.2:
97+
files: "reports/TEST-*.xml"
98+
format: "junit"
99+
branch: "^main|next$$"
96100
concurrency: 5
97101
concurrency_group: browserstack-app
98102
concurrency_method: eager
@@ -120,6 +124,10 @@ steps:
120124
- "--device=IOS_14"
121125
- "--farm=bs"
122126
- "--order=random"
127+
test-collector#v1.10.2:
128+
files: "reports/TEST-*.xml"
129+
format: "junit"
130+
branch: "^main|next$$"
123131
concurrency: 5
124132
concurrency_group: browserstack-app
125133
concurrency_method: eager
@@ -147,3 +155,7 @@ steps:
147155
- TestFixture-macOS-5.0.zip
148156
upload:
149157
- maze_output/failed/**/*
158+
test-collector#v1.10.2:
159+
files: "reports/TEST-*.xml"
160+
format: "junit"
161+
branch: "^main|next$$"

.buildkite/unreal.5.1.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ steps:
9393
- "--device=ANDROID_11"
9494
- "--farm=bs"
9595
- "--order=random"
96+
test-collector#v1.10.2:
97+
files: "reports/TEST-*.xml"
98+
format: "junit"
99+
branch: "^main|next$$"
96100
concurrency: 5
97101
concurrency_group: browserstack-app
98102
concurrency_method: eager
@@ -120,6 +124,10 @@ steps:
120124
- "--device=IOS_16"
121125
- "--farm=bs"
122126
- "--order=random"
127+
test-collector#v1.10.2:
128+
files: "reports/TEST-*.xml"
129+
format: "junit"
130+
branch: "^main|next$$"
123131
concurrency: 5
124132
concurrency_group: browserstack-app
125133
concurrency_method: eager
@@ -147,3 +155,7 @@ steps:
147155
- TestFixture-macOS-5.1.zip
148156
upload:
149157
- maze_output/failed/**/*
158+
test-collector#v1.10.2:
159+
files: "reports/TEST-*.xml"
160+
format: "junit"
161+
branch: "^main|next$$"

.buildkite/unreal.5.2.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ steps:
9999
- "--device=IOS_16"
100100
- "--farm=bs"
101101
- "--order=random"
102+
test-collector#v1.10.2:
103+
files: "reports/TEST-*.xml"
104+
format: "junit"
105+
branch: "^main|next$$"
102106
concurrency: 5
103107
concurrency_group: browserstack-app
104108
concurrency_method: eager
@@ -127,6 +131,10 @@ steps:
127131
- TestFixture-macOS-5.2.zip
128132
upload:
129133
- maze_output/failed/**/*
134+
test-collector#v1.10.2:
135+
files: "reports/TEST-*.xml"
136+
format: "junit"
137+
branch: "^main|next$$"
130138

131139
# Pending PLAT-12734
132140
# - label: 'E2E Tests - 5.2 Android 11'

.buildkite/unreal.5.3.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ steps:
9797
- "--device=ANDROID_12"
9898
- "--farm=bs"
9999
- "--order=random"
100+
test-collector#v1.10.2:
101+
files: "reports/TEST-*.xml"
102+
format: "junit"
103+
branch: "^main|next$$"
100104
concurrency: 5
101105
concurrency_group: browserstack-app
102106
concurrency_method: eager
@@ -124,6 +128,10 @@ steps:
124128
- "--device=IOS_16"
125129
- "--farm=bs"
126130
- "--order=random"
131+
test-collector#v1.10.2:
132+
files: "reports/TEST-*.xml"
133+
format: "junit"
134+
branch: "^main|next$$"
127135
concurrency: 5
128136
concurrency_group: browserstack-app
129137
concurrency_method: eager

.buildkite/unreal.5.4.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ steps:
9999
- "--device=ANDROID_11"
100100
- "--farm=bs"
101101
- "--order=random"
102+
test-collector#v1.10.2:
103+
files: "reports/TEST-*.xml"
104+
format: "junit"
105+
branch: "^main|next$$"
102106
concurrency: 5
103107
concurrency_group: browserstack-app
104108
concurrency_method: eager
@@ -127,6 +131,10 @@ steps:
127131
- "--farm=bs"
128132
- "--appium-version=1.22.0"
129133
- "--order=random"
134+
test-collector#v1.10.2:
135+
files: "reports/TEST-*.xml"
136+
format: "junit"
137+
branch: "^main|next$$"
130138
concurrency: 5
131139
concurrency_group: browserstack-app
132140
concurrency_method: eager

0 commit comments

Comments
 (0)