-
Notifications
You must be signed in to change notification settings - Fork 27
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
[release-4.12] Revert "DEBUG: don't pull in fresh FCOS" #532
[release-4.12] Revert "DEBUG: don't pull in fresh FCOS" #532
Conversation
@vrutkovs: No Bugzilla bug is referenced in the title of this pull request. 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: vrutkovs 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 |
/test e2e-aws-ovn |
/retest |
2 similar comments
/retest |
/retest |
|
/test e2e-aws-ovn |
/retest |
8ebcdb0
to
232a4a8
Compare
Several block PV tests are failing:
|
/test e2e-aws-ovn |
/retest |
/override ci/prow/e2e-gcp-upgrade |
@vrutkovs: Overrode contexts on behalf of vrutkovs: ci/prow/e2e-gcp-upgrade 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. |
/retest |
7ac25af
to
bd3bc7d
Compare
84ddda5
to
f363109
Compare
This reverts commit e83e32a.
Dockerfile
Outdated
&& rpm-ostree override replace https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-6.1.13-200.fc37.x86_64.rpm \ | ||
https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-core-6.1.13-200.fc37.x86_64.rpm \ | ||
https://kojipkgs.fedoraproject.org//packages/kernel/6.0.18/300.fc37/x86_64/kernel-modules-6.1.13-200.fc37.x86_64.rpm \ |
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.
The URL still has old version prefix in the URL path (6.0.18/300.fc37
).
Correct path should have this path after kernel/
:
6.1.13/200.fc37
659e6fc
to
5cc1a31
Compare
netcat \ | ||
/tmp/rpms/openshift-clients-[0-9]*.rpm \ | ||
/tmp/rpms/openshift-hyperkube-*.rpm \ | ||
&& rpm-ostree cleanup -m \ |
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.
rpm-ostree cleanup -m
isn't required anymore (ref coreos/layering-examples@38ef86c)
@vrutkovs: No Bugzilla bug is referenced in the title of this pull request. 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. |
Still happens in 1.25.2 :/ |
@vrutkovs: No Bugzilla bug is referenced in the title of this pull request. 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. |
@vrutkovs: No Bugzilla bug is referenced in the title of this pull request. 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. |
@vrutkovs: all tests passed! 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. |
This reverts commit e83e32a. Updated FCOS needs to be fetched every time we rebuild this image.
This also pins crio to 1.25.1 as 1.25.2 has a regression (https://issues.redhat.com/browse/OCPBUGS-8093) which fails several storage tests