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

Added test framework build pipeline #1346

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

suyadav1
Copy link
Contributor

@suyadav1 suyadav1 commented Jan 30, 2025

This pipeline will be used to run the e2e ginkgo tests on the ci-cd cluster: Monitoring-Model-Cluster-WEU with the help of testkube.
To add/change a cluster, we need to add multiple jobs (one for each cluster) to the pipeline.

Pre-requisite:
Before running the pipeline on a cluster, install the helm chart on your cluster:

helm repo add kubeshop https://kubeshop.github.io/helm-charts
helm install --create-namespace testkube kubeshop/testkube --version 1.15.17 -n testkube

ToDo:
Take list of the cluster from a variable and iterate over it to add jobs dynamically.

Tests done:
Local test pipeline worked as expected.

@suyadav1 suyadav1 requested a review from a team as a code owner January 30, 2025 22:31
@suyadav1 suyadav1 requested a review from Copilot January 30, 2025 22:34

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

ganga1980
ganga1980 previously approved these changes Jan 30, 2025
@suyadav1 suyadav1 merged commit 38786dc into ci_prod Jan 31, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants