commit d311b7f7daa5427217b467e433d4ef050b64f422 Author: Takashi Kajinami Date: Mon Oct 12 23:04:35 2020 +0900 Use tripleo-puppet-ci-centos-8-standalone as tripleo job base This patch replaces tripleo job definition by the one which is based on tripleo-puppet-ci-centos-8-standalone, so that we can disable all tripleo job for puppet modules in a single place. Change-Id: I3165227e0c92e5e9b38519b6f35633771c8467a0 diff --git a/.zuul.yaml b/.zuul.yaml index e4f2343..0c655ad 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,5 +6,22 @@ - release-notes-jobs-python3 check: jobs: - - tripleo-ci-centos-8-scenario010-standalone: + - puppet-octavia-tripleo-standalone: voting: false + +- job: + name: puppet-octavia-tripleo-standalone + parent: tripleo-puppet-ci-centos-8-standalone + description: | + TripleO standalone Job running Octavia specific Tempest tests. + vars: + featureset_override: + standalone_environment_files: + - 'environments/low-memory-usage.yaml' + - 'ci/environments/scenario010-standalone.yaml' + run_tempest: false + tempest_services: + - octavia + tempest_test_whitelist: + - 'octavia_tempest_plugin.tests.api' + use_os_tempest: true