Skip to content

Commit ecce0b0

Browse files
committed
stop galaxy when running playbook against qa
this aims to prevent memory kill for those small machines
1 parent 02eea49 commit ecce0b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

galaxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@
153153
- git:
154154
repo: 'https://github.com/usegalaxy-eu/libraries-training-repo'
155155
dest: /libraries/
156+
- name: stop galaxy to free mem for client build
157+
become: true
158+
become_user: root
159+
ansible.builtin.command: galaxyctl stop
160+
when: "inventory_hostname in ['galaxy-qa1.galaxy.cloud.e-infra.cz', 'galaxy-qa2.galaxy.cloud.e-infra.cz']"
156161
roles:
157162
- galaxyproject.tusd
158163
- usegalaxy_eu.apptainer

0 commit comments

Comments
 (0)