diff --git a/Vagrantfile b/Vagrantfile index 67ea96e994..649b328b6a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -31,17 +31,6 @@ Vagrant.configure(2) do |config| # Configure the disk size. disk_size = "60GB" - config.vm.define "ubuntu1604" do |xenial| - xenial.vm.box = "ubuntu/xenial64" - xenial.disksize.size = disk_size - config.vm.provision "shell", - privileged: true, - inline: <<-SHELL - cd /vagrant - ./scripts/gate-check-commit.sh - SHELL - end - config.vm.define "ubuntu1804" do |bionic| bionic.vm.box = "ubuntu/bionic64" bionic.disksize.size = disk_size