add job name to container name

This commit is contained in:
Jeremi Piotrowski 2024-04-18 11:07:13 +02:00
parent 9a590b6e91
commit 0611277ae7

View File

@ -129,6 +129,9 @@ function _test_run_impl() {
get_git_channel >"${work_dir}/git_channel"
local container_name="flatcar-tests-${arch}-${docker_vernum}-${image}"
if [[ -n "${JOB_NAME}" ]]; then
container_name+="-${JOB_NAME}"
fi
local mantle_ref
mantle_ref=$(cat sdk_container/.repo/manifests/mantle-container)