-
Notifications
You must be signed in to change notification settings - Fork 0
/
zuul.yaml
42 lines (39 loc) · 1.14 KB
/
zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- job:
name: tripleo-ci-zuul-runner-reproducer
parent: tripleo-ci-reproducer-base
abstract: true
description: |
To test reproducer with zuul-runner
pre-run:
- playbooks/zuul-runner-reproducer/pre.yaml
run: playbooks/zuul-runner-reproducer/run.yaml
post-run:
- playbooks/zuul-runner-reproducer/post.yaml
required-projects:
- rdo-infra/ansible-role-tripleo-ci-zuul-runner
timeout: 3600
vars:
upstream_gerrit_user: os-tripleo-ci
rdo_gerrit_user: os-tripleo-ci
ci_job: hello_job
reproducer_role_top_dir: >-
{{ ansible_user_dir }}/{{ zuul.projects[
'review.rdoproject.org/rdo-infra/ansible-role-tripleo-ci-zuul-runner'
].src_dir }}
- job:
name: tripleo-ci-zuul-runner-reproducer-host
abstract: true
parent: tripleo-ci-zuul-runner-reproducer
vars:
nodepool_provider: host
- job:
name: tripleo-ci-zuul-runner-reproducer-fedora-rawhide-host
parent: tripleo-ci-zuul-runner-reproducer-host
nodeset: single-fedora-rawhide-node
- project:
check:
jobs:
- tox-linters
gate:
jobs:
- tox-linters