Skip to content

Commit b8790b5

Browse files
authored
[VBLOCKS-4341] Fix: Stabilize E2E Tests (#2094)
* update alpine image version to 3.21 in CircleCI config * update machine executor image to ubuntu-2404 and set resource class to large * chore: remove appveyor config * tests: set default region to us1 * fix: increase wait time to 4 seconds before re-publishing LocalTrack * fix: adjust bitrate polling duration * fix: disable DataTracks for Firefox P2P until further investigation
1 parent e2b20f9 commit b8790b5

File tree

8 files changed

+18286
-45
lines changed

8 files changed

+18286
-45
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ executors:
7474
<<: *defaultEnv
7575
generic-executor:
7676
docker:
77-
- image: alpine:3.7
77+
- image: alpine:3.21
7878
auth:
7979
username: $DOCKER_HUB_USERNAME
8080
password: $DOCKER_HUB_PASSWORD
8181
environment:
8282
<<: *defaultEnv
8383
machine-executor:
8484
machine:
85-
image: ubuntu-2004:202111-02
85+
image: ubuntu-2404:current
8686
environment:
8787
<<: *defaultEnv
8888
commands:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ test/crossbrowser/src/browser/index.js
1111
test/lib/sdkdriver/lib
1212
test/lib/sdkdriver/test/integration/browser/index.js
1313
npm-debug.log
14-
package-lock.json
1514
test.json
1615
nodemon.json
1716
yarn.lock

appveyor.yml

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

0 commit comments

Comments
 (0)