You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While job definitions are considered to be handlebars templates that expand job variables, at the moment there is no way to use any kind of CI variables in the lava-gitlab-runner script itself.
For instance, I have job-amd64.yaml and job-arm64.yaml and I'd like to submit them using parallel:matrix and something like job-$ARCH.yaml or job-{{job.ARCH}}.yaml, but it is not currently possible
The text was updated successfully, but these errors were encountered:
While job definitions are considered to be handlebars templates that expand job variables, at the moment there is no way to use any kind of CI variables in the lava-gitlab-runner script itself.
For instance, I have
job-amd64.yaml
andjob-arm64.yaml
and I'd like to submit them usingparallel:matrix
and something likejob-$ARCH.yaml
orjob-{{job.ARCH}}.yaml
, but it is not currently possibleThe text was updated successfully, but these errors were encountered: