Skip to content

Commit

Permalink
Remove Puppet 4.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
asenci committed Feb 19, 2022
1 parent 0e1ec57 commit a108e55
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 2.1
orbs:
win: circleci/[email protected]
jobs:
specs-ruby21-puppet46: &specs
specs-ruby21-puppet410: &specs
machine: true
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.1.9'
PUPPET_VERSION: '4.6.2'
PUPPET_VERSION: '4.10.9'
steps:
- checkout
- run:
Expand All @@ -23,13 +23,6 @@ jobs:
name: Run tests
command: rvm $RUBY_VERSION --verbose do bundle exec rake test

specs-ruby21-puppet410:
<<: *specs
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.1.9'
PUPPET_VERSION: '4.10.9'

specs-ruby21-puppet50:
<<: *specs
environment:
Expand All @@ -48,13 +41,6 @@ jobs:
#specs-ruby21-puppet60
#specs-ruby21-puppet65

specs-ruby22-puppet46:
<<: *specs
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.2.3'
PUPPET_VERSION: '4.6.2'

specs-ruby22-puppet410:
<<: *specs
environment:
Expand All @@ -80,13 +66,6 @@ jobs:
#specs-ruby22-puppet60
#specs-ruby22-puppet65

specs-ruby23-puppet46:
<<: *specs
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.3.6'
PUPPET_VERSION: '4.6.2'

specs-ruby23-puppet410:
<<: *specs
environment:
Expand Down Expand Up @@ -122,13 +101,6 @@ jobs:
RUBY_VERSION: '2.3.6'
PUPPET_VERSION: '6.5.0'

specs-ruby24-puppet46:
<<: *specs
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.4.3'
PUPPET_VERSION: '4.6.2'

specs-ruby24-puppet410:
<<: *specs
environment:
Expand Down Expand Up @@ -164,13 +136,6 @@ jobs:
RUBY_VERSION: '2.4.3'
PUPPET_VERSION: '6.5.0'

specs-ruby25-puppet46:
<<: *specs
environment:
STRICT_VARIABLES: 'yes'
RUBY_VERSION: '2.5.3'
PUPPET_VERSION: '4.6.2'

specs-ruby25-puppet410:
<<: *specs
environment:
Expand Down Expand Up @@ -295,27 +260,22 @@ workflows:
version: 2
build_and_test:
jobs:
- specs-ruby21-puppet46
- specs-ruby21-puppet410
- specs-ruby21-puppet50
- specs-ruby21-puppet53
- specs-ruby22-puppet46
- specs-ruby22-puppet410
- specs-ruby22-puppet50
- specs-ruby22-puppet53
- specs-ruby23-puppet46
- specs-ruby23-puppet410
- specs-ruby23-puppet50
- specs-ruby23-puppet53
- specs-ruby23-puppet60
- specs-ruby23-puppet65
- specs-ruby24-puppet46
- specs-ruby24-puppet410
- specs-ruby24-puppet50
- specs-ruby24-puppet53
- specs-ruby24-puppet60
- specs-ruby24-puppet65
- specs-ruby25-puppet46
- specs-ruby25-puppet410
- specs-ruby25-puppet50
- specs-ruby25-puppet53
Expand Down

0 comments on commit a108e55

Please sign in to comment.