trivial: Re-order jobs

Place the arm64 job templates alongside the other release-specific
templates.

Change-Id: Id1a894f8c7ab9b031c15e89d96b90d642f61d6d6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2022-03-11 12:01:22 +00:00
parent 50e113ee47
commit c53b1d7382
1 changed files with 60 additions and 60 deletions

View File

@ -559,6 +559,21 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python3-zed-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Zed release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-zed-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-zed-jobs-horizon
description: |
@ -689,6 +704,21 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python3-yoga-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Yoga release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-yoga-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-yoga-jobs-horizon
description: |
@ -809,6 +839,21 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python3-xena-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Xena release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-xena-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-xena-jobs-horizon
description: |
@ -941,6 +986,21 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python3-wallaby-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Wallaby release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-wallaby-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-wallaby-jobs-horizon
description: |
@ -1071,66 +1131,6 @@
jobs:
- publish-openstack-python-branch-tarball
- project-template:
name: openstack-python3-zed-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Zed release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-zed-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-yoga-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Yoga release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-yoga-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-xena-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Xena release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-xena-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-wallaby-jobs-arm64
description: |
Runs unit tests for an OpenStack Python project under the CPython
version 3 releases designated for testing in the Wallaby release
on top of ARM64 architecture. This currently runs only a limited
test set and supplements the python3-wallaby-jobs. And it should
not be run instead of the default!
check-arm64:
jobs:
- openstack-tox-py38-arm64:
voting: false
- openstack-tox-py39-arm64:
voting: false
- project-template:
name: openstack-python3-victoria-jobs-arm64
description: |