@@ -78,14 +78,13 @@ steps:
78
78
79
79
#
80
80
# BrowserStack https tests
81
- #
81
+ #
82
82
- label : " :browserstack: {{matrix}} tests"
83
83
matrix :
84
84
- edge_17
85
85
- safari_10
86
86
- ios_15
87
87
- android_8
88
- # TODO: Move these to BitBar
89
88
- chrome_43
90
89
- chrome_72
91
90
- firefox_78
@@ -147,38 +146,6 @@ steps:
147
146
concurrency_group : " bitbar"
148
147
concurrency_method : eager
149
148
150
- # Skipped pending PLAT-10590
151
- # - label: ":bitbar: {{matrix}} Browser tests (EU hub)"
152
- # matrix:
153
- # - chrome_43
154
- # - chrome_72
155
- # - firefox_78
156
- # depends_on: "browser-maze-runner-bb"
157
- # timeout_in_minutes: 30
158
- # plugins:
159
- # docker-compose#v4.12.0:
160
- # pull: browser-maze-runner-bb
161
- # run: browser-maze-runner-bb
162
- # service-ports: true
163
- # use-aliases: true
164
- # command:
165
- # - "--farm=bb"
166
- # - "--browser={{matrix}}"
167
- # - "--no-tunnel"
168
- # - "--aws-public-ip"
169
- # - "--selenium-server=https://eu-desktop-hub.bitbar.com/wd/hub"
170
- # artifacts#v1.5.0:
171
- # upload:
172
- # - "./test/browser/maze_output/failed/**/*"
173
- # test-collector#v1.10.2:
174
- # files: "reports/TEST-*.xml"
175
- # format: "junit"
176
- # branch: "^main|next$$"
177
- # api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
178
- # concurrency: 25
179
- # concurrency_group: "bitbar"
180
- # concurrency_method: eager
181
-
182
149
- label : " :bitbar: ie_11 Browser tests"
183
150
depends_on : " browser-maze-runner-bb"
184
151
timeout_in_minutes : 30
0 commit comments