mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add exiftool as a component tool for workhorse
This commit is contained in:
parent
4c57027790
commit
e48a60a78d
9 changed files with 762 additions and 2 deletions
|
|
@ -58,3 +58,25 @@ gitlab-review-app:
|
|||
GCLOUD: '383'
|
||||
KUBECTL: '1.23'
|
||||
HELM: '3.5'
|
||||
|
||||
# Used by GitLab's workhorse tests
|
||||
gitlab-workhorse:
|
||||
needs: []
|
||||
extends:
|
||||
- .gitlab
|
||||
stage: workhorse
|
||||
variables:
|
||||
EXIFTOOL: '12.60'
|
||||
RUBYGEMS: '3.4'
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
- OS: ['ubi:8.6']
|
||||
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
RUST: ['1.65']
|
||||
GIT: ['2.36']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue