cfc83807b7
Our .zuul.yaml file has grown quite large. Try to make this more manageable by splitting it into zuul.d/ directory with jobs organized by function. Change-Id: I0739eb1e2bc64dcacebf92e25503f67302f7c882
111 lines
2.7 KiB
YAML
111 lines
2.7 KiB
YAML
- job:
|
|
name: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on static.opendev.org hosted site.
|
|
abstract: true
|
|
protected: true
|
|
timeout: 7200
|
|
nodeset:
|
|
nodes: []
|
|
run: playbooks/periodic/goaccess.yaml
|
|
|
|
- job:
|
|
name: developer-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on developer.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: developer.openstack.org
|
|
|
|
- job:
|
|
name: docs-opendev-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on docs.opendev.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: docs.opendev.org
|
|
|
|
- job:
|
|
name: docs-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on docs.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: docs.openstack.org
|
|
|
|
- job:
|
|
name: docs-starlingx-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on docs.starlingx.io.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: docs.starlingx.io
|
|
|
|
- job:
|
|
name: governance-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on governance.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: governance.openstack.org
|
|
|
|
- job:
|
|
name: releases-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on releases.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: releases.openstack.org
|
|
|
|
- job:
|
|
name: security-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on security.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: security.openstack.org
|
|
|
|
- job:
|
|
name: specs-openstack-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on specs.openstack.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: specs.openstack.org
|
|
|
|
- job:
|
|
name: tarballs-opendev-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on tarballs.opendev.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: tarballs.opendev.org
|
|
|
|
- job:
|
|
name: zuul-ci-goaccess-report
|
|
parent: system-config-goaccess-report
|
|
description: |
|
|
Run goaccess tool on zuul-ci.org.
|
|
final: true
|
|
protected: true
|
|
vars:
|
|
goaccess_site: zuul-ci.org
|