commit | ddb66f2344b933f278b0b52be3ca59a4c511ab14 | [log] [tgz] |
---|---|---|
author | Radosław Piliszek <radoslaw.piliszek@gmail.com> | Sat Jul 18 12:18:39 2020 +0200 |
committer | Radosław Piliszek <radoslaw.piliszek@gmail.com> | Mon May 24 17:45:06 2021 +0000 |
tree | 48fee79bd8f19d6752215cb877c584eadb204a98 | |
parent | fcdc8aff6a59782c350a43fc995593b2d7a2d28f [diff] |
[CI] Add no-tls-proxy job Some gates run devstack like this and it follows different code paths. Let's ensure we don't break it now and then. Change-Id: I6ee1bfc30bced53f6d7fb841e01714069919fd88 Reference: http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015997.html Reference: http://eavesdrop.openstack.org/meetings/qa/2021/qa.2021-05-11-14.00.log.html
diff --git a/.zuul.yaml b/.zuul.yaml index b65aeec..1ede444 100644 --- a/.zuul.yaml +++ b/.zuul.yaml
@@ -596,6 +596,17 @@ /opt/stack/async: logs - job: + name: devstack-no-tls-proxy + parent: tempest-full-py3 + description: | + Tempest job with tls-proxy off. + + Some gates run devstack like this and it follows different code paths. + vars: + devstack_services: + tls-proxy: false + +- job: name: devstack-platform-fedora-latest parent: tempest-full-py3 description: Fedora latest platform test @@ -814,3 +825,7 @@ - ^.*\.rst$ - ^doc/.*$ - devstack-platform-fedora-latest-virt-preview + - devstack-no-tls-proxy + periodic: + jobs: + - devstack-no-tls-proxy