[ARVADOS-DEV] updated: 7144ba67cd857d8fe7dd1af7c8e32c44b40f876a

Git user git at public.arvados.org
Sat Apr 9 19:01:07 UTC 2022


Summary of changes:
 jenkins/test-arvados-multinode/script_test.multinode.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7144ba67cd857d8fe7dd1af7c8e32c44b40f876a (commit)
      from  f21aace1f7bc30be0913aa87838ebca7cfea0173 (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 7144ba67cd857d8fe7dd1af7c8e32c44b40f876a
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Sat Apr 9 16:00:41 2022 -0300

    16375: disable shell trap
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/jenkins/test-arvados-multinode/script_test.multinode.sh b/jenkins/test-arvados-multinode/script_test.multinode.sh
index e4ea860..ff2a213 100755
--- a/jenkins/test-arvados-multinode/script_test.multinode.sh
+++ b/jenkins/test-arvados-multinode/script_test.multinode.sh
@@ -17,7 +17,7 @@ _exit_handler() {
   exit "$rc"
 }
 
-trap '_exit_handler $LINENO' EXIT ERR
+# trap '_exit_handler $LINENO' EXIT ERR
 
 echo "== Setting up terraform"
 cd terraform || exit 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list