Skip to content

Commit 9f0f322

Browse files
committed
ci: remove IE 11 tests and bump chrome 43 to chrome 47
1 parent 9475ffb commit 9f0f322

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

.buildkite/basic/browser-pipeline.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ steps:
8282
- "safari_10"
8383
- "ios_15"
8484
- "android_9"
85-
- "chrome_43"
85+
- "chrome_47"
8686
- "chrome_72"
8787
- "firefox_78"
8888
depends_on: "browser-maze-runner-bs"
@@ -142,30 +142,3 @@ steps:
142142
concurrency_group: "bitbar"
143143
concurrency_method: "eager"
144144

145-
- label: ":bitbar: ie_11 Browser tests (EU hub)"
146-
depends_on: "browser-maze-runner-bb"
147-
timeout_in_minutes: 30
148-
plugins:
149-
docker-compose#v4.12.0:
150-
pull: "browser-maze-runner-bb"
151-
run: "browser-maze-runner-bb"
152-
service-ports: true
153-
use-aliases: true
154-
command:
155-
- "--farm=bb"
156-
- "--browser=ie_11"
157-
- "--no-tunnel"
158-
- "--aws-public-ip"
159-
artifacts#v1.5.0:
160-
upload:
161-
- "./test/browser/maze_output/failed/**/*"
162-
test-collector#v1.10.2:
163-
files: "reports/TEST-*.xml"
164-
format: "junit"
165-
branch: "^main|next$$"
166-
api-token-env-name: "BROWSER_BUILDKITE_ANALYTICS_TOKEN"
167-
concurrency: 25
168-
concurrency_group: "bitbar"
169-
concurrency_method: "eager"
170-
env:
171-
HOST: "localhost" # IE11 needs the host set to localhost

0 commit comments

Comments
 (0)