kata-containers / ci

Kata Containers CI
http://jenkins.katacontainers.io/view/CI%20Status/
Apache License 2.0
13 stars 34 forks source link

jobs-builder: add credential binding on CCv0 jobs #525

Closed wainersm closed 1 year ago

wainersm commented 1 year ago

Some Kata tests read the authenticated image registry token from the REGISTRY_CREDENTIAL_ENCODED environment variable so that it should be exported on the build environment of all CCv0 jobs.

We have manually added the credential binding on the jobs via GUI, but the jobs are overwritten when the update script runs. Thus we should have the binding in the builder yaml files.