Update update-ci.sh#1239
Conversation
|
/cherry-pick release-v1.7 |
|
@nak3: once the present PR merges, I will cherry-pick it on top of release-v1.7 in a new PR and assign it to you. DetailsIn 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. |
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.9 true false > ${CONFIG}__49.yaml | ||
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.10 true false > ${CONFIG}__410.yaml | ||
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.11 true false true > ${CONFIG}__411-tls.yaml | ||
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.11 true false true > ${CONFIG}__tls.yaml |
There was a problem hiding this comment.
Please see my comment at openshift/release#32080 (comment)
I think we don't need this file ${CONFIG}__tls.yaml
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.10 true false > ${CONFIG}__410.yaml | ||
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.11 true false true > ${CONFIG}__411-tls.yaml | ||
| $CURDIR/generate-ci-config.sh knative-$VERSION 4.11 false true true > ${CONFIG}__411.yaml | ||
|
|
There was a problem hiding this comment.
It's looking better now. But 4.10 is completely missing here.
According to https://docs.google.com/document/d/1s0UrrCDh3b7TrqbKU0X7D62L7AccyxqtjfoxeiZ2vXo/edit#heading=h.btnn1nimzwdy the Serverless 1.25 release should still support 4.6 but Serverless 1.26 will support OCP 4.8 and newer.
I'm wondering if you want to drop 4.6, 4.7 from here and add 4.10 back.
On a general note. It might be sufficient to test on the oldest and newest. So, in theory having 4.8 and 4.11 should be sufficient. But I will leave it to you. Testing all versions from 4.6 to 4.11 sounds like an overkill.
WDYT?
There was a problem hiding this comment.
Sure, sounds good to me. Updated.
I will update https://github.com/openshift/release later.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mgencur, nak3 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 |
|
@nak3: new pull request created: #1241 DetailsIn 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. |
|
/cherry-pick release-v1.5 |
|
@nak3: #1239 failed to apply on top of branch "release-v1.5": DetailsIn 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. |
|
/cherry-pick release-v1.6 |
|
@nak3: #1239 failed to apply on top of branch "release-v1.6": DetailsIn 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. |
This patch updates
update-ci.sh:/cc @skonto @mgencur