From: Glenn Sarti Date: Tue, 5 Nov 2019 05:03:29 +0000 (+0800) Subject: (PDK-1501) Fix acceptance stages in Travis CI X-Git-Tag: v7.3.0~8^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8355ea099a6d5910a92e52116f4ebcbc160cfd67;p=puppet-modules%2Fpuppetlabs-apt.git (PDK-1501) Fix acceptance stages in Travis CI 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 --- diff --git a/.sync.yml b/.sync.yml index 516ddeb..d27eb55 100644 --- 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 diff --git a/.travis.yml b/.travis.yml index 742370a..0bd7c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ matrix: rvm: 2.5.3 script: ["bundle exec rake litmus:acceptance:parallel"] services: docker + stage: acceptance sudo: required branches: only: