Skip to content

Commit

Permalink
Merge pull request garethr#611 from puppetlabs/pdksync_abs
Browse files Browse the repository at this point in the history
pdksync - Use abs instead of vmpooler to provision test resources
  • Loading branch information
sheenaajay authored May 19, 2020
2 parents 4e9ee41 + 6a4aa61 commit 0031298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
provisioner: vagrant
images: ['gusztavvargadr/windows-server']
release_checks:
provisioner: vmpooler
provisioner: abs
images: ['redhat-7-x86_64','centos-7-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64', 'debian-9-x86_64', 'debian-10-x86_64', 'win-2016-x86_64', 'win-2019-x86_64']
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'serverspec'
require 'puppet_litmus'
require 'spec_helper_acceptance_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_acceptance_local.rb'))

Expand Down

0 comments on commit 0031298

Please sign in to comment.