Skip to content

Commit

Permalink
Pin chrome to version 91 (#10887)
Browse files Browse the repository at this point in the history
* Pin to chrome version 91

* Pin chrome version for test-browser
  • Loading branch information
Arindam Bose authored Jul 20, 2021
1 parent dd0aad4 commit 780a0bb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 91.0.4472.164
- run: yarn run test-render
- store_test_results:
path: test/integration/render-tests
Expand All @@ -221,7 +222,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 91.0.4472.164
- run: yarn run test-render-prod
- store_test_results:
path: test/integration/render-tests
Expand All @@ -233,7 +235,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 91.0.4472.164
- run: yarn run test-query
- store_test_results:
path: test/integration/query-tests
Expand All @@ -260,7 +263,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- browser-tools/install-chrome
- browser-tools/install-chrome:
chrome-version: 91.0.4472.164
- run:
name: Collect performance stats
command: node bench/gl-stats.js
Expand All @@ -274,7 +278,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- browser-tools/install-browser-tools
- browser-tools/install-browser-tools:
chrome-version: 91.0.4472.164
- run: yarn run build-dev
- run: yarn run build-token
- run:
Expand Down

0 comments on commit 780a0bb

Please sign in to comment.