Skip to content

Commit 70a45ad

Browse files
committed
DROPME: debug
1 parent b0183bc commit 70a45ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

hack/clean-ci.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ if [[ "${GOVC_URL:-}" == "10.2.224.4" ]]; then
2424
JANITOR_ARGS="--resource-type=vsphere-project-cluster-api-provider --resource-type=vsphere-project-cloud-provider --resource-type=vsphere-project-image-builder"
2525
fi
2626

27+
28+
curl -X POST "${BOSKOS_HOST}/metric?type=gcve-vsphere-project"
29+
30+
exit 0
31+
2732
# Run e2e tests
2833
make clean-ci

hack/e2e.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ fi
170170

171171
ARCH="$(go env GOARCH)"
172172

173+
exit 0
174+
173175
# Only build and upload the image if we run tests which require it to save some $.
174176
# 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)
175177
if [[ -z "${GINKGO_FOCUS+x}" ]]; then

0 commit comments

Comments
 (0)