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-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]
|
||||
buildhw
|
||||
buildvm
|
||||
|
|
|
@ -114,9 +114,9 @@
|
|||
tags:
|
||||
- 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
|
||||
when: env == 'staging'
|
||||
when: "'runroot' in group_names"
|
||||
notify:
|
||||
- restart kojid
|
||||
tags:
|
||||
|
|
|
@ -79,14 +79,13 @@
|
|||
# This was submitted to koji upstream, so we won't always need to install it
|
||||
# ourselves this way once it is merged and released.
|
||||
# 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
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
when: env == 'staging'
|
||||
|
||||
#
|
||||
# install production certs and keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue