From: David Swan Date: Fri, 6 Mar 2020 12:37:46 +0000 (+0000) Subject: (IAC-555) - Remove distelli-manifest.yml X-Git-Tag: v2.3.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=adb16dff0ff9c1a37a85e24350b83f06fa24010e;p=puppet-modules%2Fpuppetlabs-firewall.git (IAC-555) - Remove distelli-manifest.yml --- diff --git a/distelli-manifest.yml b/distelli-manifest.yml deleted file mode 100644 index b273bdd..0000000 --- a/distelli-manifest.yml +++ /dev/null @@ -1,25 +0,0 @@ -team-modules/puppetlabs-firewall: - 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: . \ No newline at end of file