Skip to content

Commit 790d1ee

Browse files
authored
Revert "Add scripts to deploy performance pods (#243)" (#245)
This reverts commit 0064bcb.
1 parent dbdd533 commit 790d1ee

File tree

5 files changed

+3
-17
lines changed

5 files changed

+3
-17
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ install: clean
1212
./scripts/deploy-multus-network.sh
1313
./scripts/deploy-resource-quota.sh
1414
./scripts/deploy-test-pods.sh
15-
./scripts/deploy-cpu-scheduling-test-pods.sh
1615
./scripts/deploy-statefulset-test-pods.sh
1716
./scripts/deploy-pod-disruption-budget.sh
1817
./scripts/deploy-test-crds.sh
@@ -71,7 +70,7 @@ vagrant-recreate:
7170
# deploys the partner pods
7271
install-partner-pods:
7372
./scripts/deploy-debug-ds.sh
74-
73+
7574
# Instal operator requires OLM and operator SDK
7675
install-operator:
7776
./scripts/deploy-operator.sh
@@ -100,7 +99,7 @@ install-istio:
10099

101100
delete-istio:
102101
./scripts/delete-istio.sh
103-
102+
104103
# delete deployment pods
105104
delete-deployment:
106105
./scripts/delete-test-pods.sh
@@ -124,7 +123,7 @@ clean:
124123
# deploy services
125124
deploy-services:
126125
./scripts/manage-service.sh deploy
127-
126+
128127
# delete services
129128
delete-services:
130129
./scripts/manage-service.sh delete

scripts/clean.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ source "$SCRIPT_DIR"/init-env.sh
88

99
# Delete tnf, partner and operator and litmus
1010
./"$SCRIPT_DIR"/delete-test-pods.sh
11-
./"$SCRIPT_DIR"/delete-cpu-scheduling-test-pods.sh
1211
./"$SCRIPT_DIR"/delete-hpa.sh
1312
./"$SCRIPT_DIR"/delete-test-crds.sh
1413
./"$SCRIPT_DIR"/delete-debug-ds.sh

scripts/delete-cpu-scheduling-test-pods.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

test-target/cpu-exclusive-pool-rt-sched-policy-pod.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
labels:
88
test-network-function.com/container: target
99
test-network-function.com/generic: target
10-
test-network-function.com/feature: performance
1110
spec:
1211
securityContext:
1312
runAsUser: 1000

test-target/cpu-shared-pool-non-rt-sched-policy-pod.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
labels:
88
test-network-function.com/container: target
99
test-network-function.com/generic: target
10-
test-network-function.com/feature: performance
1110
spec:
1211
securityContext:
1312
runAsUser: 1000

0 commit comments

Comments
 (0)