Skip to content

Commit c56f6f7

Browse files
committed
semaphore: skip some tests
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 e19cae1) (cherry picked from commit e768cf5) (cherry picked from commit 9552927) (cherry picked from commit f9033ba) (cherry picked from commit bfcb6d0) (cherry picked from commit 0791d45)
1 parent a513b23 commit c56f6f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.semaphore/semaphore-runner.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ EOF
106106
--env DPKG_DEB_COMPRESSOR_TYPE="none" \
107107
--env DEB_BUILD_PROFILES="noudeb nodoc" \
108108
--env TEST_UPSTREAM=1 \
109+
--skip-test localed-locale \
110+
--skip-test localed-x11-keymap \
111+
--skip-test build-with-static-libsystemd \
109112
../systemd_*.dsc \
110113
-o "$ARTIFACTS_DIR" \
111114
-- lxc -s "$CONTAINER" \

0 commit comments

Comments
 (0)