62e7beb388
This change switches c8-standalone job to the content provider dependency relation so the jobs share the produced artifacts. It has been forgot previously. Nuke c7 jobs from master layout. Change-Id: I75172f2f55e8ef9adc207320e6f0bdebb310d2f8
33 lines
867 B
YAML
33 lines
867 B
YAML
- project:
|
|
templates:
|
|
- tripleo-undercloud-jobs-pipeline
|
|
- tripleo-multinode-container-minimal-pipeline
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- tripleo-standalone-scenarios-pipeline
|
|
- openstack-python3-ussuri-jobs
|
|
- tripleo-standalone-multinode-ipa-pipeline
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-lower-constraints
|
|
- openstack-tox-tht
|
|
|
|
gate:
|
|
queue: tripleo
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
- openstack-tox-pep8
|
|
|
|
- job:
|
|
name: openstack-tox-tht
|
|
parent: openstack-tox
|
|
description: Runs syntax tht tests. Uses tox with the ``tht`` environment.
|
|
success-url: "reports.html"
|
|
failure-url: "reports.html"
|
|
voting: true
|
|
vars:
|
|
tox_envlist: tht
|
|
bindep_profile: test tht
|
|
test_setup_skip: true
|