
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: If5119930dbdbc3366a330929e2328b96a00c6fe7
63 lines
2.2 KiB
YAML
63 lines
2.2 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
gate:
|
|
jobs:
|
|
- aodh-dsvm-tempest-plugin-mysql
|
|
- aodh-dsvm-tempest-plugin-postgresql
|
|
- telemetry-dsvm-integration
|
|
experimental:
|
|
jobs:
|
|
# TripleO jobs that deploy Telemetry.
|
|
# Note we don't use a project-template here, so it's easier
|
|
# to disable voting on one specific job if things go wrong.
|
|
# tripleo-ci-centos-7-scenario00(1|2)-multinode-oooq will only
|
|
# run on stable/pike while the -container will run in Queens
|
|
# and beyond.
|
|
# If you need any support to debug these jobs in case of
|
|
# failures, please reach us on #tripleo IRC channel.
|
|
# NOTE(sileht): These job takes 3 hours and fail most of the times.
|
|
# While other jobs take 20-30 minutes
|
|
# We can reenable it when they take less times.
|
|
- tripleo-ci-centos-7-scenario001-multinode-oooq
|
|
- tripleo-ci-centos-7-scenario001-standalone
|
|
- tripleo-ci-centos-7-scenario002-multinode-oooq
|
|
- tripleo-ci-centos-7-scenario002-standalone
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-mysql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-mysql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
# To install Gnocchi
|
|
- openstack/ceilometer
|
|
- openstack/telemetry-tempest-plugin
|
|
- openstack/tempest
|
|
|
|
- job:
|
|
name: aodh-dsvm-tempest-plugin-postgresql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/run.yaml
|
|
post-run: playbooks/legacy/aodh-dsvm-tempest-plugin-postgresql/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/aodh
|
|
# To install Gnocchi
|
|
- openstack/ceilometer
|
|
- openstack/telemetry-tempest-plugin
|
|
- openstack/tempest
|