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

e2e tests: Support running tests for only specific providers #517

Open
squizzi opened this issue Oct 17, 2024 · 0 comments
Open

e2e tests: Support running tests for only specific providers #517

squizzi opened this issue Oct 17, 2024 · 0 comments
Labels
github actions Pull requests that update GitHub Actions code test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran

Comments

@squizzi
Copy link
Contributor

squizzi commented Oct 17, 2024

We should update our actions workflows to use the provider <foo> labels within GitHub to only run e2e tests for those specific providers if those labels are added. This will help cut down on test runtime while testing only the specific templates that get updated.

The labels have already been created, they are:

  • provider azure
  • provider aws
  • provider vsphere

And labels within Ginkgo already exist, we just need to update the github actions themselves to apply the right GINKGO_LABEL.

@squizzi squizzi added test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran github actions Pull requests that update GitHub Actions code labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github actions Pull requests that update GitHub Actions code test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran
Projects
Status: Todo
Development

No branches or pull requests

1 participant