]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: skip some tests
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 11 Dec 2024 20:44:25 +0000 (20:44 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 12 Dec 2024 16:33:57 +0000 (16:33 +0000)
semaphore CI runs are always very close to the limit of 1hr, and often
time out when it's particularly oversubscribed.
Skip some low-value test cases to shorten the runtime.

(cherry picked from commit e19cae12ff2e832ce7d79aa483e1aa27ed0ea1f4)

.semaphore/semaphore-runner.sh

index e903ced70df818ee2b4bdaf1b430fed2f23c3a33..b663674652495da4835d322e309c780438899a97 100755 (executable)
@@ -109,6 +109,9 @@ EOF
                                                        --env DPKG_DEB_COMPRESSOR_TYPE="none" \
                                                        --env DEB_BUILD_PROFILES="pkg.systemd.upstream noudeb nodoc" \
                                                        --env TEST_UPSTREAM=1 \
+                                                       --skip-test localed-locale \
+                                                       --skip-test localed-x11-keymap \
+                                                       --skip-test build-with-static-libsystemd \
                                                        ../systemd_*.dsc \
                                                        -o "$ARTIFACTS_DIR" \
                                                        -- lxc -s "$CONTAINER" \