[arvados-dev] updated: 345f566bc097226ffce35dcc4b8fabc16d751d41
git repository hosting
git at public.arvados.org
Wed Jun 1 14:23:14 UTC 2022
Summary of changes:
jenkins/test-arvados-multinode/script_test.multinode.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 345f566bc097226ffce35dcc4b8fabc16d751d41 (commit)
from f4f67f9048b1df17084bbcd0f2b6b267aea9c1ce (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 345f566bc097226ffce35dcc4b8fabc16d751d41
Author: Ward Vandewege <ward at curii.com>
Date: Wed Jun 1 10:22:49 2022 -0400
Salt installer change: standardize on putting the certs directory under
the local_config_dir directory, this simplifies things.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/test-arvados-multinode/script_test.multinode.sh b/jenkins/test-arvados-multinode/script_test.multinode.sh
index 66ba8ee..596e6b7 100755
--- a/jenkins/test-arvados-multinode/script_test.multinode.sh
+++ b/jenkins/test-arvados-multinode/script_test.multinode.sh
@@ -66,7 +66,8 @@ sed "s#cluster_fixme_or_this_wont_work#${CLUSTER_NAME}#g;
s/# VERSION=.*$/VERSION=\"${VERSION}\"/g" \
local.params.example.multiple_hosts > ${GIT_COMMIT}/debian11-local.params.example.multiple_hosts
-cp -vr /usr/local/arvados-dev/jenkins/test-arvados-multinode/certs tests provision.sh ${GIT_COMMIT}
+cp -vr tests provision.sh ${GIT_COMMIT}
+cp -vr /usr/local/arvados-dev/jenkins/test-arvados-multinode/certs/* ${GIT_COMMIT}/local_config_dir/certs/
echo "== Setting up NODE_A with database,api,controller,keepstore,websocket,workbench2,keepbalance,keepproxy,workbench,dispatcher"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list