From 84e3cf541f36f88bbb5711e9f8d97716a7af3522 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 09:16:28 -0400 Subject: [PATCH 1/2] chore: Update Chrome (stable) to 95.0.4638.69 (#18696) Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com> --- browser-versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-versions.json b/browser-versions.json index 1474b47f7346..bf7bd2e449e1 100644 --- a/browser-versions.json +++ b/browser-versions.json @@ -1,4 +1,4 @@ { "chrome:beta": "96.0.4664.27", - "chrome:stable": "95.0.4638.54" + "chrome:stable": "95.0.4638.69" } From 4cb97b3472e68cdc5a87b90ff46751c8e60c5a16 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 1 Nov 2021 09:45:11 -0600 Subject: [PATCH 2/2] chore: Increase paralleled machines for desktop-gui tests (#18725) --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 4de0c815fc6a..5a4680b319cd 100644 --- a/circle.yml +++ b/circle.yml @@ -960,7 +960,7 @@ jobs: fi - wait-on-circle-jobs: job-names: > - desktop-gui-integration-tests-2x, + desktop-gui-integration-tests-7x, desktop-gui-component-tests, cli-visual-tests, runner-integration-tests-chrome, @@ -1189,9 +1189,9 @@ jobs: - run-driver-integration-tests: browser: electron - desktop-gui-integration-tests-2x: + desktop-gui-integration-tests-7x: <<: *defaults - parallelism: 2 + parallelism: 7 steps: - restore_cached_workspace - run: @@ -2049,7 +2049,7 @@ linux-workflow: &linux-workflow requires: - build - - desktop-gui-integration-tests-2x: + - desktop-gui-integration-tests-7x: requires: - build - desktop-gui-component-tests: @@ -2119,7 +2119,7 @@ linux-workflow: &linux-workflow - reporter-integration-tests - Linux lint - desktop-gui-component-tests - - desktop-gui-integration-tests-2x + - desktop-gui-integration-tests-7x - runner-ct-integration-tests-chrome - runner-integration-tests-firefox - runner-integration-tests-chrome