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

fix: use overlay storage for s2i #1969

Closed
wants to merge 1 commit into from

Conversation

matejvasek
Copy link
Contributor

@matejvasek matejvasek commented Sep 12, 2023

Changes

  • 🎁 Use overlay storage for buildah instead of vfs in s2i on cluster build. It is much more efficient where vfs takes 5.5G overlay takes just 1.2G.
Use overlay storage driver instead of vfs driver in s2i tekton task.

@knative-prow
Copy link

knative-prow bot commented Sep 12, 2023

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

In response to this:

Changes

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

@knative-prow
Copy link

knative-prow bot commented Sep 12, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@knative-prow knative-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 12, 2023
@knative-prow
Copy link

knative-prow bot commented Sep 12, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matejvasek

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 12, 2023
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.71%. Comparing base (a4e4885) to head (4976df0).
Report is 157 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1969      +/-   ##
==========================================
+ Coverage   61.68%   62.71%   +1.02%     
==========================================
  Files         106      106              
  Lines       13693    13693              
==========================================
+ Hits         8446     8587     +141     
+ Misses       4400     4236     -164     
- Partials      847      870      +23     
Flag Coverage Δ
e2e-test 35.21% <ø> (+0.02%) ⬆️
e2e-test-oncluster 30.53% <ø> (+0.08%) ⬆️
e2e-test-oncluster-runtime 25.23% <ø> (?)
e2e-test-runtime-go 25.59% <ø> (?)
e2e-test-runtime-node 26.60% <ø> (?)
e2e-test-runtime-python 26.60% <ø> (?)
e2e-test-runtime-quarkus 26.71% <ø> (?)
e2e-test-runtime-rust 25.50% <ø> (?)
e2e-test-runtime-springboot 25.73% <ø> (?)
e2e-test-runtime-typescript 26.71% <ø> (?)
integration-tests 51.40% <ø> (+2.07%) ⬆️
unit-tests-macos-latest 48.21% <ø> (?)
unit-tests-ubuntu-latest 49.00% <ø> (?)
unit-tests-windows-latest 48.25% <ø> (ø)

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.

@knative-prow knative-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 12, 2023
@matejvasek
Copy link
Contributor Author

/hold
we must make sure this works on variety of clusters.

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 12, 2023
@matejvasek
Copy link
Contributor Author

@grafvonb Hi, if you had some spare time would you please verify this works on EKS?

@matejvasek
Copy link
Contributor Author

@trisberg Hi, if you had some spare time would you please verify this works on GKE?

@matejvasek
Copy link
Contributor Author

Note: when testing this locally you need to set

	FuncRepoRef       = "matejvasek/faas"
	FuncRepoBranchRef = "try-overlay"

in

FuncRepoRef = "knative/func"
FuncRepoBranchRef = "main"

@matejvasek matejvasek requested review from trisberg and salaboy and removed request for vyasgun September 12, 2023 20:04
@matejvasek
Copy link
Contributor Author

The thing is: overlays storage may not work on some cluster.

@jrangelramos
Copy link
Contributor

Hi @matejvasek it works on OCP.

@matejvasek
Copy link
Contributor Author

@jrangelramos While testing did you update FuncRepoRef and FuncRepoBranchRef?

@jrangelramos
Copy link
Contributor

@jrangelramos While testing did you update FuncRepoRef and FuncRepoBranchRef?

Yes! I did

Copy link
Contributor

This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Reopen with /reopen. Mark as fresh by adding the
comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 18, 2023
@jrangelramos
Copy link
Contributor

/remove-lifecycle stale

@knative-prow knative-prow bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 18, 2023
Copy link
Contributor

This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Reopen with /reopen. Mark as fresh by adding the
comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 19, 2024
@github-actions github-actions bot closed this Apr 18, 2024
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. 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.

2 participants