We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0183bc commit 70a45adCopy full SHA for 70a45ad
hack/clean-ci.sh
@@ -24,5 +24,10 @@ if [[ "${GOVC_URL:-}" == "10.2.224.4" ]]; then
24
JANITOR_ARGS="--resource-type=vsphere-project-cluster-api-provider --resource-type=vsphere-project-cloud-provider --resource-type=vsphere-project-image-builder"
25
fi
26
27
+
28
+curl -X POST "${BOSKOS_HOST}/metric?type=gcve-vsphere-project"
29
30
+exit 0
31
32
# Run e2e tests
33
make clean-ci
hack/e2e.sh
@@ -170,6 +170,8 @@ fi
170
171
ARCH="$(go env GOARCH)"
172
173
174
175
# Only build and upload the image if we run tests which require it to save some $.
176
# NOTE: the image is required for clusterctl upgrade tests, and those test are run only as part of the main e2e test job (without any focus)
177
if [[ -z "${GINKGO_FOCUS+x}" ]]; then
0 commit comments