Merge "Add some missing job descriptions"
This commit is contained in:
commit
5eca44b717
@ -376,6 +376,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-gerrit
|
name: project-config-gerrit
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Runs checks on gerrit-related configuration. Uses ``gerrit``
|
||||||
|
tox env.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: gerrit
|
tox_envlist: gerrit
|
||||||
files:
|
files:
|
||||||
@ -391,6 +394,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-grafyaml
|
name: project-config-grafyaml
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Runs checks on grafyaml configuration with the ``grafyaml`` tox
|
||||||
|
env.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: grafyaml
|
tox_envlist: grafyaml
|
||||||
files:
|
files:
|
||||||
@ -403,6 +409,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-irc-access
|
name: project-config-irc-access
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Runs checks on IRC configuration with the ``irc`` tox
|
||||||
|
env.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: irc
|
tox_envlist: irc
|
||||||
files:
|
files:
|
||||||
@ -420,6 +429,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-nodepool
|
name: project-config-nodepool
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Runs checks on nodepool configuration with the ``nodepool`` tox
|
||||||
|
env.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: nodepool
|
tox_envlist: nodepool
|
||||||
files:
|
files:
|
||||||
@ -431,6 +443,8 @@
|
|||||||
- job:
|
- job:
|
||||||
name: build-openstack-specs-site
|
name: build-openstack-specs-site
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Generates the index page of http://specs.openstack.org/.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: specs
|
tox_envlist: specs
|
||||||
files:
|
files:
|
||||||
@ -442,6 +456,9 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-dib
|
name: project-config-dib
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Runs diskimage-builder on all elements in project-config. Uses
|
||||||
|
the ``dib`` tox env.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: dib
|
tox_envlist: dib
|
||||||
files:
|
files:
|
||||||
@ -453,6 +470,8 @@
|
|||||||
- job:
|
- job:
|
||||||
name: project-config-infra-docs-index
|
name: project-config-infra-docs-index
|
||||||
parent: tox
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Generates the index page for https://docs.openstack.org/infra/.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: infra-docs
|
tox_envlist: infra-docs
|
||||||
files:
|
files:
|
||||||
|
Loading…
Reference in New Issue
Block a user