From 52ae34e34b08e889716dd753bd90dd1d47501bec Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 4 Mar 2024 16:19:23 -0500 Subject: [PATCH] Clean up default tested package list I was referring to this list while filing a bug and happened to notice the redundant `keep-block-check` and `keep-rsync` entries. These caused duplicate work during the package-build Jenkins jobs. No issue #. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- build/run-build-packages-one-target.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh index 857e9c112d..37fe705241 100755 --- a/build/run-build-packages-one-target.sh +++ b/build/run-build-packages-one-target.sh @@ -242,22 +242,20 @@ if test -z "$packages" ; then crunch-dispatch-local crunch-dispatch-slurm crunch-run - keepproxy - keepstore keep-balance keep-block-check - keep-rsync keep-exercise keep-rsync - keep-block-check keep-web + keepproxy + keepstore libpam-arvados-go - python3-cwltest + python3-arvados-cwl-runner python3-arvados-fuse python3-arvados-python-client - python3-arvados-cwl-runner + python3-arvados-user-activity python3-crunchstat-summary - python3-arvados-user-activity" + python3-cwltest" fi FINAL_EXITCODE=0 -- 2.30.2