From 85c984e1ae457087f65d97aa89d60f941508d175 Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Thu, 3 Sep 2020 12:34:38 -0700 Subject: [PATCH] :green_heart: Enable ClusterResourceSet on conformance job --- scripts/ci-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci-entrypoint.sh b/scripts/ci-entrypoint.sh index 82309eca197..bdfe5ca308d 100755 --- a/scripts/ci-entrypoint.sh +++ b/scripts/ci-entrypoint.sh @@ -90,6 +90,7 @@ create_cluster() { export JOB_NAME="${JOB_NAME:-"cluster-api-provider-azure-conformance"}" # timestamp is in RFC-3339 format to match kubetest export TIMESTAMP=$(date -u '+%Y-%m-%dT%H:%M:%SZ') + export EXP_CLUSTER_RESOURCE_SET=true ${REPO_ROOT}/hack/create-dev-cluster.sh }