summaryrefslogtreecommitdiff
path: root/.github/setup_ci.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-22 08:09:27 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-23 11:18:49 +1100
commitffcdd3d90e74176b3bb22937ad1f65a6c1cd3f9d (patch)
tree67ced06b6eb28e251ba3581cd36ca8f7fca5cb2d /.github/setup_ci.sh
parentc3b1636770785cc2830dedd0f22ef7d3d3491d6d (diff)
downloadopenssh-git-ffcdd3d90e74176b3bb22937ad1f65a6c1cd3f9d.tar.gz
Valgrind test: split and move up list.
Since the valgrind test takes so long it approaches the limit allowed by github, move it to the head of the list so it's the first one started and split the longest tests out into a second instance that runs concurrently with the first.
Diffstat (limited to '.github/setup_ci.sh')
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 831203cf..e53a351c 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -53,7 +53,7 @@ for TARGET in $TARGETS; do
libressl-head)
INSTALL_LIBRESSL_HEAD=yes
;;
- valgrind)
+ valgrind*)
PACKAGES="$PACKAGES valgrind"
;;
*) echo "Invalid option '${TARGET}'"