[arvados] updated: 2.7.0-6546-gd164382257
git repository hosting
git at public.arvados.org
Wed May 15 18:42:25 UTC 2024
Summary of changes:
tools/salt-install/provision.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via d16438225776930232f9aae1c8a364c303afb449 (commit)
from 5398cf13eee6aba557beb29eef4aa169dfd61551 (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 d16438225776930232f9aae1c8a364c303afb449
Author: Brett Smith <brett.smith at curii.com>
Date: Wed May 15 14:42:04 2024 -0400
21666: Update --test help message
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index c78f65e9ca..edecc761c8 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -23,7 +23,8 @@ usage() {
echo >&2 "${0} options:"
echo >&2 " -d, --debug Run salt installation in debug mode"
echo >&2 " -c <local.params>, --config <local.params> Path to the local.params config file"
- echo >&2 " -t, --test Test installation running a CWL workflow"
+ echo >&2 " -t, --test Test cluster by running \`arvados-client diagnostics\`"
+ echo >&2 " and a simple workflow"
echo >&2 " -r, --roles List of Arvados roles to apply to the host, comma separated"
echo >&2 " Possible values are:"
echo >&2 " balancer"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list