-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(helm-test): Added helm test and linting #2003
feat(helm-test): Added helm test and linting #2003
Conversation
Seems the new action is failing. |
In part of this PR, could you please update appVersion of Chart to be aligned with today image tag 4.15.0-20231110? |
Warning FailedScheduling 5m default-scheduler 0/1 nodes are available: 1 Insufficient cpu. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod.. Looks like the cluster doesn't have enough resource to start the default setup |
@diemol Please rerun the failed job, most probably GitHub runner ran out of computes while running k8s. Seems like intermittent issue. Happened with me as well once it worked on retry. |
I just did and pushed the commit. |
I saw the condition to trigger the workflow is on pull request. |
Cool, how about if we handle on the trigger events, something like on:
pull_request:
paths:
- 'charts/selenium-grid/**' I am referring to |
May be a separate PR as continuous improvement. It will take time to test new logic. The current if conditions are tested by me already. |
I would prefer to have this already. Thanks! |
While fixing another breakage, I have used your baseline to update trigger events, pull out configs for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @amardeep2006!
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
This is related to #1975
Motivation and Context
Types of changes
Checklist