Skip to content
Snippets Groups Projects
  1. May 23, 2022
    • Zygmunt Krynicki's avatar
      .gitlab-ci.yml: share rules among build, bundle, publish jobs · 42fe227c
      Zygmunt Krynicki authored
      When looking at pipeline [1] we have realized that the newly introduced
      bundle build and publishing jobs pose a problem for unrelated updates
      of the tree, as depending on which exact files are modified by the
      incoming pull request, the build jobs may not spawn, causing a
      dependency error on the bundle and publishing jobs.
      
      When initially introduced, it was overlooked that the jobs both have a
      dependency on one another (build->bundle->publish) *and* come with a
      distinct set of rules that govern if a specific job is created in a
      given pipeline.
      
      To resolve the problem move the rules to a new dot-job, called
      .workspace-rules, and inject the dependency on .workspace-rules to all
      the jobs that share the dependency chain.
      
      [1] https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/pipelines/4285
      
      
      
      Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
      42fe227c
  2. May 20, 2022
  3. May 19, 2022
  4. May 18, 2022
  5. May 13, 2022
  6. May 12, 2022
  7. May 11, 2022
  8. May 10, 2022
  9. May 05, 2022
  10. May 04, 2022
  11. May 02, 2022
  12. Apr 29, 2022
  13. Apr 28, 2022
  14. Apr 27, 2022
  15. Apr 26, 2022
  16. Apr 25, 2022
Loading