-
Notifications
You must be signed in to change notification settings - Fork 546
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
Pick up some of the shared workflows #1490
Conversation
We've been using this downstream, and it is a nice way of getting a whole bunch of information from the KinD cluster on failures to debug things. Signed-off-by: Matt Moore <[email protected]>
Signed-off-by: Matt Moore <[email protected]>
Signed-off-by: Matt Moore <[email protected]>
Signed-off-by: Matt Moore <[email protected]>
I think we should probably snap a |
.github/workflows/donotsubmit.yaml
Outdated
-level="error" | ||
|
||
echo '::endgroup::' | ||
uses: chainguard-dev/actions/donotsubmit@main |
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.
can we use a git hash instead of main?
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.
Done
@mattmoor, we need to add the following in the dependabot.yml definition - package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily" then it will check the actions/jobs and update them according |
Signed-off-by: Matt Moore <[email protected]>
Signed-off-by: Matt Moore <[email protected]>
Added the dependabot config as well. |
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.
cool!
Signed-off-by: Matt Moore <[email protected]>
* Use a shared action for dumping KinD diagnostics and DO NOT SUBMIT. We've been using this downstream, and it is a nice way of getting a whole bunch of information from the KinD cluster on failures to debug things. Signed-off-by: Matt Moore <[email protected]> * Add the nodiff action to the party Signed-off-by: Matt Moore <[email protected]> * Start to consume the whitespace actions Signed-off-by: Matt Moore <[email protected]> * Start to consume the go formatting actions Signed-off-by: Matt Moore <[email protected]> * Pin SHAs Signed-off-by: Matt Moore <[email protected]> * Add dependabot config for bumping actions Signed-off-by: Matt Moore <[email protected]> * Add newline at EOF Signed-off-by: Matt Moore <[email protected]>
* Use a shared action for dumping KinD diagnostics and DO NOT SUBMIT. We've been using this downstream, and it is a nice way of getting a whole bunch of information from the KinD cluster on failures to debug things. Signed-off-by: Matt Moore <[email protected]> * Add the nodiff action to the party Signed-off-by: Matt Moore <[email protected]> * Start to consume the whitespace actions Signed-off-by: Matt Moore <[email protected]> * Start to consume the go formatting actions Signed-off-by: Matt Moore <[email protected]> * Pin SHAs Signed-off-by: Matt Moore <[email protected]> * Add dependabot config for bumping actions Signed-off-by: Matt Moore <[email protected]> * Add newline at EOF Signed-off-by: Matt Moore <[email protected]>
This picks up a shared definition of
DO NOT SUBMIT
to avoid divergent shell code.This also picks up our KinD diagnostic dumping logic from downstream, which we've been using to debug assorted KinD-based failures.
I have a few more workflows on my list that we can share this way, and I'll likely keep adding them here.
@cpanato Not sure what the best way of getting this to use the dependabot form is, so PTAL and LMK how best to adjust this. We haven't cut a release yet, but we can once we've gotten a bunch more of our workflows shared this way.
Ticket Link
N/A
Release Note