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
8aaf4742
Commit
8aaf4742
authored
Sep 19, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No targets/bin/ and cleanup in physim helm charts
parent
6160ab14
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
60 additions
and
96 deletions
+60
-96
charts/physims/charts/dlsim/templates/deployment.yaml
charts/physims/charts/dlsim/templates/deployment.yaml
+5
-8
charts/physims/charts/ldpctest/templates/deployment.yaml
charts/physims/charts/ldpctest/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-dlsim/templates/deployment.yaml
charts/physims/charts/nr-dlsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-prachsim/templates/deployment.yaml
charts/physims/charts/nr-prachsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
+5
-8
charts/physims/charts/nr-ulsim/templates/deployment.yaml
charts/physims/charts/nr-ulsim/templates/deployment.yaml
+5
-8
charts/physims/charts/polartest/templates/deployment.yaml
charts/physims/charts/polartest/templates/deployment.yaml
+5
-8
charts/physims/charts/smallblocktest/templates/deployment.yaml
...s/physims/charts/smallblocktest/templates/deployment.yaml
+5
-8
charts/physims/charts/ulsim/templates/deployment.yaml
charts/physims/charts/ulsim/templates/deployment.yaml
+5
-8
No files found.
charts/physims/charts/dlsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-dlsim
# volumeMounts
:
# - mountPath: /opt/oai-dlsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015100" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015100" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/ldpctest/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-ldpctest
# volumeMounts
:
# - mountPath: /opt/oai-ldpctest/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015102" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g 015102 -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-dlschsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-dlschsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-dlschsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015106" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015106" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-dlsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-dlsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-dlsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015105" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015105" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-pbchsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-pbchsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-pbchsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015104" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015104" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-prachsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-prachsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-prachsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015112" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015112" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-pucchsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-pucchsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-pucchsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015109" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015109" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-ulschsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-ulschsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-ulschsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015108" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015108" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/nr-ulsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-nr-ulsim
# volumeMounts
:
# - mountPath: /opt/oai-nr-ulsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015111" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015111" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/polartest/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-polartest
# volumeMounts
:
# - mountPath: /opt/oai-polartest/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015103" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015103" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/smallblocktest/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-smallblock
# volumeMounts
:
# - mountPath: /opt/oai-smallblocktest/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015107" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015107" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
charts/physims/charts/ulsim/templates/deployment.yaml
View file @
8aaf4742
...
...
@@ -31,17 +31,14 @@ spec:
ports
:
-
containerPort
:
80
name
:
oai-ulsim
# volumeMounts
:
# - mountPath: /opt/oai-ulsim/certs
# name: certs
env
:
-
name
:
OPENAIR_DIR
value
:
/opt/oai-physim
command
:
[
"
/bin/sh"
,
"
-c"
]
args
:
-
>
export OPENAIR_DIR=/opt/oai-physim &&
cd cmake_targets/autotests &&
./run_exec_autotests.bash -g "015101" -q -np -b &&
echo "FINISHED" &&
sleep infinity
cmake_targets/autotests/run_exec_autotests.bash -g "015101" -q -np -b -d bin/ &&
echo "FINISHED" && sleep infinity
dnsPolicy
:
ClusterFirst
restartPolicy
:
Always
schedulerName
:
default-scheduler
...
...
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