Skip to content

OADP-6141: Use of kopia from downstream fork #1759

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mpryc
Copy link
Contributor

@mpryc mpryc commented May 19, 2025

Use of downstream fork of the Kopia repository.

Similar PR for the downstream velero project: openshift/velero#384

Note:
Before this PR downstream kopia repository was updated:

  • In the migtools/kopia repository a new branch was created from the master: master-before-making-konveyor-dev-obsolete
  • The master branch was synced from the konveyor-dev (they are now the same)
  • The master branch was made default branch, so we have similar naming there to be in sync with oadp-operator

NONE of this affected oadp-1.5 branch:

  • oadp-1.5 branch of migtools/kopia repository is the same as konveyor-dev and now the default master
  • oadp-1.5 branch of the oadp-operator project still points to the upstream project-velero/kopia from the branch v0.19.0-velero-patch
  • The upstream project-velero/kopia from the branch v0.19.0-velero-patch is the same as the master/konveoyr-dev/oadp-1.5 branches from the migtools/kopia repository.

Why the changes were made

Fix: OADP-6141

How to test the changes made

Check the go.mod it should point to migtools/kopia.

Use of downstream fork of the Kopia repository.

Signed-off-by: Michal Pryc <[email protected]>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 19, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented May 19, 2025

@mpryc: This pull request references OADP-6141 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Use of downstream fork of the Kopia repository.

Note:
Before this PR downstream kopia repository was updated:

  • In the migtools/kopia repository a new branch was created from the master: master-before-making-konveyor-dev-obsolete
  • The master branch was synced from the konveyor-dev (they are now the same)
  • The master branch was made default branch, so we have similar naming there to be in sync with oadp-operator

NONE of this affected oadp-1.5 branch:

  • oadp-1.5 branch of migtools/kopia repository is the same as konveyor-dev and now the default master
  • oadp-1.5 branch of the oadp-operator project still points to the upstream project-velero/kopia from the branch v0.19.0-velero-patch
  • The upstream project-velero/kopia from the branch v0.19.0-velero-patch is the same as the master/konveoyr-dev/oadp-1.5 branches from the migtools/kopia repository.

Why the changes were made

Fix: OADP-6141

How to test the changes made

Check the go.mod it should point to migtools/kopia.

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 openshift-eng/jira-lifecycle-plugin repository.

1 similar comment
@openshift-ci-robot
Copy link

openshift-ci-robot commented May 19, 2025

@mpryc: This pull request references OADP-6141 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Use of downstream fork of the Kopia repository.

Note:
Before this PR downstream kopia repository was updated:

  • In the migtools/kopia repository a new branch was created from the master: master-before-making-konveyor-dev-obsolete
  • The master branch was synced from the konveyor-dev (they are now the same)
  • The master branch was made default branch, so we have similar naming there to be in sync with oadp-operator

NONE of this affected oadp-1.5 branch:

  • oadp-1.5 branch of migtools/kopia repository is the same as konveyor-dev and now the default master
  • oadp-1.5 branch of the oadp-operator project still points to the upstream project-velero/kopia from the branch v0.19.0-velero-patch
  • The upstream project-velero/kopia from the branch v0.19.0-velero-patch is the same as the master/konveoyr-dev/oadp-1.5 branches from the migtools/kopia repository.

Why the changes were made

Fix: OADP-6141

How to test the changes made

Check the go.mod it should point to migtools/kopia.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from kaovilai and mrnold May 19, 2025 07:47
Copy link

openshift-ci bot commented May 19, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mpryc

The full list of commands accepted by this bot can be found here.

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 19, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented May 19, 2025

@mpryc: This pull request references OADP-6141 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set.

In response to this:

Use of downstream fork of the Kopia repository.

Similar PR for the downstream velero project: openshift/velero#384

Note:
Before this PR downstream kopia repository was updated:

  • In the migtools/kopia repository a new branch was created from the master: master-before-making-konveyor-dev-obsolete
  • The master branch was synced from the konveyor-dev (they are now the same)
  • The master branch was made default branch, so we have similar naming there to be in sync with oadp-operator

NONE of this affected oadp-1.5 branch:

  • oadp-1.5 branch of migtools/kopia repository is the same as konveyor-dev and now the default master
  • oadp-1.5 branch of the oadp-operator project still points to the upstream project-velero/kopia from the branch v0.19.0-velero-patch
  • The upstream project-velero/kopia from the branch v0.19.0-velero-patch is the same as the master/konveoyr-dev/oadp-1.5 branches from the migtools/kopia repository.

Why the changes were made

Fix: OADP-6141

How to test the changes made

Check the go.mod it should point to migtools/kopia.

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 openshift-eng/jira-lifecycle-plugin repository.

Copy link

openshift-ci bot commented May 22, 2025

@mpryc: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants