Skip to content

tests: Set rebuild=local and block=never on branched project

Emanuele Aina requested to merge wip/em/set-project-meta into master

Set some project meta attributes to be good citizens and avoid issues:

  • rebuild=local avoids useless rebuilds when one of the dependencies is updated in OBS
  • block=never avoid blocking while a dependency is being rebuilt, for instance waiting for gcc-8 to complete its >24h build

Merge request reports