Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
12013644
Commit
12013644
authored
2 years ago
by
sagar arora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding node selector for jobs
parent
8e149825
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
45 additions
and
0 deletions
+45
-0
charts/physims/charts/dlsim.100rb+tm2/templates/job.yaml
charts/physims/charts/dlsim.100rb+tm2/templates/job.yaml
+2
-0
charts/physims/charts/dlsim.basic/templates/job.yaml
charts/physims/charts/dlsim.basic/templates/job.yaml
+2
-0
charts/physims/charts/ldpctest/templates/job.yaml
charts/physims/charts/ldpctest/templates/job.yaml
+2
-0
charts/physims/charts/nr-dlschsim/templates/job.yaml
charts/physims/charts/nr-dlschsim/templates/job.yaml
+2
-0
charts/physims/charts/nr-dlsim.basic/templates/job.yaml
charts/physims/charts/nr-dlsim.basic/templates/job.yaml
+2
-0
charts/physims/charts/nr-dlsim.dmrs+ptrs/templates/job.yaml
charts/physims/charts/nr-dlsim.dmrs+ptrs/templates/job.yaml
+2
-0
charts/physims/charts/nr-dlsim.mcs+mimo/templates/job.yaml
charts/physims/charts/nr-dlsim.mcs+mimo/templates/job.yaml
+2
-0
charts/physims/charts/nr-dlsim.offset/templates/job.yaml
charts/physims/charts/nr-dlsim.offset/templates/job.yaml
+2
-0
charts/physims/charts/nr-pbchsim.106rb/templates/job.yaml
charts/physims/charts/nr-pbchsim.106rb/templates/job.yaml
+2
-0
charts/physims/charts/nr-pbchsim.217rb/templates/job.yaml
charts/physims/charts/nr-pbchsim.217rb/templates/job.yaml
+2
-0
charts/physims/charts/nr-pbchsim.273rb/templates/job.yaml
charts/physims/charts/nr-pbchsim.273rb/templates/job.yaml
+2
-0
charts/physims/charts/nr-prachsim/templates/job.yaml
charts/physims/charts/nr-prachsim/templates/job.yaml
+2
-0
charts/physims/charts/nr-pucchsim/templates/job.yaml
charts/physims/charts/nr-pucchsim/templates/job.yaml
+2
-0
charts/physims/charts/nr-ulschsim/templates/job.yaml
charts/physims/charts/nr-ulschsim/templates/job.yaml
+2
-0
charts/physims/charts/nr-ulsim.3gpp/templates/job.yaml
charts/physims/charts/nr-ulsim.3gpp/templates/job.yaml
+2
-0
charts/physims/charts/nr-ulsim.mimo/templates/job.yaml
charts/physims/charts/nr-ulsim.mimo/templates/job.yaml
+2
-0
charts/physims/charts/nr-ulsim.misc/templates/job.yaml
charts/physims/charts/nr-ulsim.misc/templates/job.yaml
+2
-0
charts/physims/charts/nr-ulsim.sc-fdma/templates/job.yaml
charts/physims/charts/nr-ulsim.sc-fdma/templates/job.yaml
+2
-0
charts/physims/charts/polartest/templates/job.yaml
charts/physims/charts/polartest/templates/job.yaml
+2
-0
charts/physims/charts/smallblocktest/templates/job.yaml
charts/physims/charts/smallblocktest/templates/job.yaml
+2
-0
charts/physims/charts/ulsim/templates/job.yaml
charts/physims/charts/ulsim/templates/job.yaml
+2
-0
charts/physims/values.yaml
charts/physims/values.yaml
+3
-0
No files found.
charts/physims/charts/dlsim.100rb+tm2/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
This diff is collapsed.
Click to expand it.
charts/physims/charts/dlsim.basic/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/ldpctest/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-dlschsim/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-dlsim.basic/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-dlsim.dmrs+ptrs/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-dlsim.mcs+mimo/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-dlsim.offset/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-pbchsim.106rb/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-pbchsim.217rb/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-pbchsim.273rb/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-prachsim/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-pucchsim/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-ulschsim/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-ulsim.3gpp/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-ulsim.mimo/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-ulsim.misc/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/nr-ulsim.sc-fdma/templates/job.yaml
View file @
12013644
...
...
@@ -35,3 +35,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/polartest/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/smallblocktest/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/charts/ulsim/templates/job.yaml
View file @
12013644
...
...
@@ -33,3 +33,5 @@ spec:
schedulerName
:
default-scheduler
serviceAccountName
:
{{
.Values.global.serviceAccountName
}}
terminationGracePeriodSeconds
:
30
nodeSelector
:
{{
- toYaml .Values.global.nodeSelector | nindent 12
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
charts/physims/values.yaml
View file @
12013644
...
...
@@ -11,3 +11,6 @@ global:
version
:
TAG
# pullPolicy: IfNotPresent or Never or Always
pullPolicy
:
Always
nodeSelector
:
worker
:
"
telco"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment