mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Update to chrome 64
This commit is contained in:
parent
80ca83a4cb
commit
f6ad6999e9
2 changed files with 7 additions and 6 deletions
|
|
@ -49,11 +49,11 @@ before_script:
|
||||||
|
|
||||||
ruby-2.3-golang-1.9-git-2.14 test: *test_custom
|
ruby-2.3-golang-1.9-git-2.14 test: *test_custom
|
||||||
ruby-2.3-golang-1.9-git-2.8 test: *test_custom
|
ruby-2.3-golang-1.9-git-2.8 test: *test_custom
|
||||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||||
golang-1.9-git-2.8.4 test: *test_custom
|
golang-1.9-git-2.8.4 test: *test_custom
|
||||||
golang-1.9-git-2.14 test: *test_custom
|
golang-1.9-git-2.14 test: *test_custom
|
||||||
node-8.9-chrome-63.0-yarn-1.2 test: *test_custom
|
node-8.9-chrome-64.0-yarn-1.2 test: *test_custom
|
||||||
|
|
||||||
www-gitlab-com test: *test_build
|
www-gitlab-com test: *test_build
|
||||||
gitlab-qa test: *test_build
|
gitlab-qa test: *test_build
|
||||||
|
|
@ -70,11 +70,11 @@ omnibus-gitlab-xenial test: *test_build
|
||||||
|
|
||||||
ruby-2.3-golang-1.9-git-2.14: *build_and_deploy_custom
|
ruby-2.3-golang-1.9-git-2.14: *build_and_deploy_custom
|
||||||
ruby-2.3-golang-1.9-git-2.8: *build_and_deploy_custom
|
ruby-2.3-golang-1.9-git-2.8: *build_and_deploy_custom
|
||||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||||
golang-1.9-git-2.8.4: *build_and_deploy_custom
|
golang-1.9-git-2.8.4: *build_and_deploy_custom
|
||||||
golang-1.9-git-2.14: *build_and_deploy_custom
|
golang-1.9-git-2.14: *build_and_deploy_custom
|
||||||
node-8.9-chrome-63.0-yarn-1.2: *build_and_deploy_custom
|
node-8.9-chrome-64.0-yarn-1.2: *build_and_deploy_custom
|
||||||
|
|
||||||
www-gitlab-com: *build_and_deploy
|
www-gitlab-com: *build_and_deploy
|
||||||
gitlab-qa: *build_and_deploy
|
gitlab-qa: *build_and_deploy
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ function print_chrome_args() {
|
||||||
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
||||||
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
||||||
63|63.0) CHROME_VERSION=63.0.3239.108-1 ;;
|
63|63.0) CHROME_VERSION=63.0.3239.108-1 ;;
|
||||||
|
64|64.0) CHROME_VERSION=64.0.3282.119-1 ;;
|
||||||
*) echo "Unknown chrome version $1"; exit 1;
|
*) echo "Unknown chrome version $1"; exit 1;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue