Merge "[CI] Add no-tls-proxy job"

This commit is contained in:
Zuul 2021-05-26 19:23:31 +00:00 committed by Gerrit Code Review
commit a634c7f91c

View File

@ -603,6 +603,17 @@
zuul_copy_output:
/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
@ -823,3 +834,7 @@
- ^.*\.rst$
- ^doc/.*$
- devstack-platform-fedora-latest-virt-preview
- devstack-no-tls-proxy
periodic:
jobs:
- devstack-no-tls-proxy