Skip to content

Explicitly checking PodPending when reporting Build/Sign status #552

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

Conversation

yevgeny-shnaidman
Copy link
Contributor

Currently, PodPending phase of a running pod is not explicitly checked, which may cause an unnecessary errors reported. It does not affect the correctness of the flow, but does causes confusion in logs

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yevgeny-shnaidman

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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 5, 2023
@k8s-ci-robot k8s-ci-robot requested a review from ybettan September 5, 2023 12:01
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 5, 2023
@netlify
Copy link

netlify bot commented Sep 5, 2023

Deploy Preview for kubernetes-sigs-kmm ready!

Name Link
🔨 Latest commit ade98f9
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kmm/deploys/64f82882e5e2b100074f803b
😎 Deploy Preview https://deploy-preview-552--kubernetes-sigs-kmm.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 configuration.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 5, 2023
@yevgeny-shnaidman
Copy link
Contributor Author

/assign @qbarrand

@codecov-commenter
Copy link

codecov-commenter commented Sep 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (12b3bf7) 79.65% compared to head (ade98f9) 79.69%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #552      +/-   ##
==========================================
+ Coverage   79.65%   79.69%   +0.04%     
==========================================
  Files          43       43              
  Lines        4320     4320              
==========================================
+ Hits         3441     3443       +2     
+ Misses        721      719       -2     
  Partials      158      158              
Files Changed Coverage Δ
internal/utils/podhelper.go 96.62% <100.00%> (+2.24%) ⬆️

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

@yevgeny-shnaidman
Copy link
Contributor Author

/test pull-kernel-module-management-unit-tests

@yevgeny-shnaidman yevgeny-shnaidman force-pushed the yevgeny/pod-pedning-phase branch from 0fb10ab to 281a421 Compare September 5, 2023 12:44
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 5, 2023
@yevgeny-shnaidman
Copy link
Contributor Author

/test pull-kernel-module-management-unit-tests

@yevgeny-shnaidman yevgeny-shnaidman force-pushed the yevgeny/pod-pedning-phase branch from 281a421 to bdb2da6 Compare September 5, 2023 13:54
@yevgeny-shnaidman
Copy link
Contributor Author

/test pull-kernel-module-management-unit-tests

Currently, PodPending phase of a running pod is not explicitly checked,
which may cause an unnecessary errors reported. It does not affect the
correctness of the flow, but does causes confusion in logs
@yevgeny-shnaidman yevgeny-shnaidman force-pushed the yevgeny/pod-pedning-phase branch from bdb2da6 to ade98f9 Compare September 6, 2023 07:21
@qbarrand
Copy link
Contributor

qbarrand commented Sep 6, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 6, 2023
@k8s-ci-robot k8s-ci-robot merged commit b99968a into kubernetes-sigs:main Sep 6, 2023
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants