mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
CI: skip the valgrind tests for marge-bot
marge-bot rebases and edits the commit message but there's not way for it to introduce a memleak that wasn't spotted in the user pipeline first. Since those tests are very flaky, let's skip them when running the marge-bot pipeline. Closes #1042 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1057>
This commit is contained in:
parent
54dccd66d1
commit
b43061694c
2 changed files with 20 additions and 0 deletions
|
|
@ -669,6 +669,8 @@ vm-valgrind-touchpad:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-tap:
|
||||
stage: valgrind
|
||||
|
|
@ -679,6 +681,8 @@ vm-valgrind-tap:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-touchpad-buttons:
|
||||
stage: valgrind
|
||||
|
|
@ -689,6 +693,8 @@ vm-valgrind-touchpad-buttons:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-tablet:
|
||||
stage: valgrind
|
||||
|
|
@ -699,6 +705,8 @@ vm-valgrind-tablet:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-gestures-device:
|
||||
stage: valgrind
|
||||
|
|
@ -709,6 +717,8 @@ vm-valgrind-gestures-device:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-backends:
|
||||
stage: valgrind
|
||||
|
|
@ -719,6 +729,8 @@ vm-valgrind-backends:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-misc:
|
||||
stage: valgrind
|
||||
|
|
@ -729,6 +741,8 @@ vm-valgrind-misc:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-other devices:
|
||||
stage: valgrind
|
||||
|
|
@ -739,6 +753,8 @@ vm-valgrind-other devices:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
vm-valgrind-pointer:
|
||||
stage: valgrind
|
||||
|
|
@ -749,6 +765,8 @@ vm-valgrind-pointer:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
|
||||
.fedora-build@template:
|
||||
|
|
|
|||
|
|
@ -447,6 +447,8 @@ vm-valgrind-{{suite.name}}:
|
|||
LITEST_JOBS: 4
|
||||
retry:
|
||||
max: 2
|
||||
rules:
|
||||
- if: $GITLAB_USER_LOGIN != "marge-bot"
|
||||
|
||||
{% endfor %}
|
||||
{% endfor %}{# for if distro.use_for_qemu_tests #}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue