summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-06-08 15:25:23 -0700
committerTim Burke <tim.burke@gmail.com>2021-06-08 15:25:23 -0700
commit8e75faff8047589702b619b4980b27d8bcb2970c (patch)
treeedcfd290ebb77cb104ee65cf25128612d931c078 /.zuul.yaml
parent5bc28a7febe8c45df6f489d3de12870fb1b81f58 (diff)
downloadswift-8e75faff8047589702b619b4980b27d8bcb2970c.tar.gz
Run in-process func tests under py38
Change-Id: Ic59f2f0a1890a496398a0d30c9ed5ab7c6fa7d87
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 5680c91d3..63144bb29 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -125,23 +125,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
@@ -160,10 +160,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
@@ -172,10 +172,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
@@ -559,11 +559,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
@@ -631,9 +631,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