Skip to content

Commit

Permalink
Merge pull request #7370 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7366-to-cluster-autoscaler-release-1.28

[cluster-autoscaler-release-1.28] build for azure e2e tests with only azure provider
  • Loading branch information
k8s-ci-robot authored Oct 11, 2024
2 parents 10a229a + 343fee2 commit 3a3d7c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster-autoscaler/cloudprovider/azure/test/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
REPO_ROOT:=$(shell git rev-parse --show-toplevel)
CAS_ROOT:=$(REPO_ROOT)/cluster-autoscaler

BUILD_TAGS=azure

include $(CAS_ROOT)/Makefile

CLUSTER_AUTOSCALER_NAMESPACE?=default
CLUSTER_AUTOSCALER_SERVICEACCOUNT_NAME?=cluster-autoscaler

.PHONY: build-e2e
build-e2e:
$(MAKE) -C $(CAS_ROOT) build-arch-$(GOARCH) make-image-arch-$(GOARCH)
$(MAKE) -C $(CAS_ROOT) build-arch-$(GOARCH) make-image-arch-$(GOARCH) BUILD_TAGS=${BUILD_TAGS}
docker push $(IMAGE)-$(GOARCH):$(TAG)

ARTIFACTS?=_artifacts
Expand Down

0 comments on commit 3a3d7c8

Please sign in to comment.