Skip to content

Test automation framework: pull testkube images from MCR #1382

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

Merged
merged 8 commits into from
Apr 7, 2025

Conversation

suyadav1
Copy link
Contributor

Changes summary:

  • Azure policy on CICD clusters doesn't allow an image to be pulled from the public registry. So, we are pushing the testkube images to MCR and updating the helm chart to pull the images from MCR.
  • NodeSelector makes sure that all the testkube pods and executors are scheduled on Linux nodes only.
  • Added all the CICD clusters in the test pipeline.
  • Ignoring the testkube pods while comparing the resources from the logs and Kube API as some test pods are created at the runtime which might not be present in the logs by the time we run the tests.

@suyadav1 suyadav1 requested a review from a team as a code owner March 26, 2025 00:27
@suyadav1
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@ganga1980 ganga1980 left a comment

Choose a reason for hiding this comment

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

left comments

@suyadav1
Copy link
Contributor Author

suyadav1 commented Apr 7, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@suyadav1 suyadav1 merged commit 972b034 into ci_prod Apr 7, 2025
15 checks passed
suyadav1 added a commit that referenced this pull request Apr 17, 2025
* Pull testkube from mcr

* working helm chart

* schedule executors on linux nodes

* Added multiple cicd clusters configuration for testkube

* skip testkube pods in the test

* parameterized azure_pipeline_testframework.yaml

* resolved comments

* parameterized test automation pipeline
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.

2 participants