mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
---
|
|
datacenter: fedorainfracloud
|
|
freezes: false
|
|
|
|
slaves:
|
|
- name: EL6
|
|
host: jenkins-slave-el6.fedorainfracloud.org
|
|
description: CentOS 6.8
|
|
labels: el EL el6 EL6 centos CentOS centos6 CentOS6
|
|
capacity: 4
|
|
- name: EL7
|
|
host: jenkins-slave-el7.fedorainfracloud.org
|
|
description: Red Hat Enterprise Linux Server 7.3
|
|
labels: el EL el7 EL7 rhel RHEL rhel7 RHEL7
|
|
capacity: 4
|
|
- name: F24
|
|
host: jenkins-slave-f24.fedorainfracloud.org
|
|
description: Fedora 24
|
|
labels: fedora Fedora fedora24 Fedora24
|
|
capacity: 4
|
|
- name: F25
|
|
host: jenkins-slave-f25.fedorainfracloud.org
|
|
description: Fedora 25
|
|
labels: fedora Fedora fedora25 Fedora25
|
|
capacity: 4
|
|
|
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
fedmsg_certs:
|
|
- service: shell
|
|
owner: root
|
|
group: root
|
|
can_send:
|
|
- logger.log
|
|
- service: jenkins
|
|
owner: root
|
|
group: jenkins
|
|
can_send:
|
|
- jenkins.build.aborted
|
|
- jenkins.build.failed
|
|
- jenkins.build.notbuilt
|
|
- jenkins.build.passed
|
|
- jenkins.build.start
|
|
- jenkins.build.unstable
|