Bump to 1.25#1647
Conversation
|
/test 4.10-upgrade-tests-aws-ocp-410 |
|
It seems |
|
@nak3 Serving is not coming up after downgrade due to:
I think we faced that in the past with empty names. Will check. |
|
@mgencur I guess the bug checker here #1605 signals that we have the same name and different images during downgrade. I suppose this should go away when we also bump the serving version on main and it is safe to merge. This PR is an intermediate step anyway that uses the same Serving version. Correct? |
|
Yes. I think this problem will go away when you bump the Serving and Eventing version because the job has the Serving/Eventing version as the suffix: |
|
/retest |
|
It seems |
|
This is unrelated to the previous issue as storage jobs completed. This happens because we check the Serving status for the required version here after the upgrade.
However Serving will be setup with 1.3.0. So we are not getting the 1.2.0 version at the CR. Reason is we are downgrading from 1.25 (does not exist) to 1.24. I will bump the components previous versions in project.yaml and give it a try or we can just merge as this is a PR just updates the metadata. When Serving, Eventing is bumped this should pass. /cc @mgencur |
| previous: | ||
| serving: 1.2.0 | ||
| eventing: 1.2.1 | ||
| serving: 1.3.0 |
There was a problem hiding this comment.
This is temporary as we are going to bump the versions anyway. Otherwise downgrade tests will fail.
There was a problem hiding this comment.
Sounds good, this middle step is a new step to every bump moving forward, right? Maybe we can add a comment like (line 4)
# For minor and major version bumps, bump all `dependenceis.previous` to whatever `dependencies` has set.
version: 1.25.0
|
/retest |
|
again the 4.9 image job: |
|
Flaky We need to check how to fix this one. It comes up too often. Upgrade passed will re-test shortly. |
|
/retest |
|
@skonto: The
The following commands are available to trigger optional jobs:
Use 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. |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, pierDipi, skonto 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 |
|
/unhold |
Proposed Changes