apache / incubator-kie-kogito-serverless-operator

Kubernetes operator for SonataFlow
Apache License 2.0
17 stars 42 forks source link

NO-ISSUE: Fix image names in CI and the script to bump versions #500

Closed rodrigonull closed 3 months ago

rodrigonull commented 4 months ago

Fixes image names on CI after the migration to dockerhub and also fixes the script to bump the project version.

rodrigonull commented 4 months ago

@ricardozanini @wmedvede Can you help us verify what could be causing the E2E tests failure?

ricardozanini commented 4 months ago

@rodrigonull are the docker.io images published?

rodrigonull commented 4 months ago

@rodrigonull are the docker.io images published?

yes, the images are published as you can see here: https://hub.docker.com/r/apache/incubator-kie-sonataflow-operator/tags https://hub.docker.com/r/apache/incubator-kie-sonataflow-builder/tags https://hub.docker.com/r/apache/incubator-kie-sonataflow-devmode/tags

tiagobento commented 4 months ago

Is this repo part of any of our automations? I'm afraid this can cause some unwanted interference with sonataflow-operator currently on on kie-tools during the 10.0.0 release.

rodrigonull commented 4 months ago

Is this repo part of any of our automations? I'm afraid this can cause some unwanted interference with sonataflow-operator currently on on kie-tools during the 10.0.0 release.

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.

tiagobento commented 4 months ago

Yeah, IDK, I think we shouldn't be publishing anything out of this repo before Apache KIE 10...

tiagobento commented 4 months ago

And after Apache KIE 10, we need to decide what to do...

ricardozanini commented 3 months ago

After 10.x the image publishing must be done from this repo.

ricardozanini commented 3 months ago

@rodrigonull can you force push to run the CI again?

tiagobento commented 3 months ago

@ricardozanini Not sure why. As far as I can tell, we never agreed on moving the kogito-swf-builder and kogito-swf-devmode images from kogito-images to kogito-serverless-operator.

ricardozanini commented 3 months ago

@tiagobento lol, yes I meant kogito-image. I thought I was there.

ricardozanini commented 3 months ago

@rodrigonull, have you rebased this branch? I'm asking because I recently opened a PR, and e2e works perfectly.

rodrigonull commented 3 months ago

@ricardozanini Rebased. All green now :)