-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Remove concurrency options from ghcr.yml #3457
Conversation
@@ -149,7 +216,7 @@ jobs: | |||
test_runtime: |
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.
When you say you are getting it unstuck, do you mean the job never runs sometimes? Or the job itself gets stuck?
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.
It just doesn't start, ever. Across multiple PR's.
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.
Ah interesting. It may be just because of the concurrency. Did you try just removing that at first?
In the builds that it never starts, do you see the ghcr_build_runtime
job pass successfully?
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.
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.
Close this PR now?
This was good for testing, but closing as there'll be other PR's for it. 😄 |
What is the problem that this fixes or functionality that this introduces? Does it fix any open issues?
concurrency
option fromghcr.yml
to avoid skipping of crucial workflows.Attempting to get the
Test Runtime (eventstream)
get unstuck, for testing :ghcr_build_runtime
into 2 separate platform jobs foramd64
andarm64
needs
forTest Runtime (eventstream)
to just the amd64 job