Skip to content
Snippets Groups Projects
Commit 3bf6d770 authored by Luis Araujo's avatar Luis Araujo
Browse files

Pass release to test execution


This pass the release version during test execution because it is needed
by lava-submit.

Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
parent 63601cac
No related branches found
No related tags found
1 merge request!34Pass release to test execution
......@@ -89,6 +89,7 @@ def runTestsJobs(image_name, profile_name, version, submit = true) {
--profile ${profile_name} \
--callback-secret ${token} \
--callback-url https://lavaphabbridge.apertis.org/ \
-t release:${release} \
-t image_date:${version} \
-t image_name:${image_name}""")
}
......
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