diff --git a/inventory/builders b/inventory/builders index adaac623c6..4df3b17768 100644 --- a/inventory/builders +++ b/inventory/builders @@ -145,7 +145,7 @@ arm01-builder21.arm.fedoraproject.org arm01-builder22.arm.fedoraproject.org arm01-builder23.arm.fedoraproject.org -[arm-stg] +[buildarm-stg] arm01-builder22.arm.fedoraproject.org arm01-builder23.arm.fedoraproject.org @@ -270,5 +270,5 @@ buildppc64 buildvm-s390 [builders-stg:children] -arm-stg +buildarm-stg buildvm-stg diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index 5e601bc700..839f538ac7 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -90,7 +90,7 @@ insert into host_channels (host_id, channel_id) values ( {% endfor %} -- The arm builders are armhfp and do not have createrepo ability -{% for host in groups['arm-stg'] %} +{% for host in groups['buildarm-stg'] %} select now() as time, 'adding staging host {{ host }}' as msg; insert into users (name, usertype, status) values ('{{ host }}', 1, 0); insert into host (user_id, name, arches) values (