Skip to content

Commit

Permalink
Merge pull request #7138 from plotly/latest-chrome-webgl-test
Browse files Browse the repository at this point in the history
test webgl jasmine on latest stable chrome i.e. v128 now
  • Loading branch information
archmoj authored Aug 29, 2024
2 parents 59b24cb + 10215a5 commit 0b70a9c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,26 @@ jobs:
name: Run jasmine tests (part B)
command: .circleci/test.sh virtual-webgl-jasmine

webgl-jasmine-chromeLatest:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
- image: cimg/node:18.20.4-browsers
environment:
# Alaska time (arbitrary timezone to test date logic)
TZ: "America/Anchorage"
parallelism: 8
working_directory: ~/plotly.js
steps:
- browser-tools/install-browser-tools: &browser-versions
install-firefox: false
install-geckodriver: false
install-chrome: true
- attach_workspace:
at: ~/
- run:
name: Run jasmine tests (part B)
command: .circleci/test.sh webgl-jasmine

flaky-no-gl-jasmine:
docker:
# need '-browsers' version to test in real (xvfb-wrapped) browsers
Expand Down Expand Up @@ -493,6 +513,9 @@ workflows:
- virtual-webgl-jasmine:
requires:
- install-and-cibuild
- webgl-jasmine-chromeLatest:
requires:
- install-and-cibuild
- flaky-no-gl-jasmine:
requires:
- install-and-cibuild
Expand Down

0 comments on commit 0b70a9c

Please sign in to comment.