← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/auto-upgrade-testing-specifications:add-ubuntu-unity-profile into auto-upgrade-testing-specifications:main

 

Tim Andersson has proposed merging ~andersson123/auto-upgrade-testing-specifications:add-ubuntu-unity-profile into auto-upgrade-testing-specifications:main.

Commit message:
Search for ubuntu-unity package and not task when installing for kinetic->lunar ubuntu-unity upgrade test

Requested reviews:
  Canonical Platform QA Team (canonical-platform-qa)

For more details, see:
https://code.launchpad.net/~andersson123/auto-upgrade-testing-specifications/+git/auto-upgrade-testing-specifications/+merge/443956

Search for ubuntu-unity package and not task when installing for kinetic->lunar ubuntu-unity upgrade test
-- 
Your team Canonical Platform QA Team is requested to review the proposed merge of ~andersson123/auto-upgrade-testing-specifications:add-ubuntu-unity-profile into auto-upgrade-testing-specifications:main.
diff --git a/profiles/ubuntu-kinetic-lunar-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-kinetic-lunar-ubuntu-unity-amd64_qemu.yaml
index 26646de..47d8060 100644
--- a/profiles/ubuntu-kinetic-lunar-ubuntu-unity-amd64_qemu.yaml
+++ b/profiles/ubuntu-kinetic-lunar-ubuntu-unity-amd64_qemu.yaml
@@ -6,7 +6,7 @@
     flavor: ubuntu-unity
     image_name: kinetic_lunar_ubuntu_unity_desktop_amd64.img
     build_args:
-      - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop^' -v --timeout 14400" 
+      - "--post-command 'sudo apt-get -y update && sudo apt-get -y dist-upgrade && sudo DEBIAN_FRONTEND=noninteractive apt-get -y install ubuntu-unity-desktop' -v --timeout 14400" 
     releases:
       - "kinetic"
       - "lunar"

Follow ups