From 00d76657263b25c6c85613f1f0ecbf57d0189062 Mon Sep 17 00:00:00 2001 From: cat-bro Date: Mon, 9 Dec 2024 15:07:42 +1100 Subject: [PATCH] Add pawsey NFS to object store test entries --- .../production/total_perspective_vortex/users.yml.j2 | 4 ++++ templates/galaxy/config/galaxy_object_store_conf.yml.j2 | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/users.yml.j2 b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/users.yml.j2 index 606d6916..43f5ba77 100644 --- a/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/users.yml.j2 +++ b/files/galaxy/dynamic_job_rules/production/total_perspective_vortex/users.yml.j2 @@ -352,3 +352,7 @@ users: inherits: __selenium_test_user params: object_store_id: pawsey_s3_test + selenium_st_pawsey_nfs@genome.edu.au: + inherits: __selenium_test_user + params: + object_store_id: pawsey_nfs_test diff --git a/templates/galaxy/config/galaxy_object_store_conf.yml.j2 b/templates/galaxy/config/galaxy_object_store_conf.yml.j2 index f49dfc73..3ce1343b 100644 --- a/templates/galaxy/config/galaxy_object_store_conf.yml.j2 +++ b/templates/galaxy/config/galaxy_object_store_conf.yml.j2 @@ -257,4 +257,12 @@ backends: extra_dirs: - type: job_work path: /mnt/scratch/job_working_directory +- id: pawsey_nfs_test + weight: 0 + type: disk + store_by: uuid + files_dir: {{ pawsey_file_mounts_path }}/user-data/pawsey_nfs_test + extra_dirs: + - type: job_work + path: /mnt/scratch/job_working_directory {% endif %}