mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'add-bundler' into 'master'
Add bundler 2.5 to e2e images See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/756 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
commit
88a3a98f5f
2 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ e2e:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
e2e-docker:
|
||||
|
|
@ -33,7 +33,7 @@ e2e-chrome:
|
|||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
CHROME: ['113', '117', '119']
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
|
|
|
|||
|
|
@ -269,6 +269,9 @@ function print_bundler_args() {
|
|||
2.4)
|
||||
BUNDLER_VERSION=2.4.10
|
||||
;;
|
||||
2.5)
|
||||
BUNDLER_VERSION=2.5.4
|
||||
;;
|
||||
*) fail "Unknown bundler version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue