]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(PDK-1501) Fix acceptance stages in Travis CI
authorGlenn Sarti <glennsarti@users.noreply.github.com>
Tue, 5 Nov 2019 05:03:29 +0000 (13:03 +0800)
committerGlenn Sarti <glennsarti@users.noreply.github.com>
Tue, 5 Nov 2019 05:05:28 +0000 (13:05 +0800)
Previously the Travis CI file was brought under PDK control, however the
sync.yml did not contain the stage settings for the Litmus jobs which meant
that they did not run.  This commit fixes that error and runs PDK Update again

.sync.yml
.travis.yml

index 516ddebd6d982faaf79b4535577955e93e507567..d27eb555f1b3bbf212b2d5efc6ff21f173c47952 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -46,6 +46,7 @@
         - bundle exec rake litmus:acceptance:parallel
       services: docker
       sudo: required
+      stage: acceptance
 
 appveyor.yml:
   delete: true
index 742370a7549ca5fabeaf3541fd34acef1afa383b..0bd7c1f1aeec43dc20be2f01f5cbdad2f8dd5686 100644 (file)
@@ -55,6 +55,7 @@ matrix:
       rvm: 2.5.3
       script: ["bundle exec rake litmus:acceptance:parallel"]
       services: docker
+      stage: acceptance
       sudo: required
 branches:
   only: