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-1.11] Restart containerd in ipv6 templates when restarting systemd-resolved #4216

Conversation

CecileRobertMichon
Copy link
Contributor

@CecileRobertMichon CecileRobertMichon commented Nov 1, 2023

What type of PR is this?

/kind failing-test

What this PR does / why we need it: Cherry-pick part of #4209 (the ci-version templates only exist in the main branch so this wasn't a clean cherry-pick).

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

  • cherry-pick candidate

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

Restart containerd in ipv6 templates when restarting systemd-resolved

@k8s-ci-robot k8s-ci-robot added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 1, 2023
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 1, 2023
CecileRobertMichon

This comment was marked as outdated.

CecileRobertMichon

This comment was marked as duplicate.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 1, 2023
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Nov 1, 2023
@nojnhuh
Copy link
Contributor

nojnhuh commented Nov 1, 2023

/test ls

@k8s-ci-robot
Copy link
Contributor

@nojnhuh: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

  • /test pull-cluster-api-provider-azure-apiversion-upgrade-v1beta1
  • /test pull-cluster-api-provider-azure-build-v1beta1
  • /test pull-cluster-api-provider-azure-ci-entrypoint-v1beta1
  • /test pull-cluster-api-provider-azure-e2e-aks-v1beta1
  • /test pull-cluster-api-provider-azure-e2e-v1beta1
  • /test pull-cluster-api-provider-azure-e2e-workload-upgrade-v1beta1
  • /test pull-cluster-api-provider-azure-test-v1beta1
  • /test pull-cluster-api-provider-azure-verify-v1beta1

The following commands are available to trigger optional jobs:

  • /test pull-cluster-api-provider-azure-apidiff-v1beta1
  • /test pull-cluster-api-provider-azure-capi-e2e-v1beta1
  • /test pull-cluster-api-provider-azure-conformance-v1beta1
  • /test pull-cluster-api-provider-azure-conformance-with-ci-artifacts-v1beta1
  • /test pull-cluster-api-provider-azure-e2e-optional-v1beta1

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

  • pull-cluster-api-provider-azure-apidiff-v1beta1
  • pull-cluster-api-provider-azure-apiversion-upgrade-v1beta1
  • pull-cluster-api-provider-azure-build-v1beta1
  • pull-cluster-api-provider-azure-capi-e2e-v1beta1
  • pull-cluster-api-provider-azure-ci-entrypoint-v1beta1
  • pull-cluster-api-provider-azure-e2e-aks-v1beta1
  • pull-cluster-api-provider-azure-e2e-v1beta1
  • pull-cluster-api-provider-azure-test-v1beta1
  • pull-cluster-api-provider-azure-verify-v1beta1

In response to this:

/test ls

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.

@nojnhuh
Copy link
Contributor

nojnhuh commented Nov 1, 2023

@CecileRobertMichon Do we not have conformance-dual-stack and conformance-ipv6 jobs for the release branch?

Copy link
Contributor

@nojnhuh nojnhuh left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 1, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 0ffdd05835508e283d6c8be3b22895513df63291

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nojnhuh

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 1, 2023
Copy link
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1fff4e0) 56.69% compared to head (9431d93) 56.68%.
Report is 3 commits behind head on release-1.11.

Additional details and impacted files
@@               Coverage Diff                @@
##           release-1.11    #4216      +/-   ##
================================================
- Coverage         56.69%   56.68%   -0.02%     
================================================
  Files               187      187              
  Lines             19212    19212              
================================================
- Hits              10893    10891       -2     
- Misses             7689     7691       +2     
  Partials            630      630              
Files Coverage Δ
azure/scope/cluster.go 58.09% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k8s-ci-robot k8s-ci-robot merged commit 5d3ea15 into kubernetes-sigs:release-1.11 Nov 1, 2023
19 checks passed
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants