From 7d9ea6fb98995be5d0a84ec6eed7bfc614b9b6a7 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 4 Jun 2019 13:42:36 +1000 Subject: [PATCH] Remove Ubuntu 14.04 templates and packer jobs Ubuntu 14.04 is EOL-ed and no longer supported. Change-Id: Ib85a6a76dc5acaa9a66b3b2d32d259cf89193949 Signed-off-by: Anil Belur --- jjb/releng-packer-jobs.yaml | 1 - packer/vars/ubuntu-14.04.json | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 packer/vars/ubuntu-14.04.json diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index 8088d22df..8f061f9e8 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -110,7 +110,6 @@ cron: '00 H 1 * *' platforms: - - ubuntu-14.04 - ubuntu-16.04 - ubuntu-18.04: disable-job: true diff --git a/packer/vars/ubuntu-14.04.json b/packer/vars/ubuntu-14.04.json deleted file mode 100644 index ffee4da39..000000000 --- a/packer/vars/ubuntu-14.04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "base_image": "Ubuntu 14.04.5 LTS (2017-12-05) - LF upload", - "distro": "Ubuntu 14.04", - "ssh_user": "ubuntu", - "cloud_user_data": "provision/null_data.sh" -} -- 2.36.6