Skip to content

Commit

Permalink
Merge pull request kubernetes#7366 from nojnhuh/azure-e2e-tag
Browse files Browse the repository at this point in the history
build for azure e2e tests with only azure provider
  • Loading branch information
k8s-ci-robot authored Oct 7, 2024
2 parents afb3a08 + 17f59f1 commit e0aca86
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 e0aca86

Please sign in to comment.