Run new eumdsigner test servers on new tag, SC-2522

This commit is contained in:
Patrik Holmqvist 2025-01-15 09:57:58 +01:00
parent 663bed9df6
commit 1246c35044
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -229,6 +229,9 @@ def main():
if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]): if re.match(r'^idm-sto\d-qa-', host_info["fqdn"]):
modules["sunet"]["tag"] = "jocar-idm-*" modules["sunet"]["tag"] = "jocar-idm-*"
if re.match(r'^eumdsigner-test-', host_info["fqdn"]):
modules["sunet"]["tag"] = "jocar-fetch-mdqp-image*"
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net'] qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions: