~paride/auto-upgrade-testing-specifications/set-debian-frontend

« back to all changes in this revision

Viewing changes to profiles/ubuntu-jammy-kinetic-desktop-amd64_qemu.yaml

  • Committer: Brian Murray
  • Date: 2022-05-11 23:09:27 UTC
  • Revision ID: brian@canonical.com-20220511230927-59qrr436gvluh7s1
add in jammy->kinetic profiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
- testname: "jammy->kinetic desktop upgrade"
 
3
  provisioning:
 
4
    backend: qemu
 
5
    arch: amd64
 
6
    flavor: ubuntu
 
7
    image_name: jammy_kinetic_ubuntu_desktop_amd64.img
 
8
    build_args:
 
9
      - "--post-command 'sudo apt-get -y -y update && sudo apt-get -y -y dist-upgrade && sudo apt-get -y -y install ubuntu-desktop^' -v --timeout 14400"
 
10
    releases:
 
11
      - "jammy"
 
12
      - "kinetic"
 
13
 
 
14
  script_location: file://../tests
 
15
  pre_upgrade_scripts:
 
16
    - "check-ubuntu-desktop"
 
17
 
 
18
  post_upgrade_tests:
 
19
    - "null"
 
20
 
 
21
  run_system_tests: true