From 454e6eadc69ae241515514e4c21a70b5fa8f4b82 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 25 Nov 2023 11:03:15 -0500 Subject: [PATCH] ci: Rebalance test runs Move x11 to the debug build, and make it a full run. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71c5b92954..90030f7d51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,9 +104,9 @@ fedora-x86_64: ${FEATURE_FLAGS} _build - meson compile -C _build - # only run tests that are likely affected by test setups + - .gitlab-ci/run-tests.sh _build x11 gtk + # only repeat test runs that are likely affected by test setups - .gitlab-ci/run-tests.sh _build wayland_gl gtk:gdk,gtk:gsk-gl - - .gitlab-ci/run-tests.sh _build wayland_gles2 gtk:gdk,gtk:gsk-gl release-build: extends: .build-fedora-default @@ -131,9 +131,9 @@ release-build: - meson install -C _build - PKG_CONFIG_PATH=${CI_PROJECT_DIR}/_install/lib64/pkgconfig:${CI_PROJECT_DIR}/_install/share/pkgconfig meson setup _build_hello examples/hello - LD_LIBRARY_PATH=${CI_PROJECT_DIR}/_install/lib64 meson compile -C _build_hello - # this is our full test run with the default setup - .gitlab-ci/run-tests.sh _build wayland gtk - - .gitlab-ci/run-tests.sh _build x11 gtk:gdk,gtk:gsk-gl + # only repeat test runs that are likely affected by test setups + - .gitlab-ci/run-tests.sh _build wayland_gles2 gtk:gdk,gtk:gsk-gl fedora-clang: extends: .build-fedora-default