]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MODULES-7023) - Removing duplication in .sync.yml
authorPaula McMaw <paula@puppet.com>
Thu, 26 Apr 2018 13:46:55 +0000 (14:46 +0100)
committerPaula McMaw <paula@puppet.com>
Thu, 26 Apr 2018 13:46:55 +0000 (14:46 +0100)
.sync.yml
.travis.yml

index 648965d5ba4caeb392208600521daf31ad85828a..dec732498100527c03ba7f3af6e72885217d2bc8 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,15 +1,4 @@
 ---
-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
-
 .travis.yml:
   bundle_args: --without system_tests
   docker_sets:
@@ -22,9 +11,6 @@ appveyor.yml:
   secure: ""
   branches:
     - release
-  extras:
-    - rvm: 2.1.9
-      script: "\"bundle exec rake release_checks\""
 
 Gemfile:
   required:
@@ -47,14 +33,6 @@ Gemfile:
         from_env: BEAKER_HOSTGENERATOR_VERSION
       - gem: beaker-rspec
         from_env: BEAKER_RSPEC_VERSION
-    ':development':
-      - gem: puppet-blacksmith
-        version: '~> 3.4'
 
-Rakefile:
-  requires:
-    - puppet_blacksmith/rake_tasks
-
-spec/spec_helper.rb:
-  spec_overrides:
-    -  "require 'spec_helper_local'"
+appveyor.yml:
+  delete: true
index 1597cfb05b0683aafc490eee0b1464c755c73ce2..14288376fd77ebac357cce3bf247ad5113cea3de 100644 (file)
@@ -5,8 +5,9 @@ language: ruby
 cache: bundler
 before_install:
   - bundle -v
-  - rm Gemfile.lock || true
+  - rm -f Gemfile.lock
   - gem update --system
+  - gem update bundler
   - gem --version
   - bundle -v
 script:
@@ -14,9 +15,7 @@ script:
 bundler_args: --without system_tests
 rvm:
   - 2.4.1
-  - 2.1.9
 env:
-  - PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
   - PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
 matrix:
   fast_finish: true
@@ -44,8 +43,12 @@ matrix:
     -
       env: CHECK=metadata_lint
     -
+      env: CHECK=release_checks
+    -
+      env: CHECK=spec
+    -
+      env: PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
       rvm: 2.1.9
-      script: "bundle exec rake release_checks"
 branches:
   only:
     - master