File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### 1.18.9 / 2020-08-04
2+ * Change windows 2012r2 VM to work around issues where the old image had
3+ duplicate ports trying to be opened
24* Increase test CA bits to 4096
35
46### 1.18.8 / 2020-07-14
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ def initialize
3131ENV [ 'BEAKER_fips' ] = 'yes'
3232ENV [ 'FIXTURES_YML' ] = alt_fixtures
3333
34+ beaker_gem_options = ENV [ 'BEAKER_GEM_OPTIONS' ]
35+
3436Bundler . with_clean_env {
37+ ENV [ 'BEAKER_GEM_OPTIONS' ] = beaker_gem_options
3538 ENV [ 'FIXTURES_YML' ] = alt_fixtures
3639
3740 %x{bundle exec rake spec_prep}
Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ HOSTS:
1010 roles :
1111 - windows
1212 platform : windows-server-amd64
13- box : opentable/win -2012r2-standard-amd64-nocm # VBOX ONLY
13+ box : devopsgroup-io/windows_server -2012r2-standard-amd64-nocm
1414 hypervisor : <%= hypervisor %>
1515 vagrant_memsize : 2048
1616 vagrant_cpus : 2
1717 user : vagrant
1818 is_cygwin : false
19+ ssh :
20+ host_key : ssh-dss
1921
2022 el7 :
2123 roles :
You can’t perform that action at this time.
0 commit comments