X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=55e74f61fa64f7f20fd03e10b2b3f4a8176c3e02;hb=5bffa8d1f90fb6fe32641470684ca550be302ad3;hp=625d045a31cb5c34bc33735899b5a5d708722bb6;hpb=f1fe05ec2b73ba5dd8466f85fa40e61a29586f8c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index 625d045..55e74f6 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,26 +1,33 @@ --- -.travis.yml: - includes: - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random" - - rvm: 1.9.3 - env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random" - - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random" - - rvm: 2.1.6 - env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" ORDERING="random" - allow_failures: +".gitlab-ci.yml": + delete: true +appveyor.yml: + delete: true + Gemfile: - required: - ':development, :unit_tests': - - gem: rspec-puppet - version: '~> 2.1' - - gem: rspec-core - version: '3.1.7' - - gem: puppetlabs_spec_helper - - gem: simplecov - - gem: puppet_facts - - gem: json - ':system_tests': - - gem: beaker-rspec - - gem: serverspec + optional: + ":development": + - gem: github_changelog_generator +Rakefile: + changelog_max_issues: 500 +spec/spec_helper.rb: + mock_with: ":rspec" + coverage_report: true +.gitpod.Dockerfile: + unmanaged: false +.gitpod.yml: + unmanaged: false +.github/workflows/pr_test.yml: + unmanaged: false +.github/workflows/nightly.yml: + unmanaged: false +.github/workflows/spec.yml: + checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' + unmanaged: false +.github/workflows/release.yml: + unmanaged: false +.github/workflows/auto_release.yml: + unmanaged: false +.travis.yml: + delete: true +changelog_since_tag: 'v8.0.0' \ No newline at end of file