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:
Peter Hutterer 2024-09-30 15:39:30 +02:00 committed by Marge Bot
parent 54dccd66d1
commit b43061694c
2 changed files with 20 additions and 0 deletions

View file

@ -669,6 +669,8 @@ vm-valgrind-touchpad:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-tap: vm-valgrind-tap:
stage: valgrind stage: valgrind
@ -679,6 +681,8 @@ vm-valgrind-tap:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-touchpad-buttons: vm-valgrind-touchpad-buttons:
stage: valgrind stage: valgrind
@ -689,6 +693,8 @@ vm-valgrind-touchpad-buttons:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-tablet: vm-valgrind-tablet:
stage: valgrind stage: valgrind
@ -699,6 +705,8 @@ vm-valgrind-tablet:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-gestures-device: vm-valgrind-gestures-device:
stage: valgrind stage: valgrind
@ -709,6 +717,8 @@ vm-valgrind-gestures-device:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-backends: vm-valgrind-backends:
stage: valgrind stage: valgrind
@ -719,6 +729,8 @@ vm-valgrind-backends:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-misc: vm-valgrind-misc:
stage: valgrind stage: valgrind
@ -729,6 +741,8 @@ vm-valgrind-misc:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-other devices: vm-valgrind-other devices:
stage: valgrind stage: valgrind
@ -739,6 +753,8 @@ vm-valgrind-other devices:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
vm-valgrind-pointer: vm-valgrind-pointer:
stage: valgrind stage: valgrind
@ -749,6 +765,8 @@ vm-valgrind-pointer:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
.fedora-build@template: .fedora-build@template:

View file

@ -447,6 +447,8 @@ vm-valgrind-{{suite.name}}:
LITEST_JOBS: 4 LITEST_JOBS: 4
retry: retry:
max: 2 max: 2
rules:
- if: $GITLAB_USER_LOGIN != "marge-bot"
{% endfor %} {% endfor %}
{% endfor %}{# for if distro.use_for_qemu_tests #} {% endfor %}{# for if distro.use_for_qemu_tests #}