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-11882: Annotate HCP pods with the safe-to-evict-local-volume CA annotation #2647

Merged
merged 1 commit into from Jun 12, 2023

Conversation

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Jun 5, 2023
@openshift-ci-robot
Copy link

@jparrill: This pull request references Jira Issue OCPBUGS-11882, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Which issue(s) this PR fixes:
Fixes #OCPBUGS-11882

Depend on:

This is a second approach from #2597. This makes more sense.

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes e2e and unit tests.

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.

@netlify
Copy link

netlify bot commented Jun 5, 2023

Deploy Preview for hypershift-docs ready!

Name Link
🔨 Latest commit e119410
🔍 Latest deploy log https://app.netlify.com/sites/hypershift-docs/deploys/647dae82f44897000811c718
😎 Deploy Preview https://deploy-preview-2647--hypershift-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@jparrill
Copy link
Contributor Author

jparrill commented Jun 5, 2023

/area control-plane-operator

@openshift-ci openshift-ci bot added area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release and removed do-not-merge/needs-area labels Jun 5, 2023
@openshift-ci openshift-ci bot added the area/cli Indicates the PR includes changes for CLI label Jun 5, 2023
@jparrill jparrill force-pushed the bug/OCPBUGS-11882v2 branch 2 times, most recently from e119410 to 399bbe0 Compare June 5, 2023 10:01
support/config/deployment.go Outdated Show resolved Hide resolved
support/config/deployment.go Outdated Show resolved Hide resolved
@openshift-ci openshift-ci bot added the area/testing Indicates the PR includes changes for e2e testing label Jun 5, 2023
support/config/deployment.go Outdated Show resolved Hide resolved
test/e2e/util/util.go Outdated Show resolved Hide resolved
test/e2e/util/util.go Outdated Show resolved Hide resolved
@jparrill jparrill force-pushed the bug/OCPBUGS-11882v2 branch 2 times, most recently from 68ea8b7 to e33b55c Compare June 5, 2023 11:41
@muraee
Copy link
Contributor

muraee commented Jun 5, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 5, 2023
support/config/types.go Outdated Show resolved Hide resolved
test/e2e/util/util.go Outdated Show resolved Hide resolved
test/e2e/util/util.go Outdated Show resolved Hide resolved
@jparrill
Copy link
Contributor Author

jparrill commented Jun 6, 2023

/retest-required

@jparrill jparrill force-pushed the bug/OCPBUGS-11882v2 branch 2 times, most recently from 82463f5 to 4eb2340 Compare June 7, 2023 09:19
@jparrill jparrill force-pushed the bug/OCPBUGS-11882v2 branch 4 times, most recently from aa76f16 to ae5d49a Compare June 7, 2023 10:09
test/e2e/util/util.go Outdated Show resolved Hide resolved
@openshift-ci openshift-ci bot added the area/hypershift-operator Indicates the PR includes changes for the hypershift operator and API - outside an OCP release label Jun 8, 2023
@openshift-ci-robot
Copy link

@jparrill: This pull request references Jira Issue OCPBUGS-11882, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

In response to this:

Which issue(s) this PR fixes:
Fixes #OCPBUGS-11882

Depend on:

This is a second approach from #2597. This makes more sense.

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes e2e and unit tests.

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.

…ation

Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
@jparrill
Copy link
Contributor Author

/retest e2e-aws

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 10, 2023

@jparrill: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

  • /test e2e-aws
  • /test images
  • /test unit
  • /test verify

The following commands are available to trigger optional jobs:

  • /test e2e-aws-4-12
  • /test e2e-aws-4-13
  • /test e2e-aws-metrics
  • /test e2e-conformance
  • /test e2e-ibmcloud-iks
  • /test e2e-ibmcloud-roks
  • /test e2e-kubevirt-aws-ovn

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-hypershift-main-e2e-aws
  • pull-ci-openshift-hypershift-main-e2e-kubevirt-aws-ovn
  • pull-ci-openshift-hypershift-main-images
  • pull-ci-openshift-hypershift-main-unit
  • pull-ci-openshift-hypershift-main-verify

In response to this:

/retest e2e-aws

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.

@jparrill
Copy link
Contributor Author

/test e2e-aws

@jparrill jparrill changed the title OCPBUGS-11882: CPO now annotates HCP pods with safe-to-evict CA annot… OCPBUGS-11882: Annotate HCP pods with the safe-to-evict CA annotation Jun 12, 2023
@jparrill jparrill changed the title OCPBUGS-11882: Annotate HCP pods with the safe-to-evict CA annotation OCPBUGS-11882: Annotate HCP pods with the safe-to-evict-local-volume CA annotation Jun 12, 2023
@csrwng
Copy link
Contributor

csrwng commented Jun 12, 2023

/lgtm

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

openshift-ci bot commented Jun 12, 2023

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

@openshift-merge-robot openshift-merge-robot merged commit c37a87f into openshift:main Jun 12, 2023
12 checks passed
@openshift-ci-robot
Copy link

@jparrill: Jira Issue OCPBUGS-11882: All pull requests linked via external trackers have merged:

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

In response to this:

Which issue(s) this PR fixes:
Fixes #OCPBUGS-11882

Depend on:

This is a second approach from #2597. This makes more sense.

Checklist

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes e2e and unit tests.

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.

@jparrill
Copy link
Contributor Author

/cherry-pick release-4.13

@openshift-cherrypick-robot

@jparrill: #2647 failed to apply on top of branch "release-4.13":

Applying: OCPBUGS-11882: CPO now annotates HCP pods with safe-to-evict CA annotation
Using index info to reconstruct a base tree...
M	hypershift-operator/controllers/nodepool/kubevirt/kubevirt.go
M	hypershift-operator/controllers/nodepool/kubevirt/kubevirt_test.go
M	support/config/deployment.go
M	test/e2e/util/fixture.go
M	test/e2e/util/util.go
Falling back to patching base and 3-way merge...
Auto-merging test/e2e/util/util.go
Auto-merging test/e2e/util/fixture.go
Auto-merging support/config/deployment.go
Auto-merging hypershift-operator/controllers/nodepool/kubevirt/kubevirt_test.go
CONFLICT (content): Merge conflict in hypershift-operator/controllers/nodepool/kubevirt/kubevirt_test.go
Auto-merging hypershift-operator/controllers/nodepool/kubevirt/kubevirt.go
CONFLICT (content): Merge conflict in hypershift-operator/controllers/nodepool/kubevirt/kubevirt.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 OCPBUGS-11882: CPO now annotates HCP pods with safe-to-evict CA annotation
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.13

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. area/cli Indicates the PR includes changes for CLI area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release area/hypershift-operator Indicates the PR includes changes for the hypershift operator and API - outside an OCP release area/testing Indicates the PR includes changes for e2e testing jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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

8 participants