17767: add crunchstat-summary on shell nodes by default
authorJavier Bértoli <jbertoli@curii.com>
Mon, 28 Jun 2021 15:28:23 +0000 (12:28 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Wed, 30 Jun 2021 13:39:55 +0000 (10:39 -0300)
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

arvados/defaults.yaml
test/integration/shell/controls/packages_spec.rb

index bceb84eb71892fd49a3323991d025019ba869537..001840d2783d9732ffb1cd304f368dff4c0f6943 100644 (file)
@@ -1,5 +1,8 @@
 # -*- coding: utf-8 -*-
 # vim: ft=yaml
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 ---
 arvados:
   version: 'latest'
@@ -120,6 +123,7 @@ arvados:
         - python3-arvados-fuse
         - python3-arvados-python-client
         - python3-arvados-cwl-runner
+        - python3-crunchstat-summary
         - shellinabox
     gem:
       name:
index 50fd1a5f18cbec51ca614ff974be4033285d5b44..7ce0f2d329599576b830ee761ba5277b3125f3c2 100644 (file)
@@ -1,3 +1,6 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 # frozen_string_literal: true
 
 packages_list = %w[
@@ -6,6 +9,7 @@ packages_list = %w[
   python3-arvados-fuse
   python3-arvados-python-client
   python3-arvados-cwl-runner
+  python3-crunchstat-summary
   shellinabox
 ]