ubuntu-server-iso-testing-dev team mailing list archive
-
ubuntu-server-iso-testing-dev team
-
Mailing list archive
-
Message #00007
automated desktop testing
Hi folks,
I've added alternate to automated iso testing and it's running
successfully \o/
For the record, dl-ubuntu-test-iso and download-latest-iso (and
run_test) are looking for desktop image in different places.
dl-ubuntu-test-iso stores desktop images in $ISOROOT/$FLAVOR while usit
tools use $ISOROOT/$FLAVOR-$VARIANT
So I worked around by modifying the first build command this way:
====
mkdir -p /var/lib/ubuntu-server-iso-testing/isos/ubuntu
ln -s /var/lib/ubuntu-server-iso-testing/isos/ubuntu
/var/lib/ubuntu-server-iso-testing/isos/ubuntu-${VARIANT}
download-latest-test-iso --release=${RELEASE} --variant=${VARIANT}
--arch=${ARCH}
====
1. Do you think we should keep it this way or patch
download-latest-test-iso to create a path compatible with
dl-ubuntu-test-iso ?
2. What do you think about adding support for flavors to
download-latest-test-iso and as a parameter to the jenkins's jobs ?
--
Jean-Baptiste
irc: jibel
Follow ups