Skip to content

Commit

Permalink
dizzy: Remove distributed builds and manifest generation... (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and matzew authored Nov 18, 2021
1 parent c2ef79f commit f41a279
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ install:
go build -o $(GOPATH)/bin/source_controller ./cmd/source/controller/
go build -o $(GOPATH)/bin/consolidated_controller ./cmd/channel/consolidated/controller/
go build -o $(GOPATH)/bin/consolidated_dispatcher ./cmd/channel/consolidated/dispatcher/
go build -o $(GOPATH)/bin/distributed_controller ./cmd/channel/distributed/controller/
go build -o $(GOPATH)/bin/distributed_dispatcher ./cmd/channel/distributed/dispatcher/
go build -o $(GOPATH)/bin/migrate $(MIGRATE_IMAGE)
.PHONY: install

Expand Down Expand Up @@ -66,8 +64,6 @@ generate-dockerfiles:
rm -rf openshift/ci-operator/knative-images/*
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images $(CORE_IMAGES)
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images source_controller
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images distributed_controller
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images distributed_dispatcher
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images consolidated_controller
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images consolidated_dispatcher
./openshift/ci-operator/generate-dockerfiles.sh openshift/ci-operator/knative-images $(MIGRATE_IMAGE)
Expand Down
4 changes: 0 additions & 4 deletions openshift/release/generate-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ source_output_file="openshift/release/knative-eventing-kafka-source-ci.yaml"
source_postinstall_output_file="openshift/release/knative-eventing-kafka-source-postinstall-ci.yaml"
channel_output_file="openshift/release/knative-eventing-kafka-channel-ci.yaml"
channel_postinstall_file="openshift/release/knative-eventing-kafka-channel-postinstall-ci.yaml"
distributed_channel_output_file="openshift/release/knative-eventing-kafka-distributed-channel-ci.yaml"

if [ "$release" == "ci" ]; then
image_prefix="registry.ci.openshift.org/openshift/knative-nightly:knative-eventing-kafka-"
Expand All @@ -25,6 +24,3 @@ resolve_resources config/source/post-install $source_postinstall_output_file $im
# the channel parts
resolve_resources config/channel/consolidated $channel_output_file $image_prefix $tag
resolve_resources config/channel/post-install $channel_postinstall_file $image_prefix $tag

# the distributed channel parts
resolve_resources config/channel/distributed $distributed_channel_output_file $image_prefix $tag

0 comments on commit f41a279

Please sign in to comment.