[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v3] Switch to Debian 8.0 (jessie) as OS for test hosts
mg-debian-installer-update-all has been run on the production instance and TftpDiVersion is also updated to match. The resulting binaries have also been copied to the Cambridge instance, so update Cambridge config too. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- v3: Rebase over addition of usual_debianhvm_image. Now incorporates "make-flight: Use Jessie ISO image for Debian HVM tests". Deployment note: debian-8.2.0-{amd64,i386}-CD-1.iso already added to images dir in Colo & Cambridge. --- Osstest.pm | 2 +- mfi-common | 2 +- production-config | 2 +- production-config-cambridge | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Osstest.pm b/Osstest.pm index ec50d60..3c51459 100644 --- a/Osstest.pm +++ b/Osstest.pm @@ -85,7 +85,7 @@ our %c = qw( Images images - DebianSuite wheezy + DebianSuite jessie DebianMirrorSubpath debian TestHostKeypairPath id_rsa_osstest diff --git a/mfi-common b/mfi-common index 5fbe195..66cf5aa 100644 --- a/mfi-common +++ b/mfi-common @@ -353,7 +353,7 @@ job_create_test () { usual_debianhvm_image () { local arch=$1; shift - echo debian-${DEBIAN_IMAGE_VERSION-7.2.0}-$arch-CD-1.iso + echo debian-${DEBIAN_IMAGE_VERSION-8.2.0}-$arch-CD-1.iso } # Iterate over xenarch, dom0arch and kernel calling test_matrix_do_one diff --git a/production-config b/production-config index bb8d224..b21153b 100644 --- a/production-config +++ b/production-config @@ -87,7 +87,7 @@ TftpPxeTemplatesReal pxelinux.cfg/%ipaddrhex% TftpPxeGroup osstest # Update with ./mg-debian-installer-update(-all) -TftpDiVersion 2015-09-07 +TftpDiVersion 2015-09-18 # These should normally be the same. # Update with ./mg-cpu-microcode-update diff --git a/production-config-cambridge b/production-config-cambridge index f801303..5d68ede 100644 --- a/production-config-cambridge +++ b/production-config-cambridge @@ -69,7 +69,7 @@ TftpPxeTemplates %name%/pxelinux.cfg TftpPxeTemplatesReal pxelinux.cfg/%ipaddrhex% TftpPxeGroup osstest -TftpDiVersion 2015-09-07 +TftpDiVersion 2015-09-18 # These should normally be the same. MicrocodeUpdateAmd64 microcode.x86.2015-06-12.cpio -- 2.6.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |