Skip to content

Commit

Permalink
Comply with PDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Leiner committed Feb 10, 2023
1 parent 4e7ecf7 commit 8e95550
Showing 1 changed file with 0 additions and 197 deletions.
197 changes: 0 additions & 197 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
stages:
- syntax
- unit
- acceptance

default:
cache:
Expand Down Expand Up @@ -52,199 +51,3 @@ parallel_spec-Ruby 2.7.2-Puppet ~> 7:
variables:
PUPPET_GEM_VERSION: '~> 7'

litmus-centos7-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[centos7]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian9-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian9]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian10-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian10]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian11-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian11]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu1804-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu1804]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu2004-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu2004]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu2204-puppet6:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu2204]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet6]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-centos7-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[centos7]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian9-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian9]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian10-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian10]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-debian11-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[debian11]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu1804-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu1804]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu2004-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu2004]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"
litmus-ubuntu2204-puppet7:
stage: acceptance
variables:
DOCKER_DRIVER: overlay2
services:
- docker:dind
before_script:
- *before_script
- "bundle exec rake 'litmus:provision_list[ubuntu2204]'"
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'"
- "bundle exec rake 'litmus:install_agent[puppet7]'"
- "bundle exec rake litmus:install_module"
script:
- "bundle exec rake litmus:acceptance:parallel"

0 comments on commit 8e95550

Please sign in to comment.