-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1938 from puppetlabs/litmus_conversion
(FM-8214) converted to use litmus
- Loading branch information
Showing
29 changed files
with
769 additions
and
1,428 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-apache: | ||
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: ['waffleimage/debian8', 'waffleimage/debian9', 'waffleimage/ubuntu14.04', 'waffleimage/ubuntu16.04', 'waffleimage/ubuntu18.04'] | ||
travis_el7: | ||
provisioner: docker | ||
images: ['waffleimage/centos7', 'waffleimage/oraclelinux7', 'waffleimage/scientificlinux7'] | ||
release_checks: | ||
provisioner: vmpooler | ||
images: ['redhat-5-x86_64', 'redhat-6-x86_64', 'redhat-7-x86_64', 'centos-5-x86_64', 'centos-6-x86_64', 'centos-7-x86_64', 'oracle-6-x86_64', 'oracle-7-x86_64', 'scientific-6-x86_64', 'scientific-7-x86_64', 'debian-8-x86_64', 'debian-9-x86_64', 'ubuntu-1404-x86_64', 'ubuntu-1604-x86_64', 'ubuntu-1804-x86_64', 'sles-11-x86_64', 'sles-12-x86_64', 'sles-15-x86_64'] |
Oops, something went wrong.