ed1451da87
Switch the job service-types-authority-tox-publish to parent to opendev-tox-docs so that as a followup we can use a promote job. This is a step in changing the service-type website to AFS publishing. Change-Id: Ibeb60fd5805befc21c9d6d00fa7a615a106393cf Depends-On: https://review.opendev.org/708517 Task: #37723 Story: #2006598
25 lines
564 B
YAML
25 lines
564 B
YAML
- project:
|
|
templates:
|
|
- openstack-specs-jobs
|
|
check:
|
|
jobs:
|
|
- service-types-authority-tox-publish
|
|
- openstack-tox-pep8
|
|
gate:
|
|
jobs:
|
|
- service-types-authority-tox-publish
|
|
- openstack-tox-pep8
|
|
promote:
|
|
jobs:
|
|
- promote-service-types-authority
|
|
|
|
- job:
|
|
name: service-types-authority-tox-publish
|
|
parent: opendev-tox-docs
|
|
description: |
|
|
Publishes files of service-types-authority project.
|
|
|
|
Uses tox with the ``publish`` environment.
|
|
vars:
|
|
tox_envlist: publish
|