Skip to content

qa: run kernel_untar_build with newer tarball#54414

Merged
mchangir merged 1 commit intoceph:mainfrom
mchangir:qa-fix_kernel_untar_build-with-new-kernel-tarball
Nov 19, 2023
Merged

qa: run kernel_untar_build with newer tarball#54414
mchangir merged 1 commit intoceph:mainfrom
mchangir:qa-fix_kernel_untar_build-with-new-kernel-tarball

Conversation

@mchangir
Copy link
Contributor

@mchangir mchangir commented Nov 8, 2023

Replace old tarball with url link to linux-6.5.10.tar.xz

Fixes: https://tracker.ceph.com/issues/57655
Signed-off-by: Milind Changire mchangir@redhat.com

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows
  • jenkins test rook e2e

@mchangir mchangir self-assigned this Nov 8, 2023
@mchangir mchangir added the cephfs Ceph File System label Nov 8, 2023
@github-actions github-actions bot added the tests label Nov 8, 2023

wget -O linux.tar.gz http://download.ceph.com/qa/linux-5.4.tar.gz
#wget -O linux.tar.gz http://download.ceph.com/qa/linux-5.4.tar.gz
wget -O linux.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.10.tar.xz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this tarball uploaded in download.ceph.com. Also, I think we can symlink a deterministic name to this tarball (e.g., linux-kernel.tgz or whatever) so that release qa runs will automatically use the new tarball.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mchangir If we symlink linux-kernel.tgz to the version here, then going forward we won't require changes to release branches.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmick Please upload https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.10.tar.xz to download.ceph.com and place it under http://download.ceph.com/qa/

Also create a symlink named linux.tar.xz to point to it and let us know when its done.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm - @mchangir let's stick to fetching the updated tarball and backport this fix (as discussed over slack).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmick please ignore and drop the earlier request, thanks much

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need to cache the tarball in d.c.c/qa/ (just that no symlink is to be done).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmick reissuing the request

Please upload https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.11.tar.xz to download.ceph.com and place it under http://download.ceph.com/qa/

@mchangir mchangir force-pushed the qa-fix_kernel_untar_build-with-new-kernel-tarball branch 2 times, most recently from 00bf987 to 0a1c93e Compare November 14, 2023 07:47
@mchangir
Copy link
Contributor Author

Replace old tarball link with a url link to linux-6.5.11.tar.xz.

Fixes: https://tracker.ceph.com/issues/57655
Signed-off-by: Milind Changire <mchangir@redhat.com>
@mchangir mchangir force-pushed the qa-fix_kernel_untar_build-with-new-kernel-tarball branch from 0a1c93e to b150e93 Compare November 14, 2023 10:06
@mchangir
Copy link
Contributor Author

replaced external tarball link with link to download.ceph.com

Copy link
Contributor

@vshankar vshankar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be merged once the tarball is in place in d.c.c

@vshankar
Copy link
Contributor

jenkins retest this please

@dmick
Copy link
Member

dmick commented Nov 17, 2023

https://download.ceph.com/qa/linux-6.5.11.tar.xz exists. Can/should any of the old kernels be removed?

@mchangir
Copy link
Contributor Author

@mchangir
Copy link
Contributor Author

jenkins test make check

@mchangir
Copy link
Contributor Author

Not all jobs in the teuthology job set mentioned in #54414 (comment) have passed.

But the intention here is proving the presence/availability of the new tarball.
So this works.

@mchangir
Copy link
Contributor Author

Reviewed-by: Milind Changire mchangir@redhat.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants