-
Notifications
You must be signed in to change notification settings - Fork 547
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
ci: update centos stream 8 baseurl #4658
Conversation
FYI,
CentOS 8 was EOL on 31 May 2024. pm@dhcp53-176:~$ podman run --rm -it quay.io/ceph/ceph:v18 cat /etc/os-release
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" Workaround for now will be to update the centos repo url. |
/test ci/centos/mini-e2e/k8s-1.29 |
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.
Can you please open a issue and link it in TODO ?
Since CentOS Stream 8 is EOL, this commit updates the config to use vault.centos.org for CentOS Stream 8. This should be removed once the base image (ceph) is updated to a version with a newer CentOS. Signed-off-by: Praveen M <m.praveen@ibm.com>
0a88488
to
8ccef44
Compare
/test ci/centos/mini-e2e/k8s-1.30 |
@Madhu-1, can we skip e2e tests for this PR? |
@iPraveenParihar yes we can skip it, lets one E2E pass which you have already started |
test has passed! |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 5809628 |
/test ci/centos/k8s-e2e-external-storage |
/test ci/centos/mini-e2e |
/test ci/centos/mini-e2e-helm |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
Describe what this PR does
Since CentOS Stream 8 is EOL, this commit updates the config to use vault.centos.org for CentOS Stream 8.
This should be removed once the base image (ceph) is updated to a version with a newer CentOS.
update baseurl with: http://vault.centos.org
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)