Skip to content
Snippets Groups Projects
Commit 0b5c829f authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Set correct image name for OStree test


The image name to test must have "ostree" variant in the name.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>

Differential Revision: https://phabricator.apertis.org/D7763
parent fbd8a957
Branches T4575
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ def buildImage(architecture, type, board, debosarguments = "", sysroot = false,
runTestsJobs (image_name, profile_name, env.PIPELINE_VERSION, production)
if (ostree) {
profile_name = "${osname}_ostree-${release}-${type}-${architecture}-${boardp}"
image_name = "${osname}_ostree_${release}-${type}-${architecture}-${board}_${PIPELINE_VERSION}"
runTestsJobs (image_name, profile_name, env.PIPELINE_VERSION, production)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment