Should we rename the release branches?

After so many years my fingers are tired of typing long branch names such as “open-release/nutmeg.master”. I propose that for Palm we name the release branch “release/palm”. Then, release tags should be named “release/palm.beta1”, “release/palm.1”, etc. To ease the transition, I propose that we also create “release/olive.X” and “release/nutmeg.X” tags.

I understand that this change is easier said than done. We will probably have to modify quite a few CI scripts and re-train our muscle memory. As far as Tutor is concerned, the change would be pretty minor, but I’m curious to hear about the impact for other organisations.

Thoughts?

8 Likes

This doesn’t have to block your proposal, but one of the reasons we didn’t name the branches that way to start was that we already had branches (and tags) starting with “release” for the deploys to edx.org, though they don’t have the slash.

1 Like

To start with… YES, PLEASE! :slight_smile:

My motivation is less a practical one and more philosophical, though. As compared to some other open source communities, I’ve always thought that the way Open edX distinguishes between what is community-facing and what is edx.org-specific a little… backwards.

“Open source PRs” (OSPRs) and the case in point, “open-release” are two terms that I’d love to see changed into “PRs” and “releases”. And if by any chance the distinction needs to persist, it should go the other way: “edx PRs” and “edx-org-release”. (All of which should in fact not live in the openedx repos at all, but… one step at a time, I guess.)

Otherwise I like the recomended approach as you suggested, @regis. To read that back:

  • A single release/zebrawood branch where all updates go into.
  • Multiple release/zebrawood(\.alpha|beta|rc)*\.[123] immutable tags.

Once more, count this as my emphatic +1.

4 Likes

I agree that our de facto process for managing releses might not be efficient, I hope this or any future change would adress the following issues or pain points:

  1. Make it easy to backport a commit(s) to the release branch
  2. Make it possible to release a particular repo/compoenent/IDA…etc without relying on releasing all other repos.

For 1 porbably we might need a bot or kind of automation which by itself require extensive topic.

For 2, to give you an example, imagine a particular MFE, got an important necessary fix, just one day after we release olive.1. Now should that MFE wait for olive.2? so people can use it… Of course there is a way around to set the branch/commit-id in tutor-mfe… but I don’t think it’s the most efficient way, or sustainable.

Note: I just bring an example for MFE, but it can be any thing, discovery service, edx-platform…etc

May be I went slightly of topic, but just had to mention it, and I do agree with Regis suggestion.

1 Like

I think this it’s the core reasoning why I would like to see this happen. What works for most organizations in the community should receive the standard treatment. If there are exceptions made for a particular organization, then those need to be specified.

1 Like

In Tutor, we address this issue by cherry-picking individual commits between minor releases. This is not ideal, but it’s the best I can do. @ghassan do you have any better idea?

I’m supportive of doing this over time, but would like to hear from @jmbowman on what would be a reasonable amount of time for continuous delivery to be updated.

I’ll note that the original post proposed making the change because “open-release” was too long to type. The thread has evolved :wink:

I do think that it would be better to have a standard way denoting branches for all community members.

I would suggest that we namespace branches that originate from a specific member of the community to distinguish them from ones that are endorsed by the project and relevant to all community members.

I propose, for example, we migrate

release

to

2u/release

or similar.

I think that this should apply to tags as well.

I’ll acknowledge it remains a little odd to push organizational branches and tags to the canonical upstream. However, I don’t think we should entertain changing this now. That would be a much bigger change and I think it is very valuable knowing that a tag or branch represents code that was battle tested in production by millions of users.

3 Likes

I’ve started an ADR to advance this conversation.

3 Likes

I don’t have a spesfic thing in mind, I can specualte it can be something like:

  • A depencey of tutor/tutor-plugin released a new tag
  • A web hook from that repo trigger tutor CI/CD to build the image with new tag
  • A new image of that tutor service is relelesed.

Beside that I think ideally it would be great that whenever a new change on something that tutor depends on to build an image would trigger a tutotr test, at least to ensure the image can be built successfully. Probably the test would be triggerd if the branch if the target branch is a release one.

Yes, this is pretty much was the Tutor CI does whenever a new commit or tag is pushed to the Tutor (or plugin) repo in the master branch.

Yes, tests are run as well for every commit. These tests are run as part of the self-hosted CI, thus not on Github.

I don’t want to trigger an image build for every PR on Github because:

  • devs would have to wait forever for tests to complete
  • image building would quickly deplete the free Github actions credits

Thus, yes, it’s the job of developers to make sure that their changes do not break the build by building the images locally.

Latest updates on this:

2 Likes

Now that there aren’t any other branches in the way, I’ll say that I would love to have release/sumac instead of open-release/sumac.master !