Skip to content

Commit

Permalink
(SIMP-6997) Add compliance suite to GitLab (#49)
Browse files Browse the repository at this point in the history
SIMP-6997 #close
  • Loading branch information
lnemsick-simp authored and trevor-vaughan committed Aug 20, 2019
1 parent f30a452 commit 45fd162
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ pup5.5.10:
<<: *pup_5_5_10
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites'
- 'bundle exec rake beaker:suites[default]'

pup5.5.10-fips:
<<: *pup_5_5_10
<<: *acceptance_base
script:
- 'BEAKER_fips=yes bundle exec rake beaker:suites'
- 'BEAKER_fips=yes bundle exec rake beaker:suites[default]'

pup5.5.10-oel:
<<: *pup_5_5_10
Expand All @@ -188,10 +188,22 @@ pup6:
<<: *pup_6
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites'
- 'bundle exec rake beaker:suites[default]'

pup6-fips:
<<: *pup_6
<<: *acceptance_base
script:
- 'BEAKER_fips=yes bundle exec rake beaker:suites'
- 'BEAKER_fips=yes bundle exec rake beaker:suites[default]'

pup.5.5.10-compliance-fips:
<<: *pup_5_5_10
<<: *compliance_base
script:
- 'BEAKER_fips=yes bundle exec rake beaker:suites[compliance]'

pup.6-compliance-fips:
<<: *pup_6
<<: *compliance_base
script:
- 'BEAKER_fips=yes bundle exec rake beaker:suites[compliance]'

0 comments on commit 45fd162

Please sign in to comment.