Skip to content

Commit 0fabd8d

Browse files
committed
Make sure Test and Main use EL7-compatible Node for GxIT proxy, update Test
1 parent 0f0612f commit 0fabd8d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

env/main/group_vars/cvmfsstratum0servers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ miniconda_conda_environments:
2626
packages:
2727
- pango
2828

29+
# Stratum 0 is EL9 but Galaxy servers are still EL7 for now, and venv node is used to run the gx-it-proxy
30+
galaxy_node_version_max: 16.19.1
31+
2932
# also set in galaxyservers, but not set in all I think because it's invalid for pulsar contexts
3033
galaxy_server_dir: /cvmfs/{{ galaxy_cvmfs_repo }}/galaxy
3134
galaxy_config_dir: null
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
galaxy_version: 24.1.rc1
3-
galaxy_commit: a9c1300fd44b9545efbc258701a2727fddca3cd7
3+
galaxy_commit: c681c0c29aaeac790e2486bf465a8babfaa1bcb9

env/test/group_vars/cvmfsstratum0servers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ miniconda_conda_environments:
2828

2929
xdg_cache_home: /srv/galaxy-test-cache/cache
3030

31+
# Stratum 0 is EL9 but Galaxy servers are still EL7 for now, and venv node is used to run the gx-it-proxy
32+
galaxy_node_version_max: 16.19.1
33+
3134
# also set in galaxyservers, but not set in all I think because it's invalid for pulsar contexts
3235
galaxy_server_dir: /cvmfs/{{ galaxy_cvmfs_repo }}/galaxy
3336
galaxy_config_dir: null

0 commit comments

Comments
 (0)