Module: Mesa Branch: master Commit: ac78ca4b39ce6e927f824b928d17f30c1d9273ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac78ca4b39ce6e927f824b928d17f30c1d9273ce
Author: Eric Engestrom <[email protected]> Date: Tue Nov 12 23:42:21 2019 +0000 gitlab-ci: auto-cancel CI runs when a newer commit is pushed to the same branch Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> --- .gitlab-ci.yml | 2 ++ .gitlab-ci/lava-gitlab-ci.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77219842df8..895017a6873 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,8 @@ stages: max: 2 when: - runner_system_failure + # Cancel CI run if a newer commit is pushed to the same branch + interruptible: true .ci-deqp-artifacts: artifacts: diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index b95dbea964a..e9b324b60c4 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -17,6 +17,8 @@ include: max: 2 when: - runner_system_failure + # Cancel CI run if a newer commit is pushed to the same branch + interruptible: true # Build Docker image with deqp, the rootfs and the build deps for Mesa .lava-container: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
