Skip to content
Snippets Groups Projects
  1. Dec 01, 2022
  2. Nov 30, 2022
  3. Nov 25, 2022
  4. Nov 17, 2022
  5. Nov 10, 2022
  6. Nov 09, 2022
  7. Nov 08, 2022
  8. Nov 07, 2022
  9. Nov 04, 2022
  10. Oct 19, 2022
  11. Oct 14, 2022
  12. Oct 06, 2022
  13. Sep 27, 2022
  14. Sep 26, 2022
    • Zygmunt Krynicki's avatar
      ci: adjust comment nesting · 7ffb36d1
      Zygmunt Krynicki authored
      
      Hash-or-pound comments are valid for both YAML and bash. Adjust all the
      comments that used bash-level nesting by accident back to YAML-level.
      
      Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
      7ffb36d1
    • Zygmunt Krynicki's avatar
    • Zygmunt Krynicki's avatar
      ci: cache repo mirror, not workspace, expand docs · 6bee8a08
      Zygmunt Krynicki authored
      
      Working with the new documentation CI pipeline has uncovered problems caused by
      attempts to cache the entire repo workspace. Initially there are no problems
      but as pipelines are testing subsequent iterations of a branch, history may
      become non-linear. In one case repo refused to synchronize (with repo sync
      --force) the updated repository citing lack of common history.
      
      In the experimental Oniro pipeline I've since switched to keeping a cache of
      the git repo mirror, not repo workspace. This also helps with cache hit when
      multiple releases are being tested, as cache is mostly static (per release) and
      subsequent pipelines do not fight with each other by overwriting the cache to
      their preferred state.
      
      Some variable names are updated to better reflect what is going on. Ample new
      documentation is added, as code comments, to explain how things work.
      
      Note that some of the defaults are unexpected, as they are coming from the
      oniro.git pipeline, and eventually will be included. This can be seen as
      variables defined on the .oniro-repo-workspace job that are subsequently
      re-defined in the build job.
      
      In addition, add explicit cleanup to counteract GIT_STRATEGY=none.
      
      Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
      6bee8a08
  15. Sep 21, 2022
  16. Sep 20, 2022
  17. Sep 19, 2022
Loading