Page MenuHome

UI Rename Experimental to Branch builds
AbandonedPublic

Authored by Dalai Felinto (dfelinto) on Aug 19 2021, 5:59 PM.

Details

Summary

All the builds in buildbot are experimental. Better to name
them in a more friendly way to the end users.

This only changes the site appearance. The internal names and files are still using "experimental". Later someone can patch it further to get everything to use "branch" instead of "experimental":

  • buildbot
  • file storage
  • buildbot www variable/function names
  • redirect to make old urls using "experimental" to work with "branch"

Diff Detail

Event Timeline

Dalai Felinto (dfelinto) requested review of this revision.Aug 19 2021, 5:59 PM
Dalai Felinto (dfelinto) created this revision.
Dalai Felinto (dfelinto) planned changes to this revision.Aug 20 2021, 12:09 AM

I will handle the backward compatibility in the code itself (string replace in index.php). Without requiring apache config changes.

Dalai Felinto (dfelinto) retitled this revision from Rename Experimental to Branch builds to UI Rename Experimental to Branch builds.
Dalai Felinto (dfelinto) edited the summary of this revision. (Show Details)

I updated the patch so changes only the UI. Later someone can patch it further to get everything to use "branch" instead of "experimental":

  • buildbot
  • file storage
  • buildbot www variable/function names
  • redirect to make old urls using "experimental" to work with "branch"

UI changes should not affect anything with the pipeline automation.

However, switch from experimental to another name should be avoided as it will require changes to the build pipeline and buildbot configuration. Not something I able support at this time.

UI changes should not affect anything with the pipeline automation.

However, switch from experimental to another name should be avoided as it will require changes to the build pipeline and buildbot configuration. Not something I able support at this time.

Hi, the patch is only for the UI changes, so we are good. Later it will be nice to change it more completely and consistently, but it is a different matter.

Pushed to UATEST
https://builder-uatest.blender.org/download/daily/

I added few builds so they can be tested for the specific branch or patch.

Deployed into production.