Closed andfasano closed 7 months ago
@andfasano: This pull request references AGENT-863 which is a valid jira issue.
cc @zaneb
/lgtm
/hold looks like the imagestream is still not available ? https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-samples-operator/544/pull-ci-openshift-cluster-samples-operator-master-e2e-aws-ovn-image-ecosystem/1782678785934495744
Hmm, I can see it even without being logged in: https://quay.io/repository/openshift/origin-baremetal-installer
And I can pull it no problem:
$ podman pull quay.io/openshift/origin-baremetal-installer
Trying to pull quay.io/openshift/origin-baremetal-installer:latest...
Getting image source signatures
Copying blob e6564833bd0b done |
Copying blob d8190195889e done |
Copying blob 9444bc135ccc done |
Copying blob 97da74cc6d8f done |
Copying blob b7caac98184d done |
Copying blob d3540128d21d done |
Copying config c00a0c0cf0 done |
Writing manifest to image destination
c00a0c0cf0837eeb50de2a425fa84c918b20d10b65b7ac6673154c0f420b32fa
So it's not one of those private repos where nobody can remember if there is a reason for it to be private :sweat_smile:
I think the issue must be that there is no v4.0
tag in the repo, because the first version of OCP to contain this image was 4.2.
Presumably this all gets overwritten by the CVO anyway? @fbm3307 what would you recommend as the tag to use? 4.2
(first version that exists) or e.g. 4.16
(first version that will have the ImageStream) or something else?
i wont be the right person to answer it, i do not have much idea onto the tags.
Let's go with the latest
/hold cancel
@fbm3307 looks like the stream is ok now, can we proceed? Thanks
/retest
@andfasano: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/okd-scos-e2e-aws-operator | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-operator |
ci/prow/okd-scos-e2e-aws-ovn-upgrade | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-ovn-upgrade |
ci/prow/okd-e2e-aws-ovn-jenkins | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-ovn-jenkins |
ci/prow/okd-scos-e2e-aws-ovn-image-ecosystem | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-ovn-image-ecosystem |
ci/prow/okd-scos-e2e-aws-ovn | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-ovn |
ci/prow/okd-e2e-aws-ovn-builds | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-ovn-builds |
ci/prow/okd-e2e-aws-ovn | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-ovn |
ci/prow/okd-scos-e2e-aws-ovn-builds | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-ovn-builds |
ci/prow/okd-e2e-aws-ovn-image-ecosystem | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-ovn-image-ecosystem |
ci/prow/okd-e2e-aws-ovn-upgrade | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-ovn-upgrade |
ci/prow/okd-e2e-aws-operator | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-e2e-aws-operator |
ci/prow/okd-scos-e2e-aws-ovn-jenkins | 120c58b5a7dfdc8487359cb4d75bbf82c5d35398 | link | false | /test okd-scos-e2e-aws-ovn-jenkins |
Full PR test history. Your PR dashboard.
All passing except for the optional OKD jobs that have been permafailing for a while now. /lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: andfasano, zaneb Once this PR has been reviewed and has the lgtm label, please assign gabemontero for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Just FYI @zaneb @andfasano , Samples operator is going to be removed After OCP 4.17, we are already into maintenance mode . SO i would not recommend adding anything new to samples operator now
Closed as per comment https://github.com/openshift/cluster-samples-operator/pull/544#issuecomment-2074406605
This patch is required to retrieve the baremetal installer image by the day2 add node script (see https://github.com/openshift/installer/pull/8242)