Commit a3aead9d authored by Robert Schmidt's avatar Robert Schmidt

Assign ran-build and oai-physim build jobs to different nodes

parent 55d13bd1
...@@ -26,6 +26,8 @@ metadata: ...@@ -26,6 +26,8 @@ metadata:
name: "oai-physim" name: "oai-physim"
spec: spec:
runPolicy: "Serial" runPolicy: "Serial"
nodeSelector:
kubernetes.io/hostname: dedale
source: source:
type: "Binary" type: "Binary"
strategy: strategy:
......
...@@ -26,6 +26,8 @@ metadata: ...@@ -26,6 +26,8 @@ metadata:
name: "ran-build" name: "ran-build"
spec: spec:
runPolicy: "Serial" runPolicy: "Serial"
nodeSelector:
kubernetes.io/hostname: acamas
source: source:
type: "Binary" type: "Binary"
strategy: strategy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment