Merge "Add non-voting swift python3 unit test jobs"
This commit is contained in:
29
.zuul.yaml
29
.zuul.yaml
@@ -93,6 +93,22 @@
|
|||||||
NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
|
NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
|
||||||
post-run: tools/playbooks/common/cover-post.yaml
|
post-run: tools/playbooks/common/cover-post.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: swift-tox-py38-arm64
|
||||||
|
parent: swift-tox-py38
|
||||||
|
nodeset: ubuntu-focal-arm64
|
||||||
|
description: |
|
||||||
|
Run unit tests for an OpenStack Python project under cPython
|
||||||
|
version 3.8 on top of arm64 architecture.
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: swift-tox-py39-arm64
|
||||||
|
parent: swift-tox-py39
|
||||||
|
nodeset: ubuntu-focal-arm64
|
||||||
|
description: |
|
||||||
|
Run unit tests for an OpenStack Python project under cPython
|
||||||
|
version 3.9 on top of arm64 architecture.
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-py39
|
name: swift-tox-py39
|
||||||
parent: swift-tox-base
|
parent: swift-tox-base
|
||||||
@@ -517,6 +533,18 @@
|
|||||||
pass-to-parent: true
|
pass-to-parent: true
|
||||||
vars: *swift_image_vars_py3
|
vars: *swift_image_vars_py3
|
||||||
|
|
||||||
|
- project-template:
|
||||||
|
name: swift-tox-jobs-arm64
|
||||||
|
description: |
|
||||||
|
Runs unit tests for an OpenStack Python project under the CPython
|
||||||
|
version 3 releases designated for testing on top of ARM64 architecture.
|
||||||
|
check-arm64:
|
||||||
|
jobs:
|
||||||
|
- swift-tox-py38-arm64:
|
||||||
|
voting: false
|
||||||
|
- swift-tox-py39-arm64:
|
||||||
|
voting: false
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
@@ -524,6 +552,7 @@
|
|||||||
- check-requirements
|
- check-requirements
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
- integrated-gate-object-storage
|
- integrated-gate-object-storage
|
||||||
|
- swift-tox-jobs-arm64
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- swift-build-image:
|
- swift-build-image:
|
||||||
|
Reference in New Issue
Block a user