Skip to content

Commit d76cd28

Browse files
authored
Merge pull request #21756 from medyagh/del_prow
CI: delete prow images not needed anymore
2 parents 709c2fe + 93850a3 commit d76cd28

File tree

4 files changed

+0
-222
lines changed

4 files changed

+0
-222
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ GVISOR_TAG ?= v0.0.2
123123
# auto-pause-hook tag to push changes to
124124
AUTOPAUSE_HOOK_TAG ?= v0.0.5
125125

126-
# prow-test tag to push changes to
127-
PROW_TEST_TAG ?= v0.0.7
128-
129126
# storage provisioner tag to push changes to
130127
# NOTE: you will need to bump the PreloadVersion if you change this
131128
STORAGE_PROVISIONER_TAG ?= v5
@@ -1002,13 +999,6 @@ push-auto-pause-hook-image: docker-multi-arch-build
1002999
docker buildx build --push --builder multiarch --platform $(KICBASE_ARCH) -t $(REGISTRY)/auto-pause-hook:$(AUTOPAUSE_HOOK_TAG) -f ./deploy/addons/auto-pause/Dockerfile .
10031000
docker buildx rm multiarch
10041001

1005-
.PHONY: push-prow-test-image
1006-
push-prow-test-image: docker-multi-arch-build
1007-
docker login gcr.io/k8s-minikube
1008-
docker buildx create --name multiarch --bootstrap
1009-
docker buildx build --push --builder multiarch --build-arg "GO_VERSION=$(GO_VERSION)" --platform linux/amd64,linux/arm64 -t $(REGISTRY)/prow-test:$(PROW_TEST_TAG) -t $(REGISTRY)/prow-test:latest ./deploy/prow
1010-
docker buildx rm multiarch
1011-
10121002
.PHONY: out/performance-bot
10131003
out/performance-bot:
10141004
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $@ cmd/performance/pr-bot/bot.go

deploy/prow/Dockerfile

Lines changed: 0 additions & 95 deletions
This file was deleted.

deploy/prow/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

deploy/prow/wrapper.sh

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)