summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index abc79017c..dbeadbb71 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -244,7 +244,10 @@
nodeset: centos-7
description: |
Setup a SAIO dev environment and run Swift's probe tests
+ under Python 2.
timeout: 7200
+ vars:
+ bindep_profile: test py27
pre-run:
- tools/playbooks/common/install_dependencies.yaml
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
@@ -252,6 +255,16 @@
run: tools/playbooks/probetests/run.yaml
post-run: tools/playbooks/probetests/post.yaml
+- job:
+ name: swift-probetests-centos-8
+ parent: swift-probetests-centos-7
+ nodeset: centos-8
+ description: |
+ Setup a SAIO dev environment and run Swift's probe tests
+ under Python 3.
+ vars:
+ bindep_profile: test py36
+
- nodeset:
name: swift-five-nodes
nodes:
@@ -524,6 +537,13 @@
- ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
- ^test/(unit|functional)/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
+ - swift-probetests-centos-8:
+ irrelevant-files:
+ - ^(api-ref|releasenotes)/.*$
+ # Keep doc/saio -- we use those sample configs in the saio playbooks
+ - ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
+ - ^test/(unit|functional)/.*$
+ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
- swift-dsvm-functional:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
@@ -589,6 +609,13 @@
- ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
- ^test/(unit|functional)/.*$
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
+ - swift-probetests-centos-8:
+ irrelevant-files:
+ - ^(api-ref|releasenotes)/.*$
+ # Keep doc/saio -- we use those sample configs in the saio playbooks
+ - ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
+ - ^test/(unit|functional)/.*$
+ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
- swift-dsvm-functional:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$