summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-10-23 12:24:17 -0700
committerTim Burke <tim.burke@gmail.com>2020-12-17 11:25:42 -0800
commitd186af14faf15e8f1e6a0c1f3a5d916f9a791749 (patch)
tree7c86fc54378b7d7aeb3fe64df4daed1d615086b3 /.zuul.yaml
parent6e9e84a5c2be7a5e0a8b5ef123ac3cbb272c3ebc (diff)
downloadswift-d186af14faf15e8f1e6a0c1f3a5d916f9a791749.tar.gz
Add py3 probe tests on CentOS 8
Change-Id: Iae86d8838854023010686d3d4bed3befe6160ca5
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)/.*$