-
Notifications
You must be signed in to change notification settings - Fork 51
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
do not merge - For testing: added workflows to delete images and deployment #924
Conversation
Resolves: #598 |
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
Hi @esune , This is ready for testing now. Lets connect whenever you are available. |
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
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.
The PR is closed, but the changes have not been merged: are you still working on it @rajpalc7 ?
push: | ||
branches: | ||
- ghcr-clean |
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.
Unsure about why there is a push
trigger on the ghcr-clean
branch: as noted previously, I don't think we want to trigger the action on push to any branch, but just run on a schedule and/or manually.
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.
Hi @esune i am testing workflow by running it on my local branch. Deleted the push trigger after successful testing.
.github/workflows/on_pr_closed.yaml
Outdated
@@ -2,19 +2,20 @@ name: Uninstall PR instance | |||
on: | |||
pull_request: | |||
branches: | |||
- main | |||
- ghcr-clean |
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.
This is incorrect, PRs should be targeting main
(as it was set to do before).
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.
Hi @esune i am testing workflow by running on my branch . Reverted back to main now.
plugins/test.yaml
Outdated
@@ -0,0 +1 @@ | |||
testS |
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.
I assume this is the test file used to trigger the deployment: it should not be part of the PR though.
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.
Hi @esune i am testing stuff to trigger the workflow. Deleted the test file now
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
Signed-off-by: Rajpal Chauhan <[email protected]>
Hi @esune, I was able to re-test all the 3 jobs successfully with suggested changes. I can demo it tomorrow and we can go there. |
do not merge - For testing creating github action job to delete images older than 30 days every tuesday, closing PR jobs and stale issues.