Skip to content

Commit

Permalink
run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Aug 31, 2023
1 parent 8b1071e commit 284740b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
############################################################################################
- name: Download k3d
run: curl --silent --fail https://github.com/raw/k3d-io/k3d/main/install.sh | TAG=v5.4.6 bash
############################################################################################
- name: Run integration tests without lifecycle-manager
run: make -C hack/ci run-without-lifecycle-manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
controller-gen.kubebuilder.io/version: v0.9.2
creationTimestamp: null
name: applicationconnectors.operator.kyma-project.io
spec:
Expand Down
4 changes: 2 additions & 2 deletions hack/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ run-without-lifecycle-manager: \

.PHONY: create-k3d
create-k3d: ## Create k3d with kyma CRDs.
${KYMA} provision k3d --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} --ci
${KYMA} provision k3d --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} -p 8080:80@loadbalancer -p 8443:443@loadbalancer --ci

.PHONY: delete-k3d
delete-k3d: ## Delete k3d with kyma CRDs.
Expand All @@ -64,7 +64,7 @@ patch-with-istio-crds: ## Delete k3d kyma cluster.

.PHONY: create-k3d
create-k3d: ## Create k3d with kyma CRDs.
${KYMA} provision k3d --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} --ci
${KYMA} provision k3d --registry-port ${REGISTRY_PORT} --name ${CLUSTER_NAME} -p 8080:80@loadbalancer -p 8443:443@loadbalancer --ci

##@ Module management

Expand Down

0 comments on commit 284740b

Please sign in to comment.