Skip to content

Commit

Permalink
Remove artifact-uploader
Browse files Browse the repository at this point in the history
It doesn't work for builds that run in a different cluster than Prow
itself and its functionality has largely been replaced by the Crier
Kubernetes reporter.
  • Loading branch information
alvaroaleman committed Mar 5, 2020
1 parent 109cd14 commit fbfc37d
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 473 deletions.
1 change: 0 additions & 1 deletion label_sync/labels.md
Expand Up @@ -311,7 +311,6 @@ larger set of contributors to apply/remove them.
| <a id="area/mungegithub" href="#area/mungegithub">`area/mungegithub`</a> | Issues or PRs related to code in /mungegithub| label | |
| <a id="area/planter" href="#area/planter">`area/planter`</a> | Issues or PRs related to code in /planter| label | |
| <a id="area/prow" href="#area/prow">`area/prow`</a> | Issues or PRs related to prow| label | |
| <a id="area/prow/artifact-uploader" href="#area/prow/artifact-uploader">`area/prow/artifact-uploader`</a> | Issues or PRs related to prow's artifact-uploader component| label | |
| <a id="area/prow/branchprotector" href="#area/prow/branchprotector">`area/prow/branchprotector`</a> | Issues or PRs related to prow's branchprotector component| label | |
| <a id="area/prow/bump" href="#area/prow/bump">`area/prow/bump`</a> | Updates to the k8s prow cluster| label | |
| <a id="area/prow/clonerefs" href="#area/prow/clonerefs">`area/prow/clonerefs`</a> | Issues or PRs related to prow's clonerefs component| label | |
Expand Down
5 changes: 0 additions & 5 deletions label_sync/labels.yaml
Expand Up @@ -1021,11 +1021,6 @@ repos:
name: area/prow
target: both
addedBy: label
- color: 0052cc
description: Issues or PRs related to prow's artifact-uploader component
name: area/prow/artifact-uploader
target: both
addedBy: label
- color: 0052cc
description: Issues or PRs related to prow's branchprotector component
name: area/prow/branchprotector
Expand Down
1 change: 0 additions & 1 deletion prow/.gitignore
@@ -1,4 +1,3 @@
cmd/artifact-uploader/artifact-uploader
cmd/branchprotector/branchprotector
cmd/build/build
cmd/checkconfig/checkconfig
Expand Down
3 changes: 0 additions & 3 deletions prow/BUILD.bazel
Expand Up @@ -10,7 +10,6 @@ prow_push(
images = tags(
cmds = [
"admission",
"artifact-uploader",
"autobump",
"branchprotector",
"checkconfig",
Expand Down Expand Up @@ -65,15 +64,13 @@ filegroup(
srcs = [
":package-srcs",
"//prow/apis/prowjobs:all-srcs",
"//prow/artifact-uploader:all-srcs",
"//prow/bugzilla:all-srcs",
"//prow/client/clientset/versioned:all-srcs",
"//prow/client/informers/externalversions:all-srcs",
"//prow/client/listers/prowjobs/v1:all-srcs",
"//prow/clonerefs:all-srcs",
"//prow/cluster:all-srcs",
"//prow/cmd/admission:all-srcs",
"//prow/cmd/artifact-uploader:all-srcs",
"//prow/cmd/autobump:all-srcs",
"//prow/cmd/branchprotector:all-srcs",
"//prow/cmd/checkconfig:all-srcs",
Expand Down
3 changes: 1 addition & 2 deletions prow/Makefile
Expand Up @@ -170,9 +170,8 @@ initupload-image: bazel-release-push
gcsupload-image: bazel-release-push
entrypoint-image: bazel-release-push
sidecar-image: bazel-release-push
artifact-uploader-image: bazel-release-push

.PHONY: clonerefs-image initupload-image gcsupload-image entrypoint-image sidecar-image artifact-uploader-image
.PHONY: clonerefs-image initupload-image gcsupload-image entrypoint-image sidecar-image

needs-rebase-image: bazel-release-push

Expand Down
39 changes: 0 additions & 39 deletions prow/artifact-uploader/BUILD.bazel

This file was deleted.

6 changes: 0 additions & 6 deletions prow/artifact-uploader/OWNERS

This file was deleted.

196 changes: 0 additions & 196 deletions prow/artifact-uploader/controller.go

This file was deleted.

46 changes: 0 additions & 46 deletions prow/cmd/artifact-uploader/BUILD.bazel

This file was deleted.

6 changes: 0 additions & 6 deletions prow/cmd/artifact-uploader/OWNERS

This file was deleted.

0 comments on commit fbfc37d

Please sign in to comment.