Skia has proposed merging ~hyask/auto-upgrade-testing-specifications:skia/remove_lunar into auto-upgrade-testing-specifications:main.
Requested reviews: Canonical Platform QA Team (canonical-platform-qa) For more details, see: https://code.launchpad.net/~hyask/auto-upgrade-testing-specifications/+git/auto-upgrade-testing-specifications/+merge/459696 -- Your team Canonical Platform QA Team is requested to review the proposed merge of ~hyask/auto-upgrade-testing-specifications:skia/remove_lunar into auto-upgrade-testing-specifications:main.
diff --git a/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml deleted file mode 100644 index 5c6d726..0000000 --- a/profiles/ubuntu-jammy-lunar-basic-amd64_qemu.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- testname: "jammy->lunar basic upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: jammy_lunar_basic_amd64.img - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml deleted file mode 100644 index 84ff197..0000000 --- a/profiles/ubuntu-jammy-lunar-desktop-amd64_qemu.yaml +++ /dev/null @@ -1,31 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: jammy_lunar_ubuntu_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-desktop^' --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - scripts_data: - var_crash_ignore_list: - - pattern: "_usr_libexec_tracker-extract-3.130.crash" - expiry_date: "2024-02-19" - bug_link: "https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/2049907" - - - run_system_tests: true diff --git a/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml deleted file mode 100644 index c02fca4..0000000 --- a/profiles/ubuntu-jammy-lunar-kubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: kubuntu - image_name: jammy_lunar_kubuntu_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 kubuntu-desktop' -v --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-kubuntu-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml deleted file mode 100644 index a77c44f..0000000 --- a/profiles/ubuntu-jammy-lunar-lubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: lubuntu - image_name: jammy_lunar_lubuntu_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 ^lubuntu-desktop' -v --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-lubuntu-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml deleted file mode 100644 index 02200d9..0000000 --- a/profiles/ubuntu-jammy-lunar-server-amd64_qemu.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- testname: "jammy->lunar server upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: jammy_lunar_ubuntu_server_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 server^' -v --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-server" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - run_system_tests: true diff --git a/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml deleted file mode 100644 index 81f17e6..0000000 --- a/profiles/ubuntu-jammy-lunar-ubuntu-mate-amd64_qemu.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu-mate - image_name: jammy_lunar_ubuntu_mate_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-mate-desktop^' -v --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-mate-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml deleted file mode 100644 index bb6c31a..0000000 --- a/profiles/ubuntu-jammy-lunar-ubuntu-unity-amd64_qemu.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu-unity - image_name: jammy_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" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-unity-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml b/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml deleted file mode 100644 index fb1cbb2..0000000 --- a/profiles/ubuntu-jammy-lunar-xubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- -- testname: "jammy->lunar desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: xubuntu - image_name: jammy_lunar_xubuntu_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 xubuntu-desktop^' -v --timeout 14400" - releases: - - "jammy" - - "lunar" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-xubuntu-desktop" - - "enable-apport-noui" - - "force-prompt-normal" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml deleted file mode 100644 index 38c7cb8..0000000 --- a/profiles/ubuntu-lunar-mantic-basic-amd64_qemu.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- testname: "lunar->mantic basic upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: lunar_mantic_basic_amd64.img - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "null" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" \ No newline at end of file diff --git a/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml deleted file mode 100644 index c041eb5..0000000 --- a/profiles/ubuntu-lunar-mantic-desktop-amd64_qemu.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: lunar_mantic_ubuntu_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-desktop^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - run_system_tests: true \ No newline at end of file diff --git a/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml deleted file mode 100644 index def9fd4..0000000 --- a/profiles/ubuntu-lunar-mantic-kubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,20 +0,0 @@ -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: kubuntu - image_name: lunar_mantic_kubuntu_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 kubuntu-desktop^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-kubuntu-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml deleted file mode 100644 index 39d7cd6..0000000 --- a/profiles/ubuntu-lunar-mantic-lubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: lubuntu - image_name: lunar_mantic_lubuntu_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 lubuntu-desktop^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-lubuntu-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" diff --git a/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml deleted file mode 100644 index 8315a05..0000000 --- a/profiles/ubuntu-lunar-mantic-server-amd64_qemu.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu - image_name: lunar_mantic_ubuntu_server_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 server^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-server" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - run_system_tests: true diff --git a/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml deleted file mode 100644 index 695866f..0000000 --- a/profiles/ubuntu-lunar-mantic-ubuntu-mate-amd64_qemu.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu-mate - image_name: lunar_mantic_ubuntu_mate_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-mate-desktop^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-mate-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" \ No newline at end of file diff --git a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml deleted file mode 100644 index b32075f..0000000 --- a/profiles/ubuntu-lunar-mantic-ubuntu-unity-amd64_qemu.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntu-unity - image_name: lunar_mantic_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" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntu-unity-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - scripts_data: - var_crash_ignore_list: - - pattern: "_usr_libexec_indicator-keyboard_indicator-keyboard-service.110.crash" - expiry_date: "2024-02-19" - bug_link: "https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/2036764" diff --git a/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml deleted file mode 100644 index eef84b3..0000000 --- a/profiles/ubuntu-lunar-mantic-ubuntucinnamon-amd64_qemu.yaml +++ /dev/null @@ -1,27 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: ubuntucinnamon - image_name: lunar_mantic_ubuntucinnamon_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 ubuntucinnamon-desktop' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-ubuntucinnamon-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty" - - scripts_data: - var_crash_ignore_list: - - pattern: "_usr_libexec_indicator-keyboard_indicator-keyboard-service.110.crash" - expiry_date: "2024-02-19" - bug_link: "https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/2036764" diff --git a/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml b/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml deleted file mode 100644 index 7f08993..0000000 --- a/profiles/ubuntu-lunar-mantic-xubuntu-amd64_qemu.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- testname: "lunar->mantic desktop upgrade" - provisioning: - backend: qemu - arch: amd64 - flavor: xubuntu - image_name: lunar_mantic_xubuntu_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 xubuntu-desktop^' -v --timeout 14400" - releases: - - "lunar" - - "mantic" - - scripts_location: file://../tests - pre_upgrade_scripts: - - "check-xubuntu-desktop" - - "enable-apport-noui" - - post_upgrade_tests: - - "check-conffile-prompt" - - "check-var-crash-empty"
-- 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