Skip to content
Snippets Groups Projects
  1. Jun 09, 2022
  2. 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
  3. May 20, 2022
  4. May 18, 2022
  5. May 13, 2022
  6. Apr 25, 2022
  7. Apr 08, 2022
  8. Apr 04, 2022
  9. Feb 25, 2022
  10. Feb 24, 2022
  11. Feb 22, 2022
  12. Feb 21, 2022
  13. Feb 09, 2022
  14. Jan 26, 2022
  15. Jan 13, 2022
  16. Jan 04, 2022
  17. Dec 30, 2021
  18. Dec 21, 2021
  19. Dec 20, 2021
  20. Dec 17, 2021
  21. Dec 09, 2021
  22. Dec 06, 2021
  23. Dec 03, 2021
  24. Nov 24, 2021
  25. Nov 23, 2021
  26. Nov 01, 2021
  27. Oct 26, 2021
  28. Oct 25, 2021
  29. Oct 24, 2021
  30. Oct 15, 2021
Loading