diff options
author | Stan Hu <stanhu@gmail.com> | 2019-04-29 15:44:58 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-29 17:18:34 -0700 |
commit | a7fa7b079ce5880ba6e4487d8ed3c61a856ae429 (patch) | |
tree | 31aab74c006800847ea605bbdf2309c3b17f3778 | |
parent | 010f0d64b767fa599edfc6f3010dd2bdf500c746 (diff) | |
download | gitlab-ce-a7fa7b079ce5880ba6e4487d8ed3c61a856ae429.tar.gz |
Upgrade CI to use Chrome V73sh-11-10-upgrade-chrome-v73
This backports
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27762 into the
11-10-stable branch in the hopes it resolves a number of flaky tests.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98fdda3593e..4eb17656edc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-71.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" +image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-golang-1.11-git-2.18-chrome-73.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29" include: - local: /lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml @@ -655,7 +655,7 @@ gitlab:setup-mysql: # Frontend-related jobs gitlab:assets:compile: <<: *dedicated-no-docs-pull-cache-job - image: dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-git-2.18-chrome-71.0-node-8.x-yarn-1.12-graphicsmagick-1.3.29-docker-18.06.1 + image: dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.5.3-git-2.18-chrome-73.0-node-8.x-yarn-1.12-graphicsmagick-1.3.29-docker-18.06.1 dependencies: - setup-test-env services: |