X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=.sync.yml;h=516ddebd6d982faaf79b4535577955e93e507567;hb=a91c0a506f69b32027767c81c313721b1ae7cee6;hp=951d5e8db444d8e1ad77bd5d5ba38c988eb0a761;hpb=d5cd09e744ff010e8f4423cf9883f403d3126dbd;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index 951d5e8..516ddeb 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,56 +1,68 @@ --- -appveyor.yml: - environment: - PUPPET_GEM_VERSION: "~> 4.0" - matrix: - - RUBY_VERSION: 24-x64 - CHECK: "syntax lint" - - RUBY_VERSION: 24-x64 - CHECK: metadata_lint - - RUBY_VERSION: 24-x64 - CHECK: rubocop +.gitignore: + required: + - ---.project + +.gitlab-ci.yml: + unmanaged: true + +.rubocop.yml: + default_configs: + inherit_from: .rubocop_todo.yml + require: + - rubocop-i18n + - rubocop-rspec .travis.yml: - bundle_args: --without system_tests - docker_sets: - - set: docker/debian-8 - options: - - set: docker/ubuntu-14.04 - options: - docker_defaults: - bundler_args: "" - secure: "" branches: - release - extras: - - rvm: 2.1.9 - script: "\"bundle exec rake release_checks\"" + includes: + - + bundler_args: + dist: trusty + env: PLATFORMS=deb_puppet5 + rvm: 2.5.3 + before_script: + - bundle exec rake 'litmus:provision_list[travis_deb]' + - bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*' + - bundle exec rake 'litmus:install_agent[puppet5]' + - bundle exec rake litmus:install_module + script: + - bundle exec rake litmus:acceptance:parallel + services: docker + stage: acceptance + sudo: required + - + bundler_args: + dist: trusty + env: PLATFORM=deb_puppet6 + rvm: 2.5.3 + before_script: + - bundle exec rake 'litmus:provision_list[travis_deb]' + - 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 + services: docker + sudo: required + +appveyor.yml: + delete: true Gemfile: - required: - ':system_tests': - - gem: 'puppet-module-posix-system-r#{minor_version}' - platforms: ruby - - gem: 'puppet-module-win-system-r#{minor_version}' - platforms: - - mswin - - mingw - - x64_mingw - - gem: beaker - version: '~> 3.13' - from_env: BEAKER_VERSION - - gem: beaker-abs - from_env: BEAKER_ABS_VERSION - version: '~> 0.1' - - gem: beaker-pe - - gem: beaker-hostgenerator - from_env: BEAKER_HOSTGENERATOR_VERSION - - gem: beaker-rspec - from_env: BEAKER_RSPEC_VERSION + optional: ':development': - - gem: puppet-blacksmith - version: '~> 3.4' + - gem: 'github_changelog_generator' + git: 'https://github.com/skywinder/github-changelog-generator' + ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' + condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" + - gem: puppet-lint-i18n Rakefile: requires: - - puppet_blacksmith/rake_tasks + - puppet_pot_generator/rake_tasks + +spec/spec_helper.rb: + mock_with: ':rspec' + coverage_report: true