Merge ~seb128/qa-jenkins-jobs:correct-iso-variant into qa-jenkins-jobs:master

Proposed by Sebastien Bacher
Status: Merged
Merged at revision: 0454327aee53d720f06548558aed677de1180b07
Proposed branch: ~seb128/qa-jenkins-jobs:correct-iso-variant
Merge into: qa-jenkins-jobs:master
Diff against target: 23 lines (+4/-1)
1 file modified
scripts/iso-testing/run-iso-test.sh (+4/-1)
Reviewer Review Type Date Requested Status
Paride Legovini Approve
Review via email: mp+441191@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/scripts/iso-testing/run-iso-test.sh b/scripts/iso-testing/run-iso-test.sh
2index e7a3c0d..bec5e6d 100755
3--- a/scripts/iso-testing/run-iso-test.sh
4+++ b/scripts/iso-testing/run-iso-test.sh
5@@ -74,6 +74,9 @@ while true ; do
6 esac
7 done
8
9+# set the isoname before overwriting the variant
10+isoname="$release-$variant-$arch.iso"
11+
12 desktop_replace_autoinstall=false
13 # Handle legacy and desktop the same way but with different preseed
14 if [ "$variant" = "desktop-legacy" ]; then
15@@ -120,7 +123,7 @@ done
16 if [ -n "$iso" ]; then
17 cmd="./scripts/$test.sh -i $iso"
18 else
19- cmd="./scripts/$test.sh -i /var/cache/utah/iso/$release-$variant-$arch.iso"
20+ cmd="./scripts/$test.sh -i /var/cache/utah/iso/$isoname"
21 fi
22
23 if [ ! -z "$machine_prefix" ] ; then

Subscribers

People subscribed via source and target branches

to all changes: