Skip to content

Commit 738b2e6

Browse files
s390x-bbw1 host was upgraded from EOL 2004 to 2404
Will handle file changes manually on both environments. Builds are scheduled based on host load and the data is retrieved from Zabbix based on the following mapping `private_config["private"]["worker_name_mapping"][worker_prefix]` s390x master restart is required.
1 parent 1d9fa94 commit 738b2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master-private.cfg-sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private["docker_workers"]= {
9090
"ns-x64-bbw5-docker":"tcp://IP_address:port", # bg-bbw5
9191
"ns-x64-bbw6-docker":"tcp://IP_address:port", # monty-bbw1
9292
"intel-bbw1-docker":"tcp://IP_address:port",
93-
"s390x-bbw1-docker":"tcp://IP_address:port", # ibm-s390x-ubuntu20.04
93+
"s390x-bbw1-docker":"tcp://IP_address:port", # ibm-s390x-ubuntu2404-03
9494
"s390x-bbw2-docker":"tcp://IP_address:port", # ibm-s390x-sles15
9595
"s390x-bbw3-docker":"tcp://IP_address:port", # ibm-s390x-rhel8
9696
"s390x-bbw4-docker":"tcp://IP_address:port", # ibm-s390x-ubuntu22.04
@@ -102,7 +102,7 @@ private["docker_workers"]= {
102102
}
103103

104104
private["worker_name_mapping"] = {
105-
"s390x-bbw1": "ibm-s390x-ubuntu20.04",
105+
"s390x-bbw1": "ibm-s390x-ubuntu2404-03",
106106
"s390x-bbw2": "ibm-s390x-sles15",
107107
"s390x-bbw3": "ibm-s390x-rhel8",
108108
"s390x-bbw4": "ibm-s390x-ubuntu22.04",

0 commit comments

Comments
 (0)