ci: Use cosa init --transient#812
Conversation
Opt into the faster infrastructure from coreos/coreos-assembler#2889 for CI builds where we do not maintain any state across builds.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, miabbott, travier The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Well, this didn't have much of an effect. One bit I'm zooming in on here is this: But, looking at this recent job in coreos-assembler which is also running in the same build02 cluster, we see: That's a pretty dramatic performance difference, almost an order of magnitude. I think this must have something to do (as I think Micah mentioned) with jobs here running in a build pod as opposed to a regular pod. |
|
We might have consider moving back to test pods again for builds for PR and keep it as is for periodic jobs. |
|
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Opt into the faster infrastructure from
coreos/coreos-assembler#2889
for CI builds where we do not maintain any state across builds.