From 5138532fd09ecb259304205facb39df6ad7ced97 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 6 Sep 2022 13:51:03 +0100 Subject: [PATCH] add fasteners to openstack tenant This change adds the fasteners project to the github connection in the openstack tenant. several projects (oslo, taskflow and tooz) use fasteners directly. By adding fasteners to the set of projects we mirror in zuul we can use depends on to validate that bugfixes to fasteners will work with our openstack projects before they are merged and released. we do not want to import job config from fasteners as we do not gate it so its added to the existing set of non gated repos. Related-Bug: #1988311 Change-Id: If7b1412c321e5f0fc5b38314f5e9e18b8a7bfe39 --- zuul/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul/main.yaml b/zuul/main.yaml index 904451bab7..a9e0ed45b7 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1429,6 +1429,7 @@ - eventlet/eventlet - gnocchixyz/gnocchi - gtest-org/ansible + - harlowja/fasteners - infrawatch/collectd-config-ansible-role - infrawatch/functional-tests - infrawatch/qdr-config-ansible-role