From: Brett Smith Date: Mon, 4 Mar 2024 21:19:23 +0000 (-0500) Subject: Clean up default tested package list X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/52ae34e34b08e889716dd753bd90dd1d47501bec?ds=sidebyside 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 --- 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