[arvados-dev] updated: 29847bd332ca143a69ce5c8bef25471d20945f20
git repository hosting
git at public.arvados.org
Tue Dec 6 23:19:00 UTC 2022
Summary of changes:
jenkins/test-arvados-multinode/script_test.multinode.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 29847bd332ca143a69ce5c8bef25471d20945f20 (commit)
from ad74188a675bed85dbc3412423c4fc1c590433e7 (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 29847bd332ca143a69ce5c8bef25471d20945f20
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Dec 7 00:13:33 2022 +0100
Fixes installer var replacement. No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/jenkins/test-arvados-multinode/script_test.multinode.sh b/jenkins/test-arvados-multinode/script_test.multinode.sh
index 596e6b7..e748dc2 100755
--- a/jenkins/test-arvados-multinode/script_test.multinode.sh
+++ b/jenkins/test-arvados-multinode/script_test.multinode.sh
@@ -63,7 +63,8 @@ sed "s#cluster_fixme_or_this_wont_work#${CLUSTER_NAME}#g;
s#RELEASE=\"production\"#RELEASE=\"${RELEASE}\"#g;
s#SSL_MODE=\"lets-encrypt\"#SSL_MODE=\"bring-your-own\"#g;
s/# BRANCH=\"main\"/BRANCH=${ARVADOS_FORMULA_BRANCH}/g;
- s/# VERSION=.*$/VERSION=\"${VERSION}\"/g" \
+ s/# VERSION=.*$/VERSION=\"${VERSION}\"/g;
+ s#fixme#fixed#g" \
local.params.example.multiple_hosts > ${GIT_COMMIT}/debian11-local.params.example.multiple_hosts
cp -vr tests provision.sh ${GIT_COMMIT}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list