Skip to content

tentacle kickoff v2#62089

Merged
batrick merged 2 commits intoceph:mainfrom
batrick:tentacle-kickoff-2
Apr 28, 2025
Merged

tentacle kickoff v2#62089
batrick merged 2 commits intoceph:mainfrom
batrick:tentacle-kickoff-2

Conversation

@batrick
Copy link
Member

@batrick batrick commented Mar 3, 2025

Handling some post-kickoff checks.

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

@batrick batrick requested a review from a team as a code owner March 3, 2025 14:23

- Tags must be annonated as CMake determines ``CEPH_GIT_NICE_VER`` by calling ``git describe --always``.
- vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n which are handled by Jenkins).
- vX.0.0 should point to a commit before the first one in a kickoff branch.
Copy link
Member Author

Choose a reason for hiding this comment

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

@rzarzynski is this actually necessary? Why not point to the merge commit of the kickoff?

Copy link
Contributor

Choose a reason for hiding this comment

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

Noting that the recently created v20.0.0 is pointing to 048fc68 which is the merge commit that preceded the merge of the kickoff (i.e. the first parent of the merge commit of the kickoff). At the same time one might interpret "a commit before the first one in a kickoff branch" as the base of the kickoff branch which would be 7f414b2. This bullet really needs to be clarified.

Copy link
Contributor

Choose a reason for hiding this comment

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

@rzarzynski is this actually necessary? Why not point to the merge commit of the kickoff?

The merge commit has two parents: a commit in main and the very last commit in corresponding kickoff branch. Tagging it would mean initial kickoff's commits are not considered as the release's ones leading to wrong version string generated by git describe. I guess the consequence is problems with local testing.

I'm not sure taking merge's left parent changes much in this aspect.

IIRC the quincy and pacific tags are even deeper in their corresponding branches suggesting there was a rebase wthout updating the tag.

Copy link
Contributor

Choose a reason for hiding this comment

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

@rzarzynski So the expectation is for the tag to be on the base of the kickoff branch, meaning 7f414b2 for tentacle?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think so.

Copy link
Contributor

Choose a reason for hiding this comment

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

@rzarzynski Does v20.0.0 tag need to be adjusted in your opinion?

* vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n
which are handled by Jenkins).
* vX.0.0 should point to a commit before the first one in a kickoff branch.
- [x] Initial tag vX.0.0 (so that we can distinguish from (and sort after) the backported (X-1).2.Z versions.
Copy link
Member Author

Choose a reason for hiding this comment

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

@batrick
Copy link
Member Author

batrick commented Mar 3, 2025

.. note::

- Tags must be annonated as CMake determines ``CEPH_GIT_NICE_VER`` by calling ``git describe --always``.
- vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n which are handled by Jenkins).
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the "rc" tags are handled by Jenkins as well?

Suggested change
- vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n which are handled by Jenkins).
- vX.0.0 are special ones in the sense they are pushed manually (unlike vX.1.Z and vX.2.Z which are handled by Jenkins).

Copy link
Member Author

Choose a reason for hiding this comment

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


- Tags must be annonated as CMake determines ``CEPH_GIT_NICE_VER`` by calling ``git describe --always``.
- vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n which are handled by Jenkins).
- vX.0.0 should point to a commit before the first one in a kickoff branch.
Copy link
Contributor

Choose a reason for hiding this comment

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

Noting that the recently created v20.0.0 is pointing to 048fc68 which is the merge commit that preceded the merge of the kickoff (i.e. the first parent of the merge commit of the kickoff). At the same time one might interpret "a commit before the first one in a kickoff branch" as the base of the kickoff branch which would be 7f414b2. This bullet really needs to be clarified.

@batrick batrick force-pushed the tentacle-kickoff-2 branch from 07307f6 to f3169f3 Compare March 17, 2025 19:50
batrick added 2 commits March 25, 2025 13:10
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
@batrick batrick force-pushed the tentacle-kickoff-2 branch from f3169f3 to 368f9b0 Compare March 25, 2025 17:10
================

- [ ] create branch for new release
- [ ] create vX.3.0 annotated tag on ``main`` so upgrades from new release to main are not wrongly considered downgrades.
Copy link
Contributor

Choose a reason for hiding this comment

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

👍


- Tags must be annonated as CMake determines ``CEPH_GIT_NICE_VER`` by calling ``git describe --always``.
- vX.0.0 are special ones in the sense they are pushed manually (unlike v.X.2.n which are handled by Jenkins).
- vX.0.0 should point to a commit before the first one in a kickoff branch.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think so.

@batrick batrick merged commit 4233d9b into ceph:main Apr 28, 2025
12 checks passed
@batrick batrick deleted the tentacle-kickoff-2 branch April 28, 2025 19:31
@batrick batrick mentioned this pull request Dec 6, 2025
14 tasks
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.

5 participants