mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
add job name to container name
This commit is contained in:
parent
9a590b6e91
commit
0611277ae7
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user