tripleo-heat-templates/zuul.d/layout.yaml
Takashi Kajinami 98d7317685 Use Python3 yoga unit tests
Because the Xena release is not being created for TripleO repos, test
runtime is not updated by automation tools. This change updates
the job template to use the tested runtime for Yoga.

Change-Id: Ic1d23f984261e0ce4c24dedd38346c3ed350fc50
2021-12-15 18:24:30 +09:00

38 lines
1.0 KiB
YAML

- project:
templates:
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- check-requirements
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- openstack-python3-yoga-jobs
- tripleo-standalone-multinode-ipa-pipeline
- tripleo-upgrades-master-pipeline
- tripleo-periodic-upgrades-master-pipeline
check:
jobs:
- openstack-tox-pep8
- openstack-tox-tht
- tripleo-ci-centos-8-content-provider:
dependencies:
- openstack-tox-pep8
- openstack-tox-tht
gate:
queue: tripleo
jobs:
- openstack-tox-pep8
- openstack-tox-tht
- 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