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

OCPBUGS-16342: [release-4.7] Fix mounted volume expansion tests #1643

Merged

Conversation

jupierce
Copy link

#1512 - Slightly modified for framework compatibility

@openshift-ci-robot openshift-ci-robot added the backports/validated-commits Indicates that all commits come to merged upstream PRs. label Jul 18, 2023
@openshift-ci-robot
Copy link

@jupierce: the contents of this pull request could be automatically validated.

The following commits are valid:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci-robot
Copy link

@jupierce: the contents of this pull request could be automatically validated.

The following commits are valid:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci-robot
Copy link

@jupierce: the contents of this pull request could be automatically validated.

The following commits are valid:

Comment /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@jupierce
Copy link
Author

/retest

@jupierce
Copy link
Author

/cherry-pick release-4.6

@openshift-cherrypick-robot

@jupierce: once the present PR merges, I will cherry-pick it on top of release-4.6 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.6

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/test-infra repository.

@jupierce
Copy link
Author

/override ci/prow/e2e-metal-ipi-ovn-ipv6
/override ci/prow/e2e-aws-serial
/override ci/prow/e2e-aws-ovn
/override ci/prow/e2e-aws-multitenant
/override ci/prow/e2e-aws-jenkins
/override ci/prow/e2e-agnostic-cmd

@openshift-ci
Copy link

openshift-ci bot commented Jul 19, 2023

@jupierce: Overrode contexts on behalf of jupierce: ci/prow/e2e-agnostic-cmd, ci/prow/e2e-aws-jenkins, ci/prow/e2e-aws-multitenant, ci/prow/e2e-aws-ovn, ci/prow/e2e-aws-serial, ci/prow/e2e-metal-ipi-ovn-ipv6

In response to this:

/override ci/prow/e2e-metal-ipi-ovn-ipv6
/override ci/prow/e2e-aws-serial
/override ci/prow/e2e-aws-ovn
/override ci/prow/e2e-aws-multitenant
/override ci/prow/e2e-aws-jenkins
/override ci/prow/e2e-agnostic-cmd

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/test-infra repository.

@jupierce
Copy link
Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 19, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jul 19, 2023

@jupierce: 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/e2e-aws-serial ed4bde4 link true /test e2e-aws-serial
ci/prow/e2e-metal-ipi-ovn-ipv6 ed4bde4 link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/e2e-aws-multitenant ed4bde4 link true /test e2e-aws-multitenant
ci/prow/e2e-agnostic-cmd ed4bde4 link true /test e2e-agnostic-cmd
ci/prow/e2e-aws-jenkins ed4bde4 link true /test e2e-aws-jenkins
ci/prow/e2e-aws-ovn ed4bde4 link true /test e2e-aws-ovn

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

@jupierce jupierce added approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. labels Jul 19, 2023
@jupierce jupierce added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. labels Jul 19, 2023
@jsafrane
Copy link

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jul 19, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: jsafrane, jupierce

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

@jsafrane
Copy link

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 19, 2023
@openshift-merge-robot openshift-merge-robot merged commit c596e68 into openshift:release-4.7 Jul 19, 2023
26 checks passed
@openshift-cherrypick-robot

@jupierce: #1643 failed to apply on top of branch "release-4.6":

Applying: UPSTREAM: 116227: Fix mounted volume expansion tests
Using index info to reconstruct a base tree...
M	openshift-hack/images/os/Dockerfile
M	test/e2e/storage/flexvolume_mounted_volume_resize.go
M	test/e2e/storage/mounted_volume_resize.go
Falling back to patching base and 3-way merge...
Auto-merging openshift-hack/images/os/Dockerfile
CONFLICT (content): Merge conflict in openshift-hack/images/os/Dockerfile
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 UPSTREAM: 116227: Fix mounted volume expansion tests
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.6

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/test-infra repository.

@jsafrane
Copy link

/retitle OCPBUGS-16342: [release-4.7] Fix mounted volume expansion tests

@openshift-ci openshift-ci bot changed the title [release-4.7] Fix mounted volume expansion tests OCPBUGS-16342: [release-4.7] Fix mounted volume expansion tests Jul 19, 2023
@openshift-ci-robot
Copy link

@jupierce: Jira Issue OCPBUGS-16342: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-16342 has not been moved to the MODIFIED state.

In response to this:

#1512 - Slightly modified for framework compatibility

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/test-infra repository.

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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. backports/validated-commits Indicates that all commits come to merged upstream PRs. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet