Skip to content
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

Fix Jenkins Job to build and deploy nightly images #300

Closed
ricardozanini opened this issue Nov 8, 2023 · 4 comments · Fixed by #301, #302 or #303
Closed

Fix Jenkins Job to build and deploy nightly images #300

ricardozanini opened this issue Nov 8, 2023 · 4 comments · Fixed by #301, #302 or #303
Assignees

Comments

@ricardozanini
Copy link
Member

Describe the bug

Currently, Apache Jenkins has not been working since the migration from kiegroup. After an initial assessment, we need the following:

  1. Remove OpenShift tests since we don't have a cluster yet (we may add this later once we have a cluster to run)
  2. Assess the tooling to build the operator image in the current infrastructure
  3. Change the build stage to use the tooling we have in Apache Jenkins

Expected behavior

kogito-serverless-operator-deply job to work on Apache Jenkins: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly/job/kogito-serverless-operator-deploy

Actual behavior

See description.

How to Reproduce?

No response

Output of uname -a or ver

No response

Golang version

No response

Operator-sdk version

No response

SonataFlow Operator version or git rev

No response

Additional information

No response

ricardozanini added a commit to ricardozanini/incubator-kie-kogito-serverless-operator that referenced this issue Nov 8, 2023
ricardozanini added a commit that referenced this issue Nov 9, 2023
@ricardozanini
Copy link
Member Author

Now we get an other error:

ERROR: Could not find credentials entry with ID 'OPENSHIFT_API'

@ricardozanini
Copy link
Member Author

ricardozanini commented Nov 10, 2023

I still see problems, now with a free local port in the registry.

@ricardozanini ricardozanini self-assigned this Nov 10, 2023
ricardozanini added a commit to ricardozanini/incubator-kie-kogito-serverless-operator that referenced this issue Nov 13, 2023
@ricardozanini ricardozanini reopened this Nov 13, 2023
@ricardozanini ricardozanini reopened this Nov 21, 2023
@ricardozanini ricardozanini moved this to In Progress in 🦉 KIE Podling Board Nov 21, 2023
@domhanak
Copy link
Contributor

domhanak commented Jan 10, 2024

Today the failure was the E2E tests execution:
https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/nightly/job/kogito-serverless-operator.e2e.minikube/1/console

I am looking into that, looks like E2E failed when starting minikube

@domhanak domhanak self-assigned this Jan 10, 2024
@domhanak
Copy link
Contributor

after #323 and #349 the nightly builds are working well.

@github-project-automation github-project-automation bot moved this from ⏳ In Progress to 🎯 Done in 🦉 KIE Podling Board Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment