Clean up default tested package list
authorBrett Smith <brett.smith@curii.com>
Mon, 4 Mar 2024 21:19:23 +0000 (16:19 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 4 Mar 2024 21:19:23 +0000 (16:19 -0500)
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 <brett.smith@curii.com>

build/run-build-packages-one-target.sh

index 857e9c112dd91499339d19d481edf58ddff73d25..37fe7052413c95b118f97b7a390f5bbfb14dee0f 100755 (executable)
@@ -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