Skip to content

Commit

Permalink
Fix e2e job NATS Install step
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 10, 2024
1 parent 75e2140 commit 296ec04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup NATS
run: |
make -C hack/ci/ get-nats-via-lifecycle-manager
make -C hack/ci/ install-nats-module
- name: Setup and test the eventing-manager
run: |
Expand Down
5 changes: 5 additions & 0 deletions hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ enable-nats-module:
get-nats-via-lifecycle-manager: install-lifecycle-manager install-latest-nats-module-template-fast enable-nats-module
./check-k8s-resource-is-ready.sh 180 nats kyma-system

.PHONY: install-nats-module
install-nats-module:
kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats-manager.yaml
kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats-default-cr.yaml

.PHONY: verify-kyma
verify-kyma: ## Wait for Kyma CR to be in Ready state.
../verify_kyma_status.sh
Expand Down

0 comments on commit 296ec04

Please sign in to comment.