Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 13, 2024
  2. 2月 10, 2024
    • Stan Hu's avatar
      Update CI to use Debian bookworm · 4292781d
      Stan Hu 创作于
      Cloud Native GitLab already ships with Debian bookworm, so
      we should update this too. This is also needed to reduce
      the number of build images we produce.
      未验证
      4292781d
  3. 2月 08, 2024
  4. 1月 16, 2024
    • Lin Jen-Shin's avatar
      Do not restrict on CI_PROJECT_PATH for Gitaly test · 5b8150ab
      Lin Jen-Shin 创作于
      CI_PROJECT_PATH should be set as the path where it's running the
      pipeline, and in the case of Gitaly triggering a cross project
      pipeline, it is `gitlab-org/gitlab` rather than `gitlab-org/gitaly`.
      
      That said, checking the variable doesn't really make sense, because
      it's likely the pipeline wouldn't really run if anything else than
      `gitlab-org/gitlab` is set. This variable is used in a lot of places,
      changing it will likely to break random things, so it should be just
      assumed and it should not be changed.
      
      Also CI_PIPELINE_SOURCE should be `pipeline` for cross project
      pipelines.
      5b8150ab
    • Andrejs Cunskis's avatar
      Update chrome version to 120 · 6c17ea59
      Andrejs Cunskis 创作于
      未验证
      6c17ea59
  5. 1月 11, 2024
  6. 1月 10, 2024
  7. 1月 09, 2024
  8. 1月 05, 2024
  9. 1月 02, 2024
  10. 12月 23, 2023
  11. 12月 22, 2023
  12. 11月 07, 2023
    • Niklas's avatar
      Disable pipelines on default branch for non canonical projects · c54fff97
      Niklas 创作于 Lin Jen-Shin's avatarLin Jen-Shin 提交于
      We regularly see community contributors running out of pipeline minutes
      because they forgot to use `-o ci.skip` while pushing the updated
      master branch to their fork.
      
      Currently we advise them to switch to the community fork to prevent them
      to use up their quota again, but that doesn't help them in the current
      month when they also use CI for other projects in their namespace.
      
      We can disable these pipelines entirely as they serve no purpose on forks.
      This should help community contributors to not accidentially use up their
      entire pipeline minutes quota for the rest of the month.
      c54fff97
  13. 10月 31, 2023
  14. 10月 28, 2023
  15. 10月 20, 2023
  16. 9月 27, 2023
  17. 9月 16, 2023
  18. 9月 15, 2023
  19. 8月 30, 2023
  20. 8月 02, 2023
  21. 7月 29, 2023
  22. 7月 27, 2023
  23. 7月 20, 2023
  24. 7月 19, 2023
  25. 7月 11, 2023
  26. 7月 01, 2023
  27. 6月 30, 2023
  28. 6月 27, 2023
  29. 6月 22, 2023
    • ddieulivol's avatar
      Fail after 20 specs failure by default · 82b236dc
      ddieulivol 创作于
      Failed specs can take a long time to run, due to potential timeouts
      before reaching those errors. This currently makes some RSpec jobs
      run for a long time, and this lengthen the pipelines duration.
      
      This commit introduces a limit to the number of failures before
      we fail the RSpec job that ran them (defaults to 20 for now)
      未验证
      82b236dc
  30. 6月 15, 2023
  31. 6月 09, 2023
  32. 6月 08, 2023
    • Lin Jen-Shin's avatar
      Explain that default timeout doesn't work · 58dc8e36
      Lin Jen-Shin 创作于
      Link to the issue so we know when it's resolved.
      Still keep it there because when it works it'll work,
      and we don't need to update it. We should remove the
      comment then but it can get to work first.
      58dc8e36
加载中