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

[release-4.15]: download OCP nightly through GA'ed version incase of failures #10079

Merged

Conversation

vavuthu
Copy link
Contributor

@vavuthu vavuthu commented Jul 12, 2024

Signed-off-by: vavuthu [email protected]

@vavuthu vavuthu requested a review from a team as a code owner July 12, 2024 02:31
Copy link

openshift-ci bot commented Jul 12, 2024

@vavuthu: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

download OCP nightly through GA'ed version incase of failures

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@pull-request-size pull-request-size bot added the size/L PR that changes 100-499 lines label Jul 12, 2024
@vavuthu vavuthu changed the title download OCP nightly through GA'ed version incase of failures [release-4.15]: download OCP nightly through GA'ed version incase of failures Jul 12, 2024
Copy link

openshift-ci bot commented Jul 12, 2024

@vavuthu: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

[release-4.15]: download OCP nightly through GA'ed version incase of failures

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@vavuthu vavuthu added the team/ecosystem Ecosystem team related issues/PRs label Jul 12, 2024
@vavuthu
Copy link
Contributor Author

vavuthu commented Jul 12, 2024

verified here

2024-07-12 08:19:32  22:49:32 - MainThread - ocs_ci.utility.utils - INFO  - Downloading openshift client (4.15.0-0.nightly-2024-07-11-080553).
2024-07-12 08:19:32  22:49:32 - MainThread - ocs_ci.utility.utils - INFO  - Directory '/home/jenkins/bin' successfully created.
2024-07-12 08:19:32  22:49:32 - MainThread - ocs_ci.utility.utils - ERROR  - Failed to download the openshift client. Exception 'The URL https://openshift-release-artifacts.apps.ci.l2s4.p1.openshiftapps.com/4.15.0-0.nightly-2024-07-11-080553/openshift-client-linux-4.15.0-0.nightly-2024-07-11-080553.tar.gz is not available! Status: 404.'
2024-07-12 08:19:32  22:49:32 - MainThread - ocs_ci.utility.utils - INFO  - version 4.15 is GA'ed, use the same version to download oc
2024-07-12 08:19:34  22:49:34 - MainThread - ocs_ci.utility.utils - INFO  - Executing command: tar xzvf openshift-client.tar.gz -C /tmp
2024-07-12 08:19:35  22:49:35 - MainThread - ocs_ci.utility.utils - INFO  - Executing command: ldd --version ldd
2024-07-12 08:19:35  22:49:35 - MainThread - ocs_ci.utility.utils - INFO  - Executing command: /tmp/oc adm release extract -a /home/jenkins/workspace/qe-deploy-ocs-cluster/ocs-ci/data/pull-secret --command=oc registry.ci.openshift.org/ocp/release:4.15.0-0.nightly-2024-07-11-080553 --to .
2024-07-12 08:19:39  22:49:38 - MainThread - ocs_ci.utility.utils - INFO  - Executing command: /home/jenkins/bin/oc version --client
2024-07-12 08:19:39  22:49:38 - MainThread - ocs_ci.utility.utils - INFO  - OpenShift Client version: Client Version: 4.15.0-0.nightly-2024-07-11-080553
2024-07-12 08:19:39  Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
2024-07-12 08:19:39  
2024-07-12 08:19:39  22:49:38 - MainThread - ocs_ci.ocs.openshift_ops - INFO  - Testing access to cluster with /home/jenkins/current-cluster-dir/openshift-cluster-dir/auth/kubeconfig

Marking as Verified

@vavuthu vavuthu added the Verified Mark when PR was verified and log provided label Jul 12, 2024
Copy link

@ocs-ci ocs-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR validation

Cluster Name:
Cluster Configuration: conf/ocsci/skip_ocs_deploy.yaml
PR Test Suite: deployment
PR Test Path: tests/
Additional Test Params:
OCP VERSION: 4.15
OCS VERSION: 4.15
tested against branch: release-4.15

Job PASSED.

Copy link

openshift-ci bot commented Jul 12, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dahorak, petr-balogh, vavuthu

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@petr-balogh petr-balogh merged commit d7671f9 into red-hat-storage:release-4.15 Jul 12, 2024
6 of 7 checks passed
@vavuthu
Copy link
Contributor Author

vavuthu commented Jul 13, 2024

/cherry-pick release-4.14

@openshift-cherrypick-robot
Copy link
Collaborator

@vavuthu: #10079 failed to apply on top of branch "release-4.14":

Applying: download OCP nightly through GA'ed version incase of failures
Using index info to reconstruct a base tree...
M	ocs_ci/utility/utils.py
M	ocs_ci/utility/version.py
Falling back to patching base and 3-way merge...
Auto-merging ocs_ci/utility/version.py
Auto-merging ocs_ci/utility/utils.py
CONFLICT (content): Merge conflict in ocs_ci/utility/utils.py
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 download OCP nightly through GA'ed version incase of failures
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherry-pick release-4.14

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/L PR that changes 100-499 lines team/ecosystem Ecosystem team related issues/PRs Verified Mark when PR was verified and log provided
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants