Skip to content

Commit

Permalink
(SIMP-10036) freeradius Add Puppet 7 acceptance test (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnemsick-simp authored Jun 29, 2021
1 parent 2cefd4a commit bded7d3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,16 +336,23 @@ pup6.x:
<<: *pup_6_x
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites[default]'
- 'bundle exec rake beaker:suites[default,default]'

pup6.pe:
<<: *pup_6_pe
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites[default]'
- 'bundle exec rake beaker:suites[default,default]'

pup6.pe-oel:
<<: *pup_6_pe
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites[default,oel]'

pup7.x:
<<: *pup_7_x
<<: *acceptance_base
script:
- 'bundle exec rake beaker:suites[default,default]'

0 comments on commit bded7d3

Please sign in to comment.