Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:fix-jammy-point-release-download-job into qa-jenkins-jobs:master.
Requested reviews: Canonical Platform QA Team (canonical-platform-qa) For more details, see: https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/460587 -- Your team Canonical Platform QA Team is requested to review the proposed merge of ~andersson123/qa-jenkins-jobs:fix-jammy-point-release-download-job into qa-jenkins-jobs:master.
diff --git a/jobs/iso-testing/jobs.yaml b/jobs/iso-testing/jobs.yaml index cdd7055..879d61e 100644 --- a/jobs/iso-testing/jobs.yaml +++ b/jobs/iso-testing/jobs.yaml @@ -90,9 +90,11 @@ iso="{release}-{variant}-{arch}.iso" yesterday=$(date --utc --date=yesterday +'%Y-%m-%d') - url="http://cdimage.ubuntu.com/ubuntu" + url="http://cdimage.ubuntu.com/" if [[ {release} != $(ubuntu-distro-info --date=$yesterday --devel) ]]; then url="$url/{release}" + else + url="$url/ubuntu" fi url="$url/daily-live/pending/$iso.zsync"
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp