For now, install the kojid runroot plugin on a "runroot" subset of builders.
This commit is contained in:
parent
7f2f3566ec
commit
7d55947b9f
3 changed files with 11 additions and 4 deletions
|
@ -189,6 +189,14 @@ arm04-builder21.arm.fedoraproject.org
|
||||||
arm04-builder22.arm.fedoraproject.org
|
arm04-builder22.arm.fedoraproject.org
|
||||||
arm04-builder23.arm.fedoraproject.org
|
arm04-builder23.arm.fedoraproject.org
|
||||||
|
|
||||||
|
# These hosts get the runroot plugin installed.
|
||||||
|
# They should be added to their own 'runroot' channel in the koji db
|
||||||
|
# .. and they should not appear in the default channel for builds.
|
||||||
|
[runroot]
|
||||||
|
buildvm-01.phx2.fedoraproject.org
|
||||||
|
buildvm-01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
||||||
[builders:children]
|
[builders:children]
|
||||||
buildhw
|
buildhw
|
||||||
buildvm
|
buildvm
|
||||||
|
|
|
@ -114,9 +114,9 @@
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
- name: config for the kojid runroot plugin (only in staging)
|
- name: config for the kojid runroot plugin (only some builders)
|
||||||
copy: src=runroot.conf dest=/etc/kojid/runroot.conf
|
copy: src=runroot.conf dest=/etc/kojid/runroot.conf
|
||||||
when: env == 'staging'
|
when: "'runroot' in group_names"
|
||||||
notify:
|
notify:
|
||||||
- restart kojid
|
- restart kojid
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -79,14 +79,13 @@
|
||||||
# This was submitted to koji upstream, so we won't always need to install it
|
# This was submitted to koji upstream, so we won't always need to install it
|
||||||
# ourselves this way once it is merged and released.
|
# ourselves this way once it is merged and released.
|
||||||
# https://lists.fedoraproject.org/pipermail/buildsys/2015-June/004780.html
|
# https://lists.fedoraproject.org/pipermail/buildsys/2015-June/004780.html
|
||||||
- name: koji runroot hub plugin (only staging for now)
|
- name: koji runroot hub plugin
|
||||||
copy: src=runroot_hub.py dest=/usr/lib/koji-hub-plugins/runroot_hub.py
|
copy: src=runroot_hub.py dest=/usr/lib/koji-hub-plugins/runroot_hub.py
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- koji_hub
|
- koji_hub
|
||||||
when: env == 'staging'
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# install production certs and keys
|
# install production certs and keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue