Skip to content

Commit

Permalink
(SIMP-MAINT) Test ad suite in FIPS mode (#69)
Browse files Browse the repository at this point in the history
- Update to version of simp-beaker-helpers that doesn't try to
  enble FIPS on Windows boxes
- Add GitLab job
  • Loading branch information
lnemsick-simp authored and trevor-vaughan committed Nov 16, 2018
1 parent 79c46f0 commit c0ce3af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ pup5.5.7-ad:
- 'bundle exec rake beaker:suites[ad]'
retry: 1

pup5.5.7-ad-fips:
<<: *pup_5_5_7
<<: *acceptance_base
script:
- 'bundle exec rake spec_clean'
- 'BEAKER_fips=yes bundle exec rake beaker:suites[ad]'
retry: 1

pup5.5.7-oel:

pup5.5.7-oel:
<<: *pup_5_5_7
<<: *acceptance_base
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
- check
- spec
- name: deploy
if: 'fork = false AND tag = true'
if: 'tag IS present'

bundler_args: --without development system_tests --path .vendor

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ group :system_tests do
gem 'beaker'
gem 'beaker-rspec'
gem 'beaker-windows'
gem 'simp-beaker-helpers', ENV.fetch('SIMP_BEAKER_HELPERS_VERSION', '~> 1.12')
gem 'simp-beaker-helpers', ENV.fetch('SIMP_BEAKER_HELPERS_VERSION', '~> 1.13')
end

0 comments on commit c0ce3af

Please sign in to comment.