-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
chore(updatecli): correct type of conditions for jdk21
manifest
#556
chore(updatecli): correct type of conditions for jdk21
manifest
#556
Conversation
…pdatecli-manifest
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 updatecli diff
command fails the JDK21 manifest with the following error:
ERROR: failed loading pipeline(s)
* "updatecli/updatecli.d/jdk21.yaml" - yaml: line 46: mapping values are not allowed in this context
but I'm not sure why?
This comment was marked as outdated.
This comment was marked as outdated.
jdk21
manifestjdk21
manifest
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.
LGTM!
Changed the title and labels (as this PR does not change the produced image so it can't be a "fix").
THe checks show the expected result: skipping JDK21 pipeline due to unpublished images
This PR replaces the type of conditions for the
jdk21
updatecli manifest.Unlike the
jdk21-preview
manifest this one is issued from, we have to check for the existence of docker images, not GitHub releases.Fixup of #536
Fixes #555 and closes #552 and closes #560 (GA docker images not yet available)
Testing done
Submitter checklist