forked from glarizza/puppet-haproxy
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tphoney
committed
Jul 22, 2019
1 parent
3ef32f6
commit d03e584
Showing
23 changed files
with
251 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
team-modules/puppetlabs-haproxy: | ||
PreBuild: | ||
- source /opt/rh/rh-ruby25/enable | ||
- echo "--- LETS update BUNDLER ---" | ||
- bundle install --path vendor/bundle --jobs 3 | ||
Build: | ||
- echo "--- PROVISIONING ---" | ||
- source /opt/rh/rh-ruby25/enable | ||
- bundle exec rake litmus:provision_list[release_checks] | ||
- cat inventory.yaml | ||
- echo "--- AGENT INSTALLATION ---" | ||
- bundle exec rake litmus:install_agent | ||
- echo "--- MODULE INSTALLATION ---" | ||
- bundle exec rake litmus:install_module | ||
- echo "--- TESTS RUNNING ---" | ||
- bundle exec rake litmus:acceptance:parallel | ||
AfterBuildSuccess: | ||
- source /opt/rh/rh-ruby25/enable | ||
- bundle exec rake litmus:tear_down | ||
AfterBuildFailure: | ||
- source /opt/rh/rh-ruby25/enable | ||
- bundle exec rake litmus:tear_down | ||
CommitData: | ||
- RepoType: Git | ||
- RepoPath: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
default: | ||
provisioner: docker | ||
images: ['waffleimage/debian8'] | ||
travis_deb: | ||
provisioner: docker | ||
images: ['debian:8', 'debian:9', 'ubuntu:14.04', 'ubuntu:16.04', 'ubuntu:18.04'] | ||
travis_el: | ||
provisioner: docker_exp | ||
images: ['centos:6', 'centos:7', 'oraclelinux:6', 'oraclelinux:7'] | ||
release_checks: | ||
provisioner: vmpooler | ||
images: ['redhat-6-x86_64', 'redhat-7-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64' ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.