You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* swap pod CIDR for CI
* test: adjust vsphere.yaml for new prow CI
* test: patch vm-operator for vc7 compatibility
* Makefile: generate both upstream and mirror-prow
* e2e: use generated ssh keypair
* make compatible to mirror-prow
* fix shellcheck
* hack: boskos naming
* e2e.sh fixup
* fixup
* vm-operator: fix platform in cross-built docker-images and rebuild
* fix ssh pubkey
* janitor: gcve compatibility
* e2e: drop VPN parts
* e2e: fixup janitor args
* fixup vcsim compatibility
* hack/tools/janitor/main.go drop old defaults
* shrink cidr for pods in CI
* Makefile: drop kubetest
docker-push-all-vm-operator: $(addprefix docker-vm-operator-push-,$(VM_OPERATOR_ALL_ARCH))## Push the docker images to be included in the release for all architectures + related multiarch manifests
@@ -936,14 +938,14 @@ docker-vm-operator-push-%:
936
938
.PHONY: docker-push-vm-operator
937
939
docker-push-vm-operator:
938
940
@if [ -z"${VM_OPERATOR_VERSION}" ];thenecho"VM_OPERATOR_VERSION is not set";exit 1;fi
Copy file name to clipboardExpand all lines: hack/tools/janitor/main.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ var (
43
43
funcinitFlags(fs*pflag.FlagSet) {
44
44
// Note: Intentionally not adding a fallback value, so it is still possible to not use Boskos.
45
45
fs.StringVar(&boskosHost, "boskos-host", os.Getenv("BOSKOS_HOST"), "Boskos server URL. Boskos is only used to retrieve resources if this flag is set.")
46
-
fs.StringVar(&resourceOwner, "resource-owner", "vsphere-janitor", "Owner for the resource during cleanup.")
47
-
fs.StringArrayVar(&resourceTypes, "resource-type", []string{"vsphere-project-cluster-api-provider", "vsphere-project-cloud-provider", "vsphere-project-image-builder"}, "Types of the resources")
46
+
fs.StringVar(&resourceOwner, "resource-owner", "gcve-janitor", "Owner for the resource during cleanup.")
47
+
fs.StringArrayVar(&resourceTypes, "resource-type", []string{"gcve-vsphere-project"}, "Types of the resources")
48
48
fs.BoolVar(&dryRun, "dry-run", false, "dry-run results in not deleting anything but printing the actions.")
0 commit comments