Add exiftool as a component tool for workhorse

This commit is contained in:
DJ Mountney 2023-04-07 01:02:09 +00:00 committed by Stan Hu
parent 4c57027790
commit e48a60a78d
9 changed files with 762 additions and 2 deletions

View file

@ -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']