From d004b3540989fc6e3b196bdbfc9ef483e4475a75 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Wed, 20 Sep 2017 11:36:10 -0400 Subject: [PATCH] update Test --- common_roles | 2 +- env/test/files/galaxy/galaxy_version.yml | 6 +++--- .../ethercalc/config/allowed_images.yml.sample | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 stage/files/interactive_environments/plugins/ethercalc/config/allowed_images.yml.sample diff --git a/common_roles b/common_roles index c6717b007..08620f6cf 160000 --- a/common_roles +++ b/common_roles @@ -1 +1 @@ -Subproject commit c6717b007548b61eb96cb498e77088540b84849a +Subproject commit 08620f6cf6c279e75405cd74d421c8eb28333781 diff --git a/env/test/files/galaxy/galaxy_version.yml b/env/test/files/galaxy/galaxy_version.yml index bf1cb9f8b..99497852b 100644 --- a/env/test/files/galaxy/galaxy_version.yml +++ b/env/test/files/galaxy/galaxy_version.yml @@ -1,4 +1,4 @@ --- -galaxy_version: 17.09.dev -galaxy_commit: 20b935639670d171eadb96b3406d00174d978ae6 -galaxy_commit_short: 20b9356 +galaxy_version: 18.01.dev +galaxy_commit: 907228928f02d12bead54a883bd8cc50ebbeb386 +galaxy_commit_short: 9072289 diff --git a/stage/files/interactive_environments/plugins/ethercalc/config/allowed_images.yml.sample b/stage/files/interactive_environments/plugins/ethercalc/config/allowed_images.yml.sample new file mode 100644 index 000000000..5043284c3 --- /dev/null +++ b/stage/files/interactive_environments/plugins/ethercalc/config/allowed_images.yml.sample @@ -0,0 +1,11 @@ +# This file lists acceptable images to allow runing. +# +# This allows you, the admin, to create multiple flavours +# for your users to run. E.g. maybe you need a geosciences flavour, +# you can create the image based on our default image and add the +# appropriate `apt-get/pip install` statements. +--- +- + image: shiltemann/ethercalc-galaxy-ie:17.05 + description: | + EtherCalc is a web spreadsheet.