ara-infra/.zuul.yaml
David Moreau Simard 81f71388da
Replicate the git repository to ansible-community/ara-infra
recordsansible was a test organization, the github repository is being
moved to ansible-community.

Change-Id: Ie710b953f2133a4fbdd80849071a615828be1426
2019-04-12 15:17:27 -04:00

38 lines
891 B
YAML

- nodeset:
name: ara-infra-fedora-29
nodes:
- name: ara.recordsansible.org
label: fedora-29
- job:
name: ara-infra-website
parent: base
nodeset: ara-infra-fedora-29
pre-run: tests/website-pre.yaml
run: playbooks/website.yaml
post-run: tests/website-post.yaml
success-url: logs/build/
- job:
name: ara-infra-upload-git-mirror
parent: upload-git-mirror
description: Mirrors openstack/ara-infra to ansible-community/ara-infra
allowed-projects: openstack/ara-infra
vars:
git_mirror_repository: ansible-community/ara-infra
secrets:
- name: git_mirror_credentials
secret: ara_git_mirror_credentials
pass-to-parent: true
- project:
check:
jobs:
- ara-infra-website
gate:
jobs:
- ara-infra-website
post:
jobs:
- ara-infra-upload-git-mirror