mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
tests: Stop using nested test backend
It is replaced with a new test backend that uses the native backend running in headless mode. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3373>
This commit is contained in:
parent
e1868cab1a
commit
63153a0af1
2 changed files with 5 additions and 3 deletions
|
|
@ -215,8 +215,9 @@ test:
|
|||
before_script:
|
||||
- sudo meson install -C mutter/build
|
||||
- mkdir -m 700 $XDG_RUNTIME_DIR
|
||||
- mkdir -m 1777 /tmp/.X11-unix
|
||||
script:
|
||||
- dbus-run-session -- xvfb-run meson test -C build --no-rebuild --timeout-multiplier 5
|
||||
- dbus-run-session -- meson test -C build --no-rebuild --timeout-multiplier 5
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
|
|
@ -289,8 +290,9 @@ dist:
|
|||
before_script:
|
||||
- sudo meson install -C mutter/build
|
||||
- mkdir -m 700 $XDG_RUNTIME_DIR
|
||||
- mkdir -m 1777 /tmp/.X11-unix
|
||||
script:
|
||||
- dbus-run-session xvfb-run meson dist -C build --include-subprojects
|
||||
- dbus-run-session meson dist -C build --include-subprojects
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue