test: cluster template for building from custom images#1246
Conversation
|
Hi @jackfrancis. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
cc @chewong This is WIP at present |
a85e575 to
95f42a0
Compare
f306aa7 to
b5862b4
Compare
No longer true, this new template is tested working via tilt (and documented in this PR as such) |
|
@jackfrancis @chewong how do this and #1264 relate? Do we need both or is #1264 a superset? |
|
In the meantime, can we move forward on this PR? |
|
/ok-to-test |
|
/test ls |
994c986 to
bba7fa4
Compare
b33037a to
ce73e0c
Compare
ce73e0c to
066f864
Compare
| - content: | | ||
| #!/bin/bash | ||
|
|
||
| retrycmd() { |
There was a problem hiding this comment.
I'm not a huge fan of having this complex bash script in line in the template, would be good if we can move it to a separate file and inject it at some point (follow up). Also it should really live in https://github.com/kubernetes-sigs/cluster-api/tree/master/test/framework/kubernetesversions/data, there's nothing here that's Azure provider specific.
|
@jackfrancis overall this is a good start, pending my last 2 comments (revert tiltfile change and docs + use default as base), lgtm I opened #1314 to track further improvements that I'd like us to explore as follow up, no need to block this though, this is great progress. |
02f2da7 to
880a38e
Compare
880a38e to
c9392a5
Compare
c9392a5 to
2e0c1d6
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
What type of PR is this?
What this PR does / why we need it:
This PR establishes a standard prow template for creating clusters from custom upstream build artifacts.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: