Run test connector servers on custom tag, SC-2670
This commit is contained in:
parent
fb543f7070
commit
5ed9474d24
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@ def main():
|
|||
if re.match(r'^eumdsigner-test-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "jocar-fetch-mdqp-image*"
|
||||
|
||||
if re.match(r'^connector-test-', host_info["fqdn"]):
|
||||
modules["sunet"]["tag"] = "pahol-redict*"
|
||||
|
||||
qa_exceptions = ['nic.komreg.net', 'jmp.komreg.net', 'md1.komreg.net']
|
||||
|
||||
if ".qa." in host_info["fqdn"] or host_info["fqdn"] in qa_exceptions:
|
||||
|
|
Loading…
Add table
Reference in a new issue