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 and ryanhamley committed Jul 27, 2021
1 parent 4719fc7 commit 9d0d29c
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ jobs:
<<: *defaults
steps:
- attach_workspace:
at: .
- browser-tools/install-chrome
at: ~/
- 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 @@ -218,8 +219,9 @@ jobs:
<<: *defaults
steps:
- attach_workspace:
at: .
- browser-tools/install-chrome
at: ~/
- 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 @@ -230,8 +232,9 @@ jobs:
<<: *defaults
steps:
- attach_workspace:
at: .
- browser-tools/install-chrome
at: ~/
- 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 @@ -257,8 +260,9 @@ jobs:
<<: *defaults
steps:
- attach_workspace:
at: .
- browser-tools/install-chrome
at: ~/
- browser-tools/install-chrome:
chrome-version: 91.0.4472.164
- run:
name: Collect performance stats
command: node bench/gl-stats.js
Expand All @@ -271,8 +275,9 @@ jobs:
<<: *defaults
steps:
- attach_workspace:
at: .
- browser-tools/install-browser-tools
at: ~/
- 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 9d0d29c

Please sign in to comment.