Skip to content
代码片段 群组 项目
  • Scott Wegner's avatar
    8f6502e2
    Don't redundantly execute pre-commits as part of Jenkins post-commits · 8f6502e2
    Scott Wegner 创作于
    Each post-commit suite is configured to also include pre-commit tests.
    However, in Jenkins we run pre-commits separately from post-commits, and
    in all cases when a language post-commit suite runs, the pre-commit is
    also run separate (in PR, on merge, cron schedule). So, it makes sense
    to separate the targets. This will free up resources and give a faster
    signal on post-commit suites as they are doing less work.
    未验证
    8f6502e2
    历史
    Don't redundantly execute pre-commits as part of Jenkins post-commits
    Scott Wegner 创作于
    Each post-commit suite is configured to also include pre-commit tests.
    However, in Jenkins we run pre-commits separately from post-commits, and
    in all cases when a language post-commit suite runs, the pre-commit is
    also run separate (in PR, on merge, cron schedule). So, it makes sense
    to separate the targets. This will free up resources and give a faster
    signal on post-commit suites as they are doing less work.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。