Skip to content

Commit 66b42a2

Browse files
update ci
1 parent 7ca9cc5 commit 66b42a2

File tree

1 file changed

+2
-2
lines changed
  • .ci/tests/integration/cases/global-and-namespaced-config

1 file changed

+2
-2
lines changed

.ci/tests/integration/cases/global-and-namespaced-config/verify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ $? -ne 0 ]; then
101101
fi
102102

103103
# verify affinity
104-
verify_affinity_result=$(ci::verify_affinity function-sample-env-function-0 '{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"weight":100,"preference":{"matchExpressions":[{"key":"disktype","operator":"In","values":["ssd"]}]}}]}}' 2>&1)
104+
verify_affinity_result=$(ci::verify_affinity function-sample-env-function-0 '{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"disktype","operator":"In","values":["ssd"]}]},"weight":100}]}}' 2>&1)
105105
if [ $? -ne 0 ]; then
106106
echo "$verify_affinity_result"
107107
kubectl delete -f "${mesh_config_file}" > /dev/null 2>&1
@@ -197,7 +197,7 @@ if [ $? -ne 0 ]; then
197197
fi
198198

199199
# verify affinity
200-
verify_affinity_result=$(ci::verify_affinity function-sample-env-function-0 '{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"weight":100,"preference":{"matchExpressions":[{"key":"disktype","operator":"In","values":["hdd"]}]}}]}}' 2>&1)
200+
verify_affinity_result=$(ci::verify_affinity function-sample-env-function-0 '{"nodeAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"preference":{"matchExpressions":[{"key":"disktype","operator":"In","values":["hdd"]}]},"weight":100}]}}' 2>&1)
201201
if [ $? -ne 0 ]; then
202202
echo "$verify_affinity_result"
203203
kubectl delete -f "${mesh_config_file}" > /dev/null 2>&1

0 commit comments

Comments
 (0)