-
Notifications
You must be signed in to change notification settings - Fork 947
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
kie-issues#1213: configure for dockerhub registry #3087
Conversation
Co-authored-by: Rodrigo Antunes <[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.
LGTM . Thanks!
@jstastny-cz I'm not sure why the dsl test is failing. Can you verify? |
String temporaryImageName = imageUtils.getImageFullName(getOperatorImageNamespace(), getOperatorImageName(), | ||
getOperatorImageTemporaryTag()) | ||
// https://docs.docker.com/docker-hub/api/latest/#tag/repositories | ||
error "Dockerhub API does not allow deleting tags via API. The OptaPlanner Operator temporary image tag (${temporaryImageName}) should be removed 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.
@rodrigonull maybe it's this line the CI is complaining about?
org.spockframework.runtime.UnallowedExceptionThrownError at JobScriptsSpec.groovy:97
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 guess we can use throw
? https://www.jenkins.io/doc/book/pipeline/syntax/#flow-control
I'm not sure, I'm not a Jenkins SME just brainstorming. :)
Those tests don't work well when my fork name is different than the actual repo :/ |
Tests passed when running locally with correct overrides. The test scripts would need much time investment, I might rather rename my forks :-D |
Fixes:
Depends on
docker.io/apache/incubator-kie-kogito-ci-build:main-latest
being released first (after #1197 is merged and pipeline execution succeeds).Part of PR group: