~brian-murray/auto-upgrade-testing-specifications/drop-artful

« back to all changes in this revision

Viewing changes to profiles/ubuntu-artful-bionic-lubuntu-i386_qemu.yaml

  • Committer: Brian Murray
  • Date: 2019-05-09 18:14:56 UTC
  • Revision ID: brian@canonical.com-20190509181456-8go33jw2s7wztgas
Artful is no longer supported so we don't need to test upgrades from it.

Show diffs side-by-side

added added

removed removed

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