-
Notifications
You must be signed in to change notification settings - Fork 42
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
NO-ISSUE: Fix image names in CI and the script to bump versions #500
NO-ISSUE: Fix image names in CI and the script to bump versions #500
Conversation
@ricardozanini @wmedvede Can you help us verify what could be causing the E2E tests failure? |
@rodrigonull are the docker.io images published? |
yes, the images are published as you can see here: |
Is this repo part of any of our automations? I'm afraid this can cause some unwanted interference with |
Yes, the nightly job is still running. I guess we need to disable it until we release 10? Or we can just disable image publishing. That is an option too. |
Yeah, IDK, I think we shouldn't be publishing anything out of this repo before Apache KIE 10... |
And after Apache KIE 10, we need to decide what to do... |
After 10.x the image publishing must be done from this repo. |
@rodrigonull can you force push to run the CI again? |
@ricardozanini Not sure why. As far as I can tell, we never agreed on moving the |
@tiagobento lol, yes I meant |
@rodrigonull, have you rebased this branch? I'm asking because I recently opened a PR, and e2e works perfectly. |
021df7a
to
2c41efb
Compare
@ricardozanini Rebased. All green now :) |
…he#500) * Fix image names in CI and the script to bump versions * Fix typo * Re-trigger CI # Conflicts: # .ci/jenkins/dsl/jobs.groovy
Fixes image names on CI after the migration to dockerhub and also fixes the script to bump the project version.