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

Replace container to due errors #2359

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

Conversation

matzew
Copy link
Member

@matzew matzew commented Jun 12, 2024

Changes

Fixes #2358

  • Replace container to due errors

/kind

Fixes #

Release Note


Docs


Signed-off-by: Matthias Wessendorf <[email protected]>
Copy link

knative-prow bot commented Jun 12, 2024

@matzew: The label(s) kind/<kind> cannot be applied, because the repository doesn't have them.

In response to this:

Changes

Fixes #2358

  • Replace container to due errors

/kind

Fixes #

Release Note


Docs


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.

Copy link

knative-prow bot commented Jun 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew

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

@knative-prow knative-prow bot requested review from dsimansk and vyasgun June 12, 2024 15:19
@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.71%. Comparing base (a18957d) to head (659158f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2359      +/-   ##
==========================================
+ Coverage   58.34%   65.71%   +7.36%     
==========================================
  Files         128      128              
  Lines       14895    11534    -3361     
==========================================
- Hits         8690     7579    -1111     
+ Misses       5304     2999    -2305     
- Partials      901      956      +55     
Flag Coverage Δ
e2e-test 37.99% <ø> (ø)
e2e-test-oncluster ?
e2e-test-oncluster-runtime 27.01% <ø> (?)
e2e-test-runtime-go 26.03% <ø> (?)
e2e-test-runtime-node 27.00% <ø> (?)
e2e-test-runtime-python 27.00% <ø> (?)
e2e-test-runtime-quarkus 27.10% <ø> (?)
e2e-test-runtime-rust 26.08% <ø> (?)
e2e-test-runtime-springboot 26.14% <ø> (?)
e2e-test-runtime-typescript 27.09% <ø> (?)
integration-tests 51.34% <ø> (?)
unit-tests 49.30% <ø> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@matejvasek
Copy link
Contributor

matejvasek commented Jun 12, 2024

I think it might be better to just check if the container already exist and if it does then skip creation.
Current approach only fixes the issue for podman and it deletes all stored images which may or may not be desirable.

@matejvasek
Copy link
Contributor

ping @matzew

@matejvasek matejvasek requested review from gauron99 and lkingland and removed request for dsimansk and vyasgun June 21, 2024 13:54
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. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local registry (re)creation issues
2 participants