Base fedmsg setup for jenkins.

This commit is contained in:
Ralph Bean 2014-07-10 18:41:14 +00:00
parent 88335f85de
commit 1cd54af996
4 changed files with 33 additions and 1 deletions

View file

@ -178,6 +178,10 @@ config = dict(
("copr.dhcp-client03", "copr-copr-be.cloud.fedoraproject.org"),
("copr.copr-be-i-00000407", "copr-copr-be.cloud.fedoraproject.org"),
("copr.copr-be", "copr-copr-be.cloud.fedoraproject.org"),
# Jenkins, also being a cloud node, is weird. Like copr.
("shell.jenkins-master-unknown", "shell-jenkins.cloud.fedoraproject.org"),
("jenkins.jenkins-master-unknown", "jenkins-jenkins.cloud.fedoraproject.org"),
]),
)