-
Notifications
You must be signed in to change notification settings - Fork 207
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
WIP DO NOT MERGE test less compressed RPMs #1519
Conversation
@pmtk: GitHub didn't allow me to request PR reviews from the following users: pmtk. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pmtk 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 |
/retest |
/test e2e-router-smoke-test |
build log without the change:
|
/test e2e-router-smoke-test |
2 similar comments
/test e2e-router-smoke-test |
/test e2e-router-smoke-test |
/retest |
1 similar comment
/retest |
@@ -62,7 +62,7 @@ EOF | |||
# it yields w19.zstdio, which means compression level 19 using zstd algorithm. To | |||
# speed this up it runs w19T8.zstdio, which is the 8 thread version of the same | |||
# algorithm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this comment will also need to be updated.
I wonder if we need any compression at all if this is just for CI?
Actually it looks like the difference is within an error, that minute saved might've been just lucky run on CI.
|
@pmtk: The following tests failed, say
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. |
From further investigation (connected to building RPMs in a container) it seems that bulk of the time is (obviously) spent on compiling go binaries. Given that CI is always starting with clean slate (empty go cache), there's not much to do |
/hold
/cc