summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-17 01:39:29 +0000
committerGerrit Code Review <review@openstack.org>2021-06-17 01:39:29 +0000
commitbbcd8e90f2191d79c6fcb69f0fe9a74dc115084f (patch)
tree463ad934e635245a31c13b1577ec419ecbe5dd70 /.zuul.yaml
parent977f1bcc61077833c8473f7dee7a53e5605def2f (diff)
parent8e75faff8047589702b619b4980b27d8bcb2970c (diff)
downloadswift-bbcd8e90f2191d79c6fcb69f0fe9a74dc115084f.tar.gz
Merge "Run in-process func tests under py38"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml36
1 files changed, 18 insertions, 18 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 82bd5d171..ee6afe6ba 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -141,23 +141,23 @@
tox_envlist: func
- job:
- name: swift-tox-func-py37
+ name: swift-tox-func-py38
parent: swift-tox-base
- nodeset: ubuntu-bionic
+ nodeset: ubuntu-focal
description: |
- Run functional tests for swift under cPython version 3.7.
+ Run functional tests for swift under cPython version 3.8.
Uses tox with the ``func-py3`` environment.
It sets TMPDIR to an XFS mount point created via
tools/test-setup.sh.
vars:
tox_envlist: func-py3
- bindep_profile: test py37
- python_version: 3.7
+ bindep_profile: test py38
+ python_version: 3.8
- job:
name: swift-tox-func-py36-centos-8
- parent: swift-tox-func-py37
+ parent: swift-tox-func-py38
nodeset: centos-8
vars:
bindep_profile: test py36
@@ -176,10 +176,10 @@
tox_envlist: func-ec-py3
- job:
- name: swift-tox-func-encryption-py37
- parent: swift-tox-func-py37
+ name: swift-tox-func-encryption-py38
+ parent: swift-tox-func-py38
description: |
- Run functional tests for swift under cPython version 3.7.
+ Run functional tests for swift under cPython version 3.8.
Uses tox with the ``func-encryption-py3`` environment.
It sets TMPDIR to an XFS mount point created via
@@ -188,10 +188,10 @@
tox_envlist: func-encryption-py3
- job:
- name: swift-tox-func-ec-py37
- parent: swift-tox-func-py37
+ name: swift-tox-func-ec-py38
+ parent: swift-tox-func-py38
description: |
- Run functional tests for swift under cPython version 3.7.
+ Run functional tests for swift under cPython version 3.8.
Uses tox with the ``func-ec-py3`` environment.
It sets TMPDIR to an XFS mount point created via
@@ -588,11 +588,11 @@
irrelevant-files: *functest-irrelevant-files
# py3 functional tests
- - swift-tox-func-py37:
+ - swift-tox-func-py38:
irrelevant-files: *functest-irrelevant-files
- - swift-tox-func-encryption-py37:
+ - swift-tox-func-encryption-py38:
irrelevant-files: *functest-irrelevant-files
- - swift-tox-func-ec-py37:
+ - swift-tox-func-ec-py38:
irrelevant-files: *functest-irrelevant-files
# Other tests
@@ -660,9 +660,9 @@
- swift-tox-func-py27
- swift-tox-func-encryption-py27
- swift-tox-func-ec-py27
- - swift-tox-func-py37
- - swift-tox-func-encryption-py37
- - swift-tox-func-ec-py37
+ - swift-tox-func-py38
+ - swift-tox-func-encryption-py38
+ - swift-tox-func-ec-py38
- swift-func-cors
- swift-probetests-centos-7:
irrelevant-files: *probetest-irrelevant-files