Import periodic-tempest-dsvm-oslo-latest-full-master job

This job can use tempest-full now. It tests that current oslo
development versions work with OpenStack server projects.

The list of oslo jobs tested is the same as in the current job
periodic-tempest-dsvm-oslo-latest-full-master.

In the past it was triggered periodicially as part of devstack job,
let's move it to tempest repo from project-config since tempest-full is
defined in tempest repository and tempest is branchless, so we can
easily run this here on master which is more difficult with devstack
which is branched.

Change-Id: I8e29db5879e854afe8a46c8914d66ea64a2989ea
This commit is contained in:
Andreas Jaeger 2018-10-14 20:18:27 +02:00
parent 4a78826cb2
commit a8f64e3f9e
1 changed files with 32 additions and 0 deletions

View File

@ -67,6 +67,37 @@
devstack_localrc:
ENABLE_FILE_INJECTION: true
- job:
name: tempest-full-oslo-master
parent: tempest-full
description: |
Integration test using current git of oslo libs.
This ensures that when oslo libs get released that they
do not break OpenStack server projects.
Former name for this job was
periodic-tempest-dsvm-oslo-latest-full-master.
timeout: 10800
required-projects:
- git.openstack.org/openstack/oslo.cache
- git.openstack.org/openstack/oslo.concurrency
- git.openstack.org/openstack/oslo.config
- git.openstack.org/openstack/oslo.context
- git.openstack.org/openstack/oslo.db
- git.openstack.org/openstack/oslo.i18n
- git.openstack.org/openstack/oslo.log
- git.openstack.org/openstack/oslo.messaging
- git.openstack.org/openstack/oslo.middleware
- git.openstack.org/openstack/oslo.policy
- git.openstack.org/openstack/oslo.privsep
- git.openstack.org/openstack/oslo.reports
- git.openstack.org/openstack/oslo.rootwrap
- git.openstack.org/openstack/oslo.serialization
- git.openstack.org/openstack/oslo.service
- git.openstack.org/openstack/oslo.utils
- git.openstack.org/openstack/oslo.versionedobjects
- git.openstack.org/openstack/oslo.vmware
- job:
name: tempest-full-parallel
parent: tempest-full
@ -486,3 +517,4 @@
periodic:
jobs:
- tempest-all
- tempest-full-oslo-master