From 1576f353f3f8af05b1ce1d2581199629a46bfc1e Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@openairinterface.org>
Date: Mon, 21 Nov 2022 11:15:14 +0100
Subject: [PATCH] CI: ran-build image on acamas

OC selected dedale, which is a real-time node. There are two issues:
- build jobs received a KILL signal
- it would not play nicely with real-time loads
We therefore hardcode another node.
---
 openshift/ran-base-bc.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openshift/ran-base-bc.yaml b/openshift/ran-base-bc.yaml
index 85247813aa3..16caa080eb9 100644
--- a/openshift/ran-base-bc.yaml
+++ b/openshift/ran-base-bc.yaml
@@ -26,6 +26,8 @@ metadata:
   name: "ran-base"
 spec:
     runPolicy: "Serial"
+    nodeSelector:
+        kubernetes.io/hostname: acamas
     source:
         type: "Binary"
         secrets:
-- 
GitLab