Skip to content

Commit 777482d

Browse files
committed
extend logging fluentd 5.7 functional slow test
1 parent 56cab50 commit 777482d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-operator/config/ViaQ/logging-fluentd/ViaQ-logging-fluentd-release-5.7.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ tests:
138138
test:
139139
- as: test
140140
cli: latest
141-
commands: FAKE_HOME_DIR=/tmp/home LOG_DIR=${ARTIFACT_DIR}/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts
141+
commands: export GINKGO_OPTS="-ginkgo.skip vector -ginkgo.slowSpecThreshold=90";
142+
FAKE_HOME_DIR=/tmp/home LOG_DIR=${ARTIFACT_DIR}/logging-logs ARTIFACT_DIR=${ARTIFACT_DIR}/logging-artifacts
142143
make test-functional
143144
dependencies:
144145
- env: IMAGE_CLUSTER_LOGGING_OPERATOR_REGISTRY

0 commit comments

Comments
 (0)