summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-09-17 04:47:45 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-09-17 12:48:57 +0000
commit75c9c636f2c637b0f36c705957f2204de6e405d0 (patch)
tree2082c61c61e53a5f7fa82af64815bcfdc7e9bd58
parent6339bd8f6c2755c0bfd5e1769d2a0fafee04c176 (diff)
downloadswift-75c9c636f2c637b0f36c705957f2204de6e405d0.tar.gz
[train][goal] Run 'tempest-ipv6-only' job in gate
As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1], Tempest has defined the new job 'tempest-ipv6-only'(adding in Depends-On patch) which will deploy services on IPv6 and run smoke tests and IPv6 related tests present in Tempest. This job will be part of Nova, Neutron, Cinder, Keystone, Glance, Swift gate. Verification structure will be: - 'devstack-IPv6' deploy the service on IPv6 - 'devstack-tempest-ipv6' run will verify the IPv6-only setting and listen address - 'tempest-ipv6-only' will run the smoke + IPv6 related test case. This commit adds the new job 'tempest-ipv6-only' run on gate. Story: #2005477 Task: #35932 [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html Change-Id: I78be2ee5a7f1e5d3188ece98d7d8324f1c9bd0e3
-rw-r--r--.zuul.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 07b1838d5..1b66cfb33 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -549,6 +549,11 @@
- ^(api-ref|doc|releasenotes)/.*$
- ^test/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
+ - tempest-ipv6-only:
+ irrelevant-files:
+ - ^(api-ref|doc|releasenotes)/.*$
+ - ^test/.*$
+ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
- grenade-py3:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
@@ -610,6 +615,11 @@
- ^(api-ref|doc|releasenotes)/.*$
- ^test/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
+ - tempest-ipv6-only:
+ irrelevant-files:
+ - ^(api-ref|doc|releasenotes)/.*$
+ - ^test/.*$
+ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
- grenade-py3:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$