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

CI pipeline for backend switching tests #131

Closed
3 tasks done
Tracked by #231 ...
mfaizanse opened this issue Oct 5, 2023 · 5 comments · Fixed by #400, #404, #407, #408 or #420
Closed
3 tasks done
Tracked by #231 ...

CI pipeline for backend switching tests #131

mfaizanse opened this issue Oct 5, 2023 · 5 comments · Fixed by #400, #404, #407, #408 or #420
Assignees
Labels
area/eventing Issues or PRs related to eventing

Comments

@mfaizanse
Copy link
Member

mfaizanse commented Oct 5, 2023

Setup CI

Setup the CI job to execute the e2e test from #74.

Job Steps:

  • Install gardener cluster
  • Install nats-module (latest release) and wait for readiness.
  • Deploy eventing-manager (from PR).
  • Create Eventing CR with NATS
  • Run end-to-end tests (make e2e-eventing-setup and make e2e-eventing)
  • Update Eventing CR to EventMesh
  • Run end-to-end tests (make e2e-eventing)
  • Update Eventing CR back to NATS
  • Run end-to-end tests (make e2e-eventing and make e2e-cleanup)

Acceptance

  • Execute the e2e script using github action.
  • Run it on PRs and main.

Implementation hints

  • store secrets for EM, IAS and Gardener securely so that they can be used by the github action
@mfaizanse mfaizanse mentioned this issue Oct 5, 2023
42 tasks
@mfaizanse mfaizanse added the area/eventing Issues or PRs related to eventing label Oct 6, 2023
@k15r k15r mentioned this issue Nov 9, 2023
24 tasks
@kyma-bot
Copy link

kyma-bot commented Dec 5, 2023

This issue or PR has been automatically marked as stale due to the lack of recent activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Close this issue or PR with /close

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

@kyma-bot kyma-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 5, 2023
@kyma-bot
Copy link

This issue or PR has been automatically closed due to the lack of activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle stale

If you think that I work incorrectly, kindly raise an issue with the problem.

/close

@kyma-bot
Copy link

@kyma-bot: Closing this issue.

In response to this:

This issue or PR has been automatically closed due to the lack of activity.
Thank you for your contributions.

This bot triages issues and PRs according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle stale

If you think that I work incorrectly, kindly raise an issue with the problem.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@muralov muralov removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 14, 2023
@grischperl
Copy link
Collaborator

/remove-lifecycle stale

@grischperl grischperl reopened this Dec 22, 2023
@mfaizanse mfaizanse self-assigned this Jan 9, 2024
@mfaizanse
Copy link
Member Author

mfaizanse commented Jan 12, 2024

#388
#392
#391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment