Skip to content

simianlabs/salt-ci-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

license
Docker Automated build

salt-ci-runner

Simple image to use with Gitlab CI/CD and docker runners to test Salt states and formulas.

.gitlab-ci.yaml example:

build:
  stage: test
  image: smonko/salt-ci-runner
  allow_failure: true
  script:
   - cp -r test /opt/salt/base/formulas/test
   - cp pillar.example /opt/salt/base/pillars/pillar.sls
   - /usr/bin/salt-call --local state.apply test

Changelog

  • 2018-07-19 - added salt pepper and pip package

TODO

  • Add unit test tool

Maintainer

Simian Labs - (https://github.com/simianlabs)
http://simianlabs.io || [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published