From 3a555a1a10c8e9df9afff97e8cb17df4ae8b95f1 Mon Sep 17 00:00:00 2001 From: Kristian Klausen <kristian@klausen.dk> Date: Fri, 19 Jan 2024 21:56:50 +0100 Subject: [PATCH] Provision workers (servers) for the buildbot POC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requested by @anthraxx 👀 The servers have been configured with the common and firewalld roles. --- tf-stage1/archlinux.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index fb5c152cb..9043186fe 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -155,6 +155,16 @@ locals { server_type = "cpx21" domain = "wiki" } + "worker1.buildbot.pkgbuild.com" = { + server_type = "cx11" + domain = "worker1.buildbot" + zone = hetznerdns_zone.pkgbuild.id + } + "worker2.buildbot.pkgbuild.com" = { + server_type = "cx11" + domain = "worker2.buildbot" + zone = hetznerdns_zone.pkgbuild.id + } } # This creates gitlab pages verification entries. -- GitLab