From c5c0e7e8c8101be0c0dd9a49b30c8190a1e0e03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= <hector.oron@collabora.co.uk> Date: Fri, 8 Apr 2016 12:15:31 +0200 Subject: [PATCH] Update LAVA test profiles to new version 16.06 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Luis Araujo <luis.araujo@collabora.co.uk> Signed-off-by: Héctor Orón MartÃnez <hector.oron@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D2625 --- templates/profiles.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/profiles.yaml b/templates/profiles.yaml index 4191d41..29f3e4f 100644 --- a/templates/profiles.yaml +++ b/templates/profiles.yaml @@ -7,14 +7,14 @@ main-profile: sqlite-tpl.json ] variables: bootfstype: ext2 - imgpath: "daily/16.03/images" - release_version: "16.03" + imgpath: "daily/16.06/images" + release_version: "16.06" fs: btrfs image_variant: collabora baseurl: "https://images.apertis.org" profiles: - - name: apertis-16.03-daily-minnowboard-max-minimal + - name: apertis-16.06-daily-minnowboard-max-minimal templates: [ group-common-tpl.json ] variables: pretty: "Minnowboard max using minimal image" @@ -22,42 +22,42 @@ profiles: arch: amd64 image_type: minimal board: amd64-uefi - - name: apertis-16.03-daily-i386-vm-target + - name: apertis-16.06-daily-i386-vm-target variables: pretty: "I386 VM using target image" device_type: i386 arch: i386 image_type: target board: i386 - - name: apertis-16.03-daily-minnowboard-max-target + - name: apertis-16.06-daily-minnowboard-max-target variables: pretty: "Minnowboard max using target image" device_type: minnowboard-max-E3825 arch: amd64 image_type: target board: amd64-uefi - - name: apertis-16.03-daily-minnowboard-max-target-wayland + - name: apertis-16.06-daily-minnowboard-max-target-wayland variables: pretty: "Minnowboard max using target image (Wayland)" device_type: minnowboard-max-E3825 arch: amd64 image_type: target-wayland board: amd64-uefi - - name: apertis-16.03-daily-i386-vm-development + - name: apertis-16.06-daily-i386-vm-development variables: pretty: "I386 VM using development image" device_type: i386 arch: i386 image_type: development board: i386 - - name: apertis-16.03-daily-minnowboard-max-development + - name: apertis-16.06-daily-minnowboard-max-development variables: pretty: "Minnowboard max using development image" device_type: minnowboard-max-E3825 arch: amd64 image_type: development board: amd64-uefi - - name: apertis-16.03-daily-i386-vm-sdk + - name: apertis-16.06-daily-i386-vm-sdk templates: [ group-apparmor-tpl.json, group-common-tpl.json, group-clutter-tpl.json, @@ -72,7 +72,7 @@ profiles: board: i386 boot_part: 2 root_part: 3 - - name: apertis-16.03-daily-minnowboard-max-sdk + - name: apertis-16.06-daily-minnowboard-max-sdk templates: [ group-apparmor-tpl.json, group-common-tpl.json, group-clutter-tpl.json, -- GitLab