-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dep update
Github Action fails on Update jsonnet dependencies
#417
Comments
Hey @kylos101, the CI fails because it ends with exit code 1 if there is nothing to update. I'm running the script manually inside a workspace and I can see that nothing is being updated, besides the Updating the lock file with nothing else doesn't seem to bring any benefits, hence the intentional failure. Are you sure that the PRs making changes to dashboards were merged before you triggered the CI here? Is anything that we could do to make the expectations clearer? |
Can you echo a message on failure, so folks know why the job failed? This way they get feedback from the job, without having to troubleshoot it in a workspace.
I recall trying to run this to update SLOs in Pyrra. Perhaps this is the wrong workflow? I was not trying to update a dashboard...doh! What workflow updates Pyrra? Sorry... |
That's a very good idea! Let me open a PR
SLOs are managed by ArgoCD, e.g. the workspace-slos app. We tried to document that in the architecture page 🙂 Since it is managed by ArgoCD, all you need to update an SLO is commit the change to main. ArgoCD will take care of the rest(it might take a 1~5mins until everything is reconciled) |
Thank you for clarifying how SLOs ship! |
Bug description
Here is a sample job run that is failing
Steps to reproduce
Run the job (I ran it three times and they all failed)
Interestingly, the same steps pass from within a Gitpod workspace.
Expected behavior
It would ideally pass
Example repository
No response
Anything else?
It runs successfully from a Gitpod workspace. 🤔 Perhaps it is related to Github Action runner changes? Ref
The text was updated successfully, but these errors were encountered: