2017-12-17 19:46:52 +01:00
|
|
|
- job:
|
|
|
|
name: swift-tox-base
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: openstack-tox-py310
|
|
|
|
nodeset: ubuntu-jammy
|
2017-12-17 19:46:52 +01:00
|
|
|
description: |
|
|
|
|
Base job for swift-tox jobs.
|
|
|
|
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
2020-12-08 15:31:20 -08:00
|
|
|
timeout: 5400
|
2017-12-17 19:46:52 +01:00
|
|
|
vars:
|
|
|
|
tox_environment:
|
2018-01-24 17:05:13 -08:00
|
|
|
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
2017-12-17 19:46:52 +01:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-tox-py27
|
|
|
|
parent: swift-tox-base
|
2022-11-03 10:31:21 -07:00
|
|
|
nodeset: ubuntu-bionic
|
2017-12-17 19:46:52 +01:00
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 2.7.
|
|
|
|
|
|
|
|
Uses tox with the ``py27`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py27
|
2022-11-03 10:31:21 -07:00
|
|
|
python_version: 2.7
|
2018-10-10 20:06:32 +00:00
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
2017-12-17 19:46:52 +01:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-tox-py27-centos-7
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: openstack-tox-py27
|
2017-12-17 19:46:52 +01:00
|
|
|
nodeset: centos-7
|
2022-11-03 10:31:21 -07:00
|
|
|
vars:
|
|
|
|
tox_environment:
|
|
|
|
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
2017-12-17 19:46:52 +01:00
|
|
|
|
2018-09-11 09:52:46 -06:00
|
|
|
- job:
|
|
|
|
name: swift-tox-py36
|
|
|
|
parent: swift-tox-base
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 3.6.
|
|
|
|
|
|
|
|
Uses tox with the ``py36`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
|
|
|
bindep_profile: test py36
|
2022-11-03 10:31:21 -07:00
|
|
|
python_version: 3.6
|
2018-10-10 20:06:32 +00:00
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
2018-09-11 09:52:46 -06:00
|
|
|
|
2020-11-09 13:23:15 -08:00
|
|
|
- job:
|
2021-12-07 16:16:01 -08:00
|
|
|
name: swift-tox-py36-centos-8-stream
|
2020-11-09 13:23:15 -08:00
|
|
|
parent: swift-tox-py36
|
2021-12-07 16:16:01 -08:00
|
|
|
nodeset: centos-8-stream
|
2020-11-09 13:23:15 -08:00
|
|
|
|
2019-03-13 16:20:00 -07:00
|
|
|
- job:
|
|
|
|
name: swift-tox-py37
|
|
|
|
parent: swift-tox-base
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 3.7.
|
|
|
|
|
|
|
|
Uses tox with the ``py37`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py37
|
|
|
|
bindep_profile: test py37
|
|
|
|
python_version: 3.7
|
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
|
|
|
|
2019-10-18 15:15:08 -07:00
|
|
|
- job:
|
|
|
|
name: swift-tox-py38
|
|
|
|
parent: swift-tox-base
|
2020-08-03 21:24:19 -05:00
|
|
|
nodeset: ubuntu-focal
|
2019-10-18 15:15:08 -07:00
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 3.8.
|
|
|
|
|
|
|
|
Uses tox with the ``py38`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py38
|
|
|
|
bindep_profile: test py38
|
|
|
|
python_version: 3.8
|
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
|
|
|
|
2021-05-25 11:15:13 +08:00
|
|
|
- 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.
|
|
|
|
|
2021-02-09 15:59:51 -08:00
|
|
|
- job:
|
|
|
|
name: swift-tox-py39
|
|
|
|
parent: swift-tox-base
|
|
|
|
nodeset: ubuntu-focal
|
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 3.9.
|
|
|
|
|
|
|
|
Uses tox with the ``py39`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py39
|
|
|
|
bindep_profile: test py39
|
|
|
|
python_version: 3.9
|
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
|
|
|
|
2022-07-25 13:57:41 -07:00
|
|
|
- job:
|
|
|
|
name: swift-tox-py310
|
|
|
|
parent: swift-tox-base
|
|
|
|
nodeset: ubuntu-jammy
|
|
|
|
description: |
|
|
|
|
Run unit-tests for swift under cPython version 3.10.
|
|
|
|
|
|
|
|
Uses tox with the ``py310`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py310
|
|
|
|
bindep_profile: test py310
|
|
|
|
python_version: '3.10'
|
|
|
|
post-run: tools/playbooks/common/cover-post.yaml
|
|
|
|
|
2017-12-17 19:46:52 +01:00
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-py27
|
2017-12-17 19:46:52 +01:00
|
|
|
parent: swift-tox-base
|
2022-11-03 10:31:21 -07:00
|
|
|
nodeset: ubuntu-bionic
|
2017-12-17 19:46:52 +01:00
|
|
|
description: |
|
|
|
|
Run functional tests for swift under cPython version 2.7.
|
|
|
|
|
|
|
|
Uses tox with the ``func`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: func
|
2022-11-03 10:31:21 -07:00
|
|
|
bindep_profile: test py27
|
|
|
|
python_version: 2.7
|
2017-12-17 19:46:52 +01:00
|
|
|
|
2019-03-22 12:18:51 -07:00
|
|
|
- job:
|
2021-06-08 15:25:23 -07:00
|
|
|
name: swift-tox-func-py38
|
2019-03-22 12:18:51 -07:00
|
|
|
parent: swift-tox-base
|
2021-06-08 15:25:23 -07:00
|
|
|
nodeset: ubuntu-focal
|
2019-03-22 12:18:51 -07:00
|
|
|
description: |
|
2021-06-08 15:25:23 -07:00
|
|
|
Run functional tests for swift under cPython version 3.8.
|
2019-03-22 12:18:51 -07:00
|
|
|
|
|
|
|
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
|
2021-06-08 15:25:23 -07:00
|
|
|
bindep_profile: test py38
|
|
|
|
python_version: 3.8
|
2019-03-22 12:18:51 -07:00
|
|
|
|
2020-11-09 13:23:15 -08:00
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-py39-centos-9-stream
|
2021-06-08 15:25:23 -07:00
|
|
|
parent: swift-tox-func-py38
|
2022-08-16 12:42:46 +00:00
|
|
|
nodeset: centos-9-stream
|
2020-11-09 13:23:15 -08:00
|
|
|
vars:
|
2022-08-16 12:42:46 +00:00
|
|
|
bindep_profile: test py39
|
|
|
|
python_version: 3.9
|
2020-11-09 13:23:15 -08:00
|
|
|
|
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-encryption-py39-centos-9-stream
|
|
|
|
parent: swift-tox-func-py39-centos-9-stream
|
2020-11-09 13:23:15 -08:00
|
|
|
vars:
|
|
|
|
tox_envlist: func-encryption-py3
|
|
|
|
|
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-ec-py39-centos-9-stream
|
|
|
|
parent: swift-tox-func-py39-centos-9-stream
|
2020-11-09 13:23:15 -08:00
|
|
|
vars:
|
|
|
|
tox_envlist: func-ec-py3
|
|
|
|
|
2019-08-06 10:00:41 -07:00
|
|
|
- job:
|
2021-06-08 15:25:23 -07:00
|
|
|
name: swift-tox-func-encryption-py38
|
|
|
|
parent: swift-tox-func-py38
|
2019-08-06 10:00:41 -07:00
|
|
|
description: |
|
2021-06-08 15:25:23 -07:00
|
|
|
Run functional tests for swift under cPython version 3.8.
|
2019-08-06 10:00:41 -07:00
|
|
|
|
|
|
|
Uses tox with the ``func-encryption-py3`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-encryption-py3
|
|
|
|
|
2021-05-27 17:00:49 +10:00
|
|
|
- job:
|
|
|
|
name: swift-tox-func-encryption-py38-arm64
|
|
|
|
parent: swift-tox-func-encryption-py38
|
|
|
|
nodeset: ubuntu-focal-arm64
|
|
|
|
description: |
|
|
|
|
Run functional tests for swift under cPython version 3.8
|
|
|
|
on top of arm64 architecture.
|
|
|
|
|
|
|
|
Uses tox with the ``func-encryption-py3`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-tox-func-py38-arm64
|
|
|
|
parent: swift-tox-func-py38
|
|
|
|
nodeset: ubuntu-focal-arm64
|
|
|
|
description: |
|
|
|
|
Run functional tests for swift under cPython version 3.8
|
|
|
|
on top of arm64 architecture.
|
|
|
|
|
|
|
|
Uses tox with the ``func-py3`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
|
2019-03-22 14:48:10 -07:00
|
|
|
- job:
|
2021-06-08 15:25:23 -07:00
|
|
|
name: swift-tox-func-ec-py38
|
|
|
|
parent: swift-tox-func-py38
|
2019-03-22 14:48:10 -07:00
|
|
|
description: |
|
2021-06-08 15:25:23 -07:00
|
|
|
Run functional tests for swift under cPython version 3.8.
|
2019-03-22 14:48:10 -07:00
|
|
|
|
|
|
|
Uses tox with the ``func-ec-py3`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-ec-py3
|
|
|
|
|
2017-12-17 19:46:52 +01:00
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-py27-centos-7
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: swift-tox-py27-centos-7
|
|
|
|
vars:
|
|
|
|
tox_envlist: func
|
2017-12-17 19:46:52 +01:00
|
|
|
|
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-encryption-py27
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: swift-tox-func-py27
|
2017-12-17 19:46:52 +01:00
|
|
|
description: |
|
|
|
|
Run functional tests for swift under cPython version 2.7.
|
|
|
|
|
|
|
|
Uses tox with the ``func-encryption`` environment.
|
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-encryption
|
|
|
|
|
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-encryption-py27-centos-7
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: swift-tox-func-py27-centos-7
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-encryption
|
2017-12-17 19:46:52 +01:00
|
|
|
|
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-ec-py27
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: swift-tox-func-py27
|
2017-12-17 19:46:52 +01:00
|
|
|
description: |
|
|
|
|
Run functional tests for swift under cPython version 2.7.
|
|
|
|
|
2019-05-04 07:28:44 +09:00
|
|
|
Uses tox with the ``func-ec`` environment.
|
2017-12-17 19:46:52 +01:00
|
|
|
It sets TMPDIR to an XFS mount point created via
|
|
|
|
tools/test-setup.sh.
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-ec
|
|
|
|
|
|
|
|
- job:
|
2019-11-05 01:45:26 +00:00
|
|
|
name: swift-tox-func-ec-py27-centos-7
|
2022-11-03 10:31:21 -07:00
|
|
|
parent: swift-tox-func-py27-centos-7
|
|
|
|
vars:
|
|
|
|
tox_envlist: func-ec
|
2017-12-17 19:46:52 +01:00
|
|
|
|
2018-08-06 19:25:36 +00:00
|
|
|
- job:
|
|
|
|
name: swift-dsvm-functional
|
|
|
|
parent: devstack-minimal
|
|
|
|
description: |
|
2018-09-05 19:46:35 +02:00
|
|
|
Setup a Swift/Keystone environment and run Swift's func tests.
|
2018-08-06 19:25:36 +00:00
|
|
|
required-projects:
|
2019-04-19 19:28:47 +00:00
|
|
|
- opendev.org/openstack/requirements
|
|
|
|
- opendev.org/openstack/swift
|
|
|
|
- opendev.org/openstack/keystone
|
2020-12-08 15:31:20 -08:00
|
|
|
timeout: 5400
|
2018-08-06 19:25:36 +00:00
|
|
|
vars:
|
2019-04-19 19:28:47 +00:00
|
|
|
tox_constraints_file: '{{ ansible_user_dir }}/src/opendev.org/openstack/requirements/upper-constraints.txt'
|
2018-08-06 19:25:36 +00:00
|
|
|
# This tox env get run twice; once for Keystone and once for tempauth
|
2020-12-07 15:17:39 -08:00
|
|
|
tox_envlist: func-py3
|
2018-08-06 19:25:36 +00:00
|
|
|
devstack_localrc:
|
|
|
|
SWIFT_HASH: changeme
|
|
|
|
# We don't need multiple replicas to run purely functional tests.
|
|
|
|
# In fact, devstack special cases some things when there's only
|
|
|
|
# one replica.
|
|
|
|
SWIFT_REPLICAS: 1
|
|
|
|
# One replica => no need for replicators, etc.
|
|
|
|
SWIFT_START_ALL_SERVICES: False
|
|
|
|
devstack_services:
|
|
|
|
keystone: true
|
|
|
|
swift: true
|
2020-05-26 16:27:38 -07:00
|
|
|
s3api: true
|
2019-04-19 19:28:47 +00:00
|
|
|
zuul_work_dir: src/opendev.org/openstack/swift
|
2018-08-06 19:25:36 +00:00
|
|
|
pre-run: tools/playbooks/dsvm/pre.yaml
|
|
|
|
run: tools/playbooks/dsvm/run.yaml
|
|
|
|
post-run: tools/playbooks/dsvm/post.yaml
|
|
|
|
|
2018-08-13 19:52:23 +00:00
|
|
|
- job:
|
|
|
|
name: swift-dsvm-functional-ipv6
|
|
|
|
parent: swift-dsvm-functional
|
|
|
|
vars:
|
|
|
|
devstack_localrc:
|
|
|
|
SERVICE_IP_VERSION: 6
|
2019-08-08 08:54:49 -07:00
|
|
|
SERVICE_HOST: ""
|
2018-08-13 19:52:23 +00:00
|
|
|
|
2018-04-27 16:49:08 +09:00
|
|
|
- job:
|
|
|
|
name: swift-tox-func-s3api-ceph-s3tests-tempauth
|
|
|
|
parent: unittests
|
|
|
|
voting: false
|
2022-04-03 23:11:59 -07:00
|
|
|
nodeset: centos-8-stream
|
2018-04-27 16:49:08 +09:00
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run ceph-s3tests
|
2020-12-08 15:31:20 -08:00
|
|
|
timeout: 5400
|
2020-02-27 10:39:38 -08:00
|
|
|
vars:
|
|
|
|
s3_acl: yes
|
2022-04-03 23:11:59 -07:00
|
|
|
bindep_profile: test py36
|
2018-04-27 16:49:08 +09:00
|
|
|
pre-run:
|
2018-09-11 16:28:55 -04:00
|
|
|
- tools/playbooks/common/install_dependencies.yaml
|
2018-04-27 16:49:08 +09:00
|
|
|
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
|
2019-05-10 13:15:42 -05:00
|
|
|
- tools/playbooks/saio_single_node_setup/add_s3api.yaml
|
2018-04-27 16:49:08 +09:00
|
|
|
- tools/playbooks/saio_single_node_setup/make_rings.yaml
|
2022-05-20 12:00:16 -07:00
|
|
|
- tools/playbooks/common/restart_swift.yaml
|
2018-04-27 16:49:08 +09:00
|
|
|
run: tools/playbooks/ceph-s3tests/run.yaml
|
|
|
|
post-run:
|
|
|
|
- tools/playbooks/probetests/post.yaml
|
|
|
|
- tools/playbooks/ceph-s3tests/post.yaml
|
|
|
|
|
2022-05-20 12:00:16 -07:00
|
|
|
- job:
|
|
|
|
name: swift-tox-func-s3api-tests-tempauth
|
|
|
|
parent: unittests
|
|
|
|
nodeset: centos-8-stream
|
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run our s3api test suite
|
|
|
|
timeout: 1800
|
|
|
|
vars:
|
|
|
|
s3_acl: yes
|
|
|
|
bindep_profile: test py36
|
|
|
|
pre-run:
|
|
|
|
- tools/playbooks/common/install_dependencies.yaml
|
|
|
|
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
|
|
|
|
- tools/playbooks/saio_single_node_setup/add_s3api.yaml
|
|
|
|
- tools/playbooks/saio_single_node_setup/make_rings.yaml
|
|
|
|
- tools/playbooks/common/restart_swift.yaml
|
|
|
|
run: tools/playbooks/s3api-tests/run.yaml
|
|
|
|
post-run:
|
|
|
|
- tools/playbooks/probetests/post.yaml
|
|
|
|
|
2018-03-02 10:00:59 -05:00
|
|
|
- job:
|
|
|
|
name: swift-probetests-centos-7
|
2022-10-26 15:15:15 -07:00
|
|
|
parent: swift-probetests-centos-8-stream
|
2018-03-02 10:00:59 -05:00
|
|
|
nodeset: centos-7
|
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run Swift's probe tests
|
2019-10-23 12:24:17 -07:00
|
|
|
under Python 2.
|
|
|
|
vars:
|
|
|
|
bindep_profile: test py27
|
2022-10-26 15:15:15 -07:00
|
|
|
ensure_pip_from_packages: False
|
|
|
|
ensure_pip_from_packages_with_python2: False
|
|
|
|
ensure_pip_from_upstream: True
|
|
|
|
ensure_pip_from_upstream_interpreters:
|
|
|
|
- python2
|
|
|
|
ensure_pip_from_upstream_url: "https://bootstrap.pypa.io/pip/2.7/get-pip.py"
|
2018-03-02 10:00:59 -05:00
|
|
|
|
2019-10-23 12:24:17 -07:00
|
|
|
- job:
|
2021-12-07 16:16:01 -08:00
|
|
|
name: swift-probetests-centos-8-stream
|
2022-10-26 15:15:15 -07:00
|
|
|
parent: unittests
|
2021-12-07 16:16:01 -08:00
|
|
|
nodeset: centos-8-stream
|
2019-10-23 12:24:17 -07:00
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run Swift's probe tests
|
|
|
|
under Python 3.
|
2022-10-26 15:15:15 -07:00
|
|
|
timeout: 7200
|
2019-10-23 12:24:17 -07:00
|
|
|
vars:
|
|
|
|
bindep_profile: test py36
|
2022-10-26 15:15:15 -07:00
|
|
|
pre-run:
|
|
|
|
- tools/playbooks/common/install_dependencies.yaml
|
|
|
|
- tools/playbooks/saio_single_node_setup/setup_saio.yaml
|
|
|
|
- tools/playbooks/saio_single_node_setup/make_rings.yaml
|
|
|
|
run: tools/playbooks/probetests/run.yaml
|
|
|
|
post-run: tools/playbooks/probetests/post.yaml
|
2019-10-23 12:24:17 -07:00
|
|
|
|
2021-05-27 17:00:49 +10:00
|
|
|
- job:
|
2021-12-07 16:16:01 -08:00
|
|
|
name: swift-probetests-centos-8-stream-arm64
|
|
|
|
parent: swift-probetests-centos-8-stream
|
|
|
|
nodeset:
|
|
|
|
nodes:
|
|
|
|
- name: swift-centos-8-stream-arm64
|
|
|
|
label: centos-8-stream-arm64
|
2021-05-27 17:00:49 +10:00
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run Swift's probe tests
|
|
|
|
under Python 3 on top of arm64 architecture.
|
2021-10-12 19:28:51 -07:00
|
|
|
timeout: 10800
|
2021-05-27 17:00:49 +10:00
|
|
|
|
2018-01-11 16:24:24 -08:00
|
|
|
- job:
|
|
|
|
name: swift-func-cors
|
2022-03-18 16:34:49 -07:00
|
|
|
parent: swift-probetests-centos-8-stream
|
2018-01-11 16:24:24 -08:00
|
|
|
description: |
|
|
|
|
Setup a SAIO dev environment and run Swift's CORS functional tests
|
|
|
|
timeout: 1200
|
2020-02-27 10:39:38 -08:00
|
|
|
vars:
|
|
|
|
s3_acl: no
|
2018-01-11 16:24:24 -08:00
|
|
|
pre-run:
|
2020-02-27 10:39:38 -08:00
|
|
|
- tools/playbooks/saio_single_node_setup/add_s3api.yaml
|
2018-01-11 16:24:24 -08:00
|
|
|
- tools/playbooks/cors/install_selenium.yaml
|
|
|
|
run: tools/playbooks/cors/run.yaml
|
|
|
|
post-run: tools/playbooks/cors/post.yaml
|
|
|
|
|
2018-09-11 16:28:55 -04:00
|
|
|
- nodeset:
|
2022-04-03 23:11:59 -07:00
|
|
|
name: swift-five-nodes-py3
|
2018-09-11 16:28:55 -04:00
|
|
|
nodes:
|
|
|
|
- name: test-runner1
|
2022-04-03 23:11:59 -07:00
|
|
|
label: centos-8-stream
|
2018-09-11 16:28:55 -04:00
|
|
|
- name: proxy1
|
2022-04-03 23:11:59 -07:00
|
|
|
label: centos-8-stream
|
2018-09-11 16:28:55 -04:00
|
|
|
- name: account1
|
2022-04-03 23:11:59 -07:00
|
|
|
label: centos-8-stream
|
2018-09-11 16:28:55 -04:00
|
|
|
- name: container1
|
2022-04-03 23:11:59 -07:00
|
|
|
label: centos-8-stream
|
2018-09-11 16:28:55 -04:00
|
|
|
- name: object1
|
2022-04-03 23:11:59 -07:00
|
|
|
label: centos-8-stream
|
2018-09-11 16:28:55 -04:00
|
|
|
groups:
|
|
|
|
- name: test-runner
|
|
|
|
nodes:
|
|
|
|
- test-runner1
|
|
|
|
- name: swift-cluster
|
|
|
|
nodes:
|
|
|
|
- proxy1
|
|
|
|
- account1
|
|
|
|
- container1
|
|
|
|
- object1
|
|
|
|
- name: proxy
|
|
|
|
nodes:
|
|
|
|
- proxy1
|
|
|
|
- name: account
|
|
|
|
nodes:
|
|
|
|
- account1
|
|
|
|
- name: container
|
|
|
|
nodes:
|
|
|
|
- container1
|
|
|
|
- name: object
|
|
|
|
nodes:
|
|
|
|
- object1
|
|
|
|
- name: storage
|
|
|
|
nodes:
|
|
|
|
- account1
|
|
|
|
- container1
|
|
|
|
- object1
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade
|
|
|
|
parent: multinode
|
2022-04-03 23:11:59 -07:00
|
|
|
nodeset: swift-five-nodes-py3
|
2018-09-11 16:28:55 -04:00
|
|
|
description: |
|
|
|
|
Build a 4 node swift cluster and run functional tests
|
2020-12-08 15:31:20 -08:00
|
|
|
timeout: 5400
|
2022-04-03 23:11:59 -07:00
|
|
|
vars:
|
|
|
|
bindep_profile: test py36
|
2018-09-11 16:28:55 -04:00
|
|
|
pre-run:
|
|
|
|
- tools/playbooks/multinode_setup/pre.yaml
|
|
|
|
- tools/playbooks/common/install_dependencies.yaml
|
|
|
|
- tools/playbooks/multinode_setup/configure_loopback.yaml
|
|
|
|
- tools/playbooks/multinode_setup/common_config.yaml
|
|
|
|
- tools/playbooks/multinode_setup/make_rings.yaml
|
|
|
|
run: tools/playbooks/multinode_setup/run.yaml
|
|
|
|
post-run: tools/playbooks/probetests/post.yaml
|
|
|
|
|
2019-12-11 20:30:38 +11:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-train
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/train
|
|
|
|
|
2020-04-23 21:14:38 -07:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-ussuri
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/ussuri
|
|
|
|
|
2020-11-09 13:25:19 -08:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-victoria
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/victoria
|
|
|
|
|
2021-03-25 14:53:16 -07:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-wallaby
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/wallaby
|
|
|
|
|
2021-12-10 13:50:29 -08:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-xena
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/xena
|
|
|
|
|
2022-08-29 16:20:17 -07:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-yoga
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/stable/yoga
|
|
|
|
|
2020-04-22 15:21:03 -07:00
|
|
|
- job:
|
|
|
|
name: swift-multinode-rolling-upgrade-master
|
|
|
|
parent: swift-multinode-rolling-upgrade
|
|
|
|
vars:
|
|
|
|
previous_swift_version: origin/master
|
|
|
|
|
2018-09-19 11:39:40 -07:00
|
|
|
- job:
|
|
|
|
name: swift-tox-lower-constraints
|
|
|
|
parent: openstack-tox-lower-constraints
|
|
|
|
vars:
|
2019-11-01 09:57:34 +02:00
|
|
|
bindep_profile: test py27
|
|
|
|
python_version: 2.7
|
2018-09-19 11:39:40 -07:00
|
|
|
tox_environment:
|
|
|
|
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
CI: Fix our usage of tox
For tox 3.x and earlier, passenv was a space-separated list; as of tox
4.0.0, it's comma-separated. For a while, our spaces would be silently
included in the now-one-and-only passenv value parsed (which wasn't
great, but mostly just caused confusion) -- as of tox 4.0.6, however, it
became a hard error, and all tests would fail like
pass_env values cannot contain whitespace, use comma to have multiple
values in a single line, invalid values found 'SWIFT_* *_proxy'
Unfortunately, we don't really know what versions of tox all our various
stakeholders might want/need to use (though we previously set a
minversion of 2.3.2). We might be able to spread values over multiple
lines to make it compatible with both tox 3 *and* tox 4, but I'm fairly
certain *_proxy was only included for some variables that are recent
versions of tox include by default anyway, so just increase our
minversion (which was too low, anyway -- allowlist_externals which we
already configure was added in 3.18.0) and get rid of *_proxy.
FWIW, python-swiftclient was already specifying 3.18.0 as a minversion,
so I expect the new minversion to not be a problem.
Also, add ./.functests to a bunch of allowlist_externals, as newer tox
is more strict about that sort of thing.
Drop skipsdist in a bunch of places so we can import swift from func
tests and docs. (Still not sure why I don't see us hitting a similar
problem for unit tests...)
Change-Id: I4be1e86e3291ad1619c695fb93d7cadf053b556d
2022-12-27 14:10:54 -08:00
|
|
|
# This seems defensible for a l-c job
|
|
|
|
ensure_tox_version: '<4'
|
2018-09-19 11:39:40 -07:00
|
|
|
|
2019-05-03 16:52:53 -04:00
|
|
|
# Image building jobs
|
|
|
|
- secret:
|
|
|
|
name: swift-dockerhub
|
|
|
|
data:
|
|
|
|
username: screamingfrenzy
|
|
|
|
password: !encrypted/pkcs1-oaep
|
2019-05-08 11:20:53 -04:00
|
|
|
- ruMizg1iVvKm4ABLQ8GshZMwt3EzxOyjPZsInL20+ZS+TQxhEwRbLFGzSxnrChIOdioyl
|
|
|
|
7TMW1PxQeJ5T/mPIsV7TBsSsnIMKYRcDSbKjnC0hjILpKfQXLFw4/rV/d3jeB6oLDSTW1
|
|
|
|
fIt4NmJqhsjlvst+VwT1JnFHLdrRaGMWYkjRU8rEmH82jDM7Wk7J+selykvTrlRQ7RpQR
|
|
|
|
6huzniL6PJPOZ7I5VsQcCmEWYKwd/u9Ifhe50yjgxmKR7Fi+wl0nBSOzt38f9ZEXTB6So
|
|
|
|
/ks0+RX2sTlgulNgJnnR8FG3p2AHxTJ75fcBnY1KkYlG0+KsdRTzNjxNXs2/Ao0pyJJTs
|
|
|
|
JWniEHWVAq6T5agwD1SsmWAzFctBjGKDstxmTyHaSNNN5c6yoVZewRBrFDfYXMJUikyS+
|
|
|
|
52bel/uihhiq60MnUCzKCiBg/TM1uonwRKA2KkDXWRh80oxBMIxw5nVZCMaHFpx7NW/ls
|
|
|
|
k6aI8jio+/N0cLZlglWqGOsE3EC08Ddd+cqe668/LQVY97UgMjIu6aZRwX9Iwa2NXNDRE
|
|
|
|
zPKQ3UDWYFgl8Za90PmrRD4qYuN/1lqCrLKp5cSJbche+EqdrGolCj701zUWcCdwjHMwz
|
|
|
|
YA5zG1SbWFyC9BidZYTwMNbo/RRz4TtFmW35A4CRE5HYB5Uh5ccpGlBvI9Yv8A=
|
2019-05-03 16:52:53 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-build-image
|
|
|
|
parent: opendev-build-docker-image
|
2019-05-15 15:39:25 -07:00
|
|
|
voting: false
|
2019-05-03 16:52:53 -04:00
|
|
|
description: Build SAIO docker images.
|
|
|
|
vars: &swift_image_vars
|
|
|
|
docker_images:
|
|
|
|
- context: .
|
|
|
|
repository: openstackswift/saio
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-upload-image
|
|
|
|
parent: opendev-upload-docker-image
|
2019-05-15 15:39:25 -07:00
|
|
|
voting: false
|
2019-05-03 16:52:53 -04:00
|
|
|
description: Build SAIO docker images and upload to Docker Hub.
|
|
|
|
secrets:
|
|
|
|
name: docker_credentials
|
|
|
|
secret: swift-dockerhub
|
|
|
|
pass-to-parent: true
|
|
|
|
vars: *swift_image_vars
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-promote-image
|
|
|
|
parent: opendev-promote-docker-image
|
2019-05-15 15:39:25 -07:00
|
|
|
voting: false
|
2019-05-03 16:52:53 -04:00
|
|
|
description: Promote previously uploaded Docker images.
|
|
|
|
secrets:
|
|
|
|
name: docker_credentials
|
|
|
|
secret: swift-dockerhub
|
|
|
|
pass-to-parent: true
|
|
|
|
vars: *swift_image_vars
|
|
|
|
|
2019-10-03 17:05:23 +02:00
|
|
|
- job:
|
|
|
|
name: swift-build-image-py3
|
|
|
|
parent: opendev-build-docker-image
|
|
|
|
voting: false
|
|
|
|
description: Build py3 SAIO docker images.
|
|
|
|
vars: &swift_image_vars_py3
|
|
|
|
docker_images:
|
|
|
|
- context: .
|
|
|
|
dockerfile: Dockerfile-py3
|
|
|
|
repository: openstackswift/saio
|
|
|
|
tags:
|
|
|
|
- py3
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-upload-image-py3
|
|
|
|
parent: opendev-upload-docker-image
|
|
|
|
voting: false
|
|
|
|
description: Build py3 SAIO docker images and upload to Docker Hub.
|
|
|
|
secrets:
|
|
|
|
name: docker_credentials
|
|
|
|
secret: swift-dockerhub
|
|
|
|
pass-to-parent: true
|
|
|
|
vars: *swift_image_vars_py3
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: swift-promote-image-py3
|
|
|
|
parent: opendev-promote-docker-image
|
|
|
|
voting: false
|
|
|
|
description: Promote previously uploaded Docker images.
|
|
|
|
secrets:
|
|
|
|
name: docker_credentials
|
|
|
|
secret: swift-dockerhub
|
|
|
|
pass-to-parent: true
|
|
|
|
vars: *swift_image_vars_py3
|
|
|
|
|
2021-06-11 15:24:54 -04:00
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-py39-centos-9-stream-fips
|
|
|
|
parent: swift-tox-func-py39-centos-9-stream
|
2021-06-11 15:24:54 -04:00
|
|
|
voting: false
|
|
|
|
description: |
|
2022-08-16 12:42:46 +00:00
|
|
|
Functional testing on a FIPS enabled Centos 9 system
|
2021-06-11 15:24:54 -04:00
|
|
|
vars:
|
2022-07-28 14:58:09 -07:00
|
|
|
nslookup_target: 'opendev.org'
|
2021-06-11 15:24:54 -04:00
|
|
|
enable_fips: true
|
|
|
|
|
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-encryption-py39-centos-9-stream-fips
|
|
|
|
parent: swift-tox-func-encryption-py39-centos-9-stream
|
2021-06-11 15:24:54 -04:00
|
|
|
voting: false
|
|
|
|
description: |
|
|
|
|
Functional encryption testing on a FIPS enabled
|
2022-08-16 12:42:46 +00:00
|
|
|
Centos 9 system
|
2021-06-11 15:24:54 -04:00
|
|
|
vars:
|
2022-07-28 14:58:09 -07:00
|
|
|
nslookup_target: 'opendev.org'
|
2021-06-11 15:24:54 -04:00
|
|
|
enable_fips: true
|
|
|
|
|
|
|
|
- job:
|
2022-08-16 12:42:46 +00:00
|
|
|
name: swift-tox-func-ec-py39-centos-9-stream-fips
|
|
|
|
parent: swift-tox-func-ec-py39-centos-9-stream
|
2021-06-11 15:24:54 -04:00
|
|
|
voting: false
|
|
|
|
description: |
|
2022-08-16 12:42:46 +00:00
|
|
|
Functional EC testing on a FIPS enabled Centos 9 system
|
2021-06-11 15:24:54 -04:00
|
|
|
vars:
|
2022-07-28 14:58:09 -07:00
|
|
|
nslookup_target: 'opendev.org'
|
2021-06-11 15:24:54 -04:00
|
|
|
enable_fips: true
|
|
|
|
|
2021-05-25 11:15:13 +08:00
|
|
|
- project-template:
|
2021-05-27 17:00:49 +10:00
|
|
|
name: swift-jobs-arm64
|
2021-05-25 11:15:13 +08:00
|
|
|
description: |
|
2021-05-27 17:00:49 +10:00
|
|
|
Runs tests for an OpenStack Python project under the CPython
|
2021-05-25 11:15:13 +08:00
|
|
|
version 3 releases designated for testing on top of ARM64 architecture.
|
|
|
|
check-arm64:
|
|
|
|
jobs:
|
2021-11-16 17:38:09 +00:00
|
|
|
- swift-tox-py38-arm64
|
|
|
|
- swift-tox-py39-arm64
|
|
|
|
- swift-tox-func-encryption-py38-arm64
|
|
|
|
- swift-tox-func-py38-arm64
|
2021-05-25 11:15:13 +08:00
|
|
|
|
2017-12-17 19:46:52 +01:00
|
|
|
- project:
|
2023-01-03 17:32:14 -08:00
|
|
|
vars:
|
|
|
|
ensure_tox_version: '<4'
|
2018-08-24 16:37:58 +09:00
|
|
|
templates:
|
2018-08-24 16:38:24 +09:00
|
|
|
- publish-openstack-docs-pti
|
2018-08-24 16:37:58 +09:00
|
|
|
- periodic-stable-jobs
|
|
|
|
- check-requirements
|
2018-08-24 16:38:24 +09:00
|
|
|
- release-notes-jobs-python3
|
2019-07-18 19:11:39 +00:00
|
|
|
- integrated-gate-object-storage
|
2021-05-27 17:00:49 +10:00
|
|
|
- swift-jobs-arm64
|
2017-12-17 19:46:52 +01:00
|
|
|
check:
|
|
|
|
jobs:
|
2022-08-16 12:42:46 +00:00
|
|
|
- swift-tox-func-py39-centos-9-stream-fips:
|
2021-06-11 15:24:54 -04:00
|
|
|
irrelevant-files: &functest-irrelevant-files
|
|
|
|
- ^(api-ref|doc|releasenotes)/.*$
|
2022-05-20 12:00:16 -07:00
|
|
|
- ^test/(cors|probe|s3api)/.*$
|
2021-06-11 15:24:54 -04:00
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
|
2022-08-16 12:42:46 +00:00
|
|
|
- swift-tox-func-encryption-py39-centos-9-stream-fips:
|
2021-06-11 15:24:54 -04:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2022-08-16 12:42:46 +00:00
|
|
|
- swift-tox-func-ec-py39-centos-9-stream-fips:
|
2021-06-11 15:24:54 -04:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2019-05-03 16:52:53 -04:00
|
|
|
- swift-build-image:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: &docker-irrelevant-files
|
2019-05-03 16:52:53 -04:00
|
|
|
- ^(api-ref|doc|releasenotes)/.*$
|
|
|
|
- ^test/(functional|probe)/.*$
|
2019-10-03 17:05:23 +02:00
|
|
|
- swift-build-image-py3:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *docker-irrelevant-files
|
2019-03-22 14:48:10 -07:00
|
|
|
|
|
|
|
# Unit tests
|
2018-08-22 11:40:57 -07:00
|
|
|
- swift-tox-py27:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: &unittest-irrelevant-files
|
2018-08-22 11:40:57 -07:00
|
|
|
- ^(api-ref|doc|releasenotes)/.*$
|
2022-05-20 12:00:16 -07:00
|
|
|
- ^test/(cors|functional|probe|s3api)/.*$
|
2018-09-11 09:52:46 -06:00
|
|
|
- swift-tox-py36:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *unittest-irrelevant-files
|
2021-02-09 15:59:51 -08:00
|
|
|
- swift-tox-py39:
|
|
|
|
irrelevant-files: *unittest-irrelevant-files
|
2022-07-25 13:57:41 -07:00
|
|
|
- swift-tox-py310:
|
|
|
|
irrelevant-files: *unittest-irrelevant-files
|
2019-03-22 14:48:10 -07:00
|
|
|
|
|
|
|
# Functional tests
|
2019-11-05 01:45:26 +00:00
|
|
|
- swift-tox-func-py27:
|
2021-06-11 15:24:54 -04:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2019-11-05 01:45:26 +00:00
|
|
|
- swift-tox-func-encryption-py27:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2019-11-05 01:45:26 +00:00
|
|
|
- swift-tox-func-ec-py27:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2019-03-22 14:48:10 -07:00
|
|
|
|
|
|
|
# py3 functional tests
|
2021-06-08 15:25:23 -07:00
|
|
|
- swift-tox-func-py38:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2021-06-08 15:25:23 -07:00
|
|
|
- swift-tox-func-encryption-py38:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2021-06-08 15:25:23 -07:00
|
|
|
- swift-tox-func-ec-py38:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2019-03-22 14:48:10 -07:00
|
|
|
|
|
|
|
# Other tests
|
2018-01-11 16:24:24 -08:00
|
|
|
- swift-func-cors:
|
|
|
|
irrelevant-files:
|
|
|
|
- ^(api-ref|releasenotes)/.*$
|
|
|
|
# Keep doc/saio -- we use those sample configs in the saio playbooks
|
|
|
|
- ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
|
2022-05-20 12:00:16 -07:00
|
|
|
- ^test/(unit|functional|probe|s3api)/.*$
|
2018-01-11 16:24:24 -08:00
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$
|
2018-04-27 16:49:08 +09:00
|
|
|
- swift-tox-func-s3api-ceph-s3tests-tempauth:
|
|
|
|
irrelevant-files:
|
|
|
|
- ^(api-ref|releasenotes)/.*$
|
2018-12-27 22:34:05 +00:00
|
|
|
# Keep doc/saio -- we use those sample configs in the saio playbooks
|
|
|
|
# Also keep doc/s3api -- it holds known failures for these tests
|
|
|
|
- ^doc/(requirements.txt|(manpages|source)/.*)$
|
2022-05-20 12:00:16 -07:00
|
|
|
- ^test/.*$
|
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
|
|
|
|
- swift-tox-func-s3api-tests-tempauth:
|
|
|
|
irrelevant-files:
|
|
|
|
- ^(api-ref|releasenotes)/.*$
|
|
|
|
# Keep doc/saio -- we use those sample configs in the saio playbooks
|
|
|
|
- ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
|
|
|
|
- ^test/(cors|unit|functional|probe)/.*$
|
2020-05-26 16:42:52 -07:00
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
|
2018-08-22 11:40:57 -07:00
|
|
|
- swift-probetests-centos-7:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: &probetest-irrelevant-files
|
2018-08-22 11:40:57 -07:00
|
|
|
- ^(api-ref|releasenotes)/.*$
|
|
|
|
# Keep doc/saio -- we use those sample configs in the saio playbooks
|
|
|
|
- ^doc/(requirements.txt|(manpages|s3api|source)/.*)$
|
2022-05-20 12:00:16 -07:00
|
|
|
- ^test/(cors|unit|functional|s3api)/.*$
|
2020-05-26 16:42:52 -07:00
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
|
2021-12-07 16:16:01 -08:00
|
|
|
- swift-probetests-centos-8-stream:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *probetest-irrelevant-files
|
2018-08-06 19:25:36 +00:00
|
|
|
- swift-dsvm-functional:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2018-08-13 19:52:23 +00:00
|
|
|
- swift-dsvm-functional-ipv6:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2018-09-19 11:39:40 -07:00
|
|
|
- swift-tox-lower-constraints:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *unittest-irrelevant-files
|
2018-08-24 16:37:58 +09:00
|
|
|
- openstack-tox-pep8:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: &pep8-irrelevant-files
|
2018-09-14 17:44:38 -06:00
|
|
|
- ^(api-ref|etc|examples|releasenotes)/.*$
|
|
|
|
# Keep doc/manpages -- we want to syntax check them
|
|
|
|
- ^doc/(requirements.txt|(saio|s3api|source)/.*)$
|
2018-09-11 16:28:55 -04:00
|
|
|
- swift-multinode-rolling-upgrade:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2022-11-07 12:24:34 -08:00
|
|
|
voting: false
|
2019-07-18 19:11:39 +00:00
|
|
|
- tempest-integrated-object-storage:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: &tempest-irrelevant-files
|
2019-07-18 19:11:39 +00:00
|
|
|
- ^(api-ref|doc|releasenotes)/.*$
|
|
|
|
- ^test/.*$
|
2020-05-26 16:42:52 -07:00
|
|
|
- ^(.gitreview|.mailmap|AUTHORS|CHANGELOG|.*\.rst)$
|
2019-09-17 04:47:45 +00:00
|
|
|
- tempest-ipv6-only:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2022-09-13 13:09:37 -07:00
|
|
|
- openstacksdk-functional-devstack:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-05-04 08:41:48 +02:00
|
|
|
- grenade:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2017-12-17 19:46:52 +01:00
|
|
|
gate:
|
|
|
|
jobs:
|
2018-08-22 11:40:57 -07:00
|
|
|
# For gate jobs, err towards running more jobs (so, generally avoid
|
|
|
|
# using irrelevant-files). Exceptions should mainly be made for
|
|
|
|
# long-running jobs, like probetests or (once they move to
|
|
|
|
# in-tree definitions) dsvm jobs.
|
2021-01-27 16:00:36 -08:00
|
|
|
- swift-upload-image:
|
|
|
|
irrelevant-files: *docker-irrelevant-files
|
|
|
|
- swift-upload-image-py3:
|
|
|
|
irrelevant-files: *docker-irrelevant-files
|
2017-12-17 19:46:52 +01:00
|
|
|
- swift-tox-py27
|
2019-05-03 13:36:55 -07:00
|
|
|
- swift-tox-py36
|
2021-02-09 15:59:51 -08:00
|
|
|
- swift-tox-py39
|
2022-07-25 13:57:41 -07:00
|
|
|
- swift-tox-py310
|
2019-11-05 01:45:26 +00:00
|
|
|
- swift-tox-func-py27
|
|
|
|
- swift-tox-func-encryption-py27
|
|
|
|
- swift-tox-func-ec-py27
|
2021-06-08 15:25:23 -07:00
|
|
|
- swift-tox-func-py38
|
|
|
|
- swift-tox-func-encryption-py38
|
|
|
|
- swift-tox-func-ec-py38
|
2018-01-11 16:24:24 -08:00
|
|
|
- swift-func-cors
|
2022-05-20 12:00:16 -07:00
|
|
|
- swift-tox-func-s3api-tests-tempauth
|
2018-08-22 11:40:57 -07:00
|
|
|
- swift-probetests-centos-7:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *probetest-irrelevant-files
|
2021-12-07 16:16:01 -08:00
|
|
|
- swift-probetests-centos-8-stream:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *probetest-irrelevant-files
|
2018-08-06 19:25:36 +00:00
|
|
|
- swift-dsvm-functional:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2018-08-13 19:52:23 +00:00
|
|
|
- swift-dsvm-functional-ipv6:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *functest-irrelevant-files
|
2018-09-19 11:39:40 -07:00
|
|
|
- swift-tox-lower-constraints:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *unittest-irrelevant-files
|
2018-08-28 10:11:16 -07:00
|
|
|
- openstack-tox-pep8:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *pep8-irrelevant-files
|
2019-07-18 19:11:39 +00:00
|
|
|
- tempest-integrated-object-storage:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2019-09-17 04:47:45 +00:00
|
|
|
- tempest-ipv6-only:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2022-09-13 13:09:37 -07:00
|
|
|
- openstacksdk-functional-devstack:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-05-04 08:41:48 +02:00
|
|
|
- grenade:
|
2021-01-27 16:00:36 -08:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2017-12-17 19:46:52 +01:00
|
|
|
experimental:
|
|
|
|
jobs:
|
2021-12-10 13:48:45 -08:00
|
|
|
- swift-tox-py37
|
|
|
|
- swift-tox-py38
|
2017-12-17 19:46:52 +01:00
|
|
|
- swift-tox-py27-centos-7
|
2019-11-05 01:45:26 +00:00
|
|
|
- swift-tox-func-py27-centos-7
|
|
|
|
- swift-tox-func-encryption-py27-centos-7
|
|
|
|
- swift-tox-func-ec-py27-centos-7
|
2021-12-07 16:16:01 -08:00
|
|
|
- swift-tox-py36-centos-8-stream
|
2022-08-16 12:42:46 +00:00
|
|
|
- swift-tox-func-py39-centos-9-stream
|
|
|
|
- swift-tox-func-encryption-py39-centos-9-stream
|
|
|
|
- swift-tox-func-ec-py39-centos-9-stream
|
2018-12-14 16:53:42 -08:00
|
|
|
- swift-multinode-rolling-upgrade-rocky
|
2019-09-27 16:18:00 -07:00
|
|
|
- swift-multinode-rolling-upgrade-stein
|
2019-12-11 20:30:38 +11:00
|
|
|
- swift-multinode-rolling-upgrade-train
|
2020-04-23 21:14:38 -07:00
|
|
|
- swift-multinode-rolling-upgrade-ussuri
|
2020-11-09 13:25:19 -08:00
|
|
|
- swift-multinode-rolling-upgrade-victoria
|
2021-03-25 14:53:16 -07:00
|
|
|
- swift-multinode-rolling-upgrade-wallaby
|
2021-12-10 13:50:29 -08:00
|
|
|
- swift-multinode-rolling-upgrade-xena
|
2022-08-29 16:20:17 -07:00
|
|
|
- swift-multinode-rolling-upgrade-yoga
|
2020-04-22 15:21:03 -07:00
|
|
|
- swift-multinode-rolling-upgrade-master:
|
|
|
|
branches: master
|
2018-08-24 16:37:58 +09:00
|
|
|
|
|
|
|
post:
|
|
|
|
jobs:
|
|
|
|
- publish-openstack-python-branch-tarball
|
2019-05-03 16:52:53 -04:00
|
|
|
promote:
|
|
|
|
jobs:
|
|
|
|
- swift-promote-image
|
2019-10-03 17:05:23 +02:00
|
|
|
- swift-promote-image-py3
|