Skip to content

Commit b4ca13a

Browse files
committed
satisfy CI requirements
1 parent 5bf8616 commit b4ca13a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ KUBE_VERSION ?= 1.24
22
KIND_CONFIG ?= ./testdata/kind-$(KUBE_VERSION).yaml
33
CERT_MANAGER_VERSION ?= v1.10.1
44

5-
KUBESCAPE_THRESHOLD=30
5+
KUBESCAPE_THRESHOLD=31
66

77
MDOX_BIN=mdox
88
MDOX_VALIDATE_CONFIG?=.mdox.validate.yaml

chart/scripts/test-metrics.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ EOF
4747
)
4848

4949
testset="$genericTests"
50-
if [ $FEATURE_KUBE_PROMETHEUS -eq 1 ]; then
50+
if [ "$FEATURE_KUBE_PROMETHEUS" -eq 1 ]; then
5151
testset="$kubePrometheusTests,$testset"
5252
fi
53-
if [ $FEATURE_PROMSCALE -eq 1 ]; then
53+
if [ "$FEATURE_PROMSCALE" -eq 1 ]; then
5454
testset="$promscaleTests,$testset"
5555
fi
56-
if [ $FEATURE_TIMESCALEDB -eq 1 ]; then
56+
if [ "$FEATURE_TIMESCALEDB" -eq 1 ]; then
5757
testset="$timescaleTests,$testset"
5858
fi
5959

0 commit comments

Comments
 (0)