From cbdf4d8de8f5f10e32dfdde0a0e4acad9e7db8af Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 12 Jun 2024 11:28:07 +0200 Subject: [PATCH] Randomizing and repeating functional tests to detect flakyness This patch changes target executed by the CI to one using flags for repetition and randomization. Signed-off-by: Jiri Podivin --- .../openstack-k8s-operators-openstack-operator-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-main.yaml b/ci-operator/config/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-main.yaml index 17b3c9557df9..7878bcf3529a 100644 --- a/ci-operator/config/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-main.yaml +++ b/ci-operator/config/openstack-k8s-operators/openstack-operator/openstack-k8s-operators-openstack-operator-main.yaml @@ -61,7 +61,7 @@ tests: mkdir -p ../operator && cp -r . ../operator cd ../operator export GOFLAGS= - make test GINKGO_ARGS='--no-color' + make test-ci container: from: src - as: precommit-check