Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install NATS Manager w/o LM #287

Merged
merged 10 commits into from
Jan 17, 2024
Merged

Install NATS Manager w/o LM #287

merged 10 commits into from
Jan 17, 2024

Conversation

muralov
Copy link
Contributor

@muralov muralov commented Jan 11, 2024

Don't use lifecycle manager to install nats-manager. Remove lifecycle-manager names from the jobs.
Moreover, make upgrade tests run for PRs and main branch.

Related issue:
#228

@muralov muralov requested a review from a team as a code owner January 11, 2024 06:12
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. area/ci Issues or PRs related to CI related topics size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 11, 2024
Don't use lifecycle manager to install nats-manager
@kyma-bot kyma-bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 11, 2024
* Execute e2e and upgrade tests without KLM
* Rename GH action workflows accordingl
@kyma-bot kyma-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 11, 2024
@muralov muralov linked an issue Jan 15, 2024 that may be closed by this pull request
@muralov muralov self-assigned this Jan 15, 2024
- name: Install latest NATS manager from main branch
run: |
make -C hack/ci/ create-kyma-system-ns
make deploy IMG=europe-docker.pkg.dev/kyma-project/prod/nats-manager:latest
Copy link
Contributor

@marcobebway marcobebway Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure that the latest tag always refers to the main head?
Otherwise we can use git CLI to get the latest commit SHA from the main branch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I am sure. I've checked it and it is also set here

hack/ci/Makefile Outdated
Comment on lines 30 to 31
.PHONY: install-nats-manager
install-nats-manager: ## Install nats-manager only.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.PHONY: install-nats-manager
install-nats-manager: ## Install nats-manager only.
.PHONY: install-latest-nats-manager-release
install-latest-nats-manager-release: ## Install nats-manager only.

@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 17, 2024
@kyma-bot kyma-bot merged commit dfc64bb into kyma-project:main Jan 17, 2024
8 checks passed
@muralov muralov deleted the dont_use_lm branch January 17, 2024 15:19
@mfaizanse mfaizanse added this to the 1.1.0 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to CI related topics cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove GitHub Action workflow e2e test with lifecycle manager.
4 participants