-
Notifications
You must be signed in to change notification settings - Fork 20
backport changes from pr:1318 to main #1490
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
base: rhoai-2.24
Are you sure you want to change the base?
backport changes from pr:1318 to main #1490
Conversation
/build-konflux |
5de6b19
to
3f2a625
Compare
/build-konflux |
4 similar comments
/build-konflux |
/build-konflux |
/build-konflux |
/build-konflux |
@grdryn Could you please take a look for the arm64 image builds for jupyter-minimal-cpu-py311 and jupyter-minimal-cpu-py312? @npanpaliya, @wznoinsk ppc64le images built successfully in konflux |
@Shafi-Hussain could you please share direct links to the specific runs that have arm64 failures? It's difficult to determine because of all of the runs (including duplicates) |
Sure. jupyter-minimal-cpu-py312 pipeline failed on arm for some resource quota evaluation timeout. jupyter-minimal-cpu-py311 pipeline is failing in |
/build-konflux |
This one is a Konflux issue, not related to the build itself: Konflux just timed out provisioning the builder. No reason to think that it's reproducible. Indeed it can be seen on the new run that it has already passed that point.
This is not specific to arm64: amd64 also has the same issue. I think if the checking of ppc64le didn't fail pulling the image, it would have failed on the same thing. @jiridanek, are y'all aware of this issue in the preflight checks? "failed": [
{
"name": "HasLicense",
"elapsed_time": 0,
"description": "Checking if terms and conditions applicable to the software including open source licensing information are present. The license must be at /licenses",
"help": "Check HasLicense encountered an error. Please review the preflight.log file for more information.",
"suggestion": "Create a directory named /licenses and include all relevant licensing and/or terms and conditions as text file(s) in that directory.",
"knowledgebase_url": "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction",
"check_url": "https://access.redhat.com/documentation/en-us/red_hat_software_certification/2024/html-single/red_hat_openshift_software_certification_policy_guide/index#assembly-requirements-for-container-images_openshift-sw-cert-policy-introduction"
}
] |
60b0cd0
to
c0bcaf0
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/build-konflux |
/build-konflux |
Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
Updated install_texlive and install_pandoc scripts to run only on ppc64le. Other architectures use the default install_pdf_deps scripts. This is to ensure s390x builds don't break with ppc64le scripts. Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
Signed-off-by: Md. Shafi Hussain <[email protected]>
d3d62a3
to
b2ec92c
Compare
/build-konflux |
1 similar comment
/build-konflux |
Updated Dockerfile.konflux.cpu for jupyter-minimal images