Switch to testing branch.

This commit is contained in:
Mikael Frykholm 2024-09-02 08:01:07 +02:00
parent a9aa8e2e22
commit 8135e2cff2
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -126,11 +126,11 @@ def main():
# When/if we want we can do stuff to modules here # When/if we want we can do stuff to modules here
if host_info: if host_info:
if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se": if host_info["fqdn"] == "internal-sto4-test-monitor-1.rut.sunet.se":
modules["sunet"]["tag"] = "mifr-monitor*" modules["sunet"]["tag"] = "testing*"
if "internal-sto4-test-k8sc" in host_info["fqdn"]: if "internal-sto4-test-k8sc" in host_info["fqdn"]:
modules["sunet"]["tag"] = "mifr-monitor*" modules["sunet"]["tag"] = "testing*"
if "internal-sto4-test-k8sw" in host_info["fqdn"]: if "internal-sto4-test-k8sw" in host_info["fqdn"]:
modules["sunet"]["tag"] = "mifr-monitor*" modules["sunet"]["tag"] = "testing*"
# if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se": # if host_info["fqdn"] == "internal-sto1-test-forgejo-2.platform.sunet.se":
# modules["sunet"]["tag"] = "testing-2*" # modules["sunet"]["tag"] = "testing-2*"
# if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se": # if host_info["fqdn"] == "internal-sto3-test-monitor-1.platform.sunet.se":