[arvados] updated: 2.7.0-6103-g52ae34e34b

git repository hosting git at public.arvados.org
Mon Mar 4 21:22:05 UTC 2024


Summary of changes:
 build/run-build-packages-one-target.sh | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

       via  52ae34e34b08e889716dd753bd90dd1d47501bec (commit)
      from  b02372d2d0ddb9ec7c8a70581b2f4358c6f9c825 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 52ae34e34b08e889716dd753bd90dd1d47501bec
Author: Brett Smith <brett.smith at curii.com>
Date:   Mon Mar 4 16:19:23 2024 -0500

    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 <brett.smith at curii.com>

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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list