Skip to content

Commit 68e5df9

Browse files
author
Antonio Ettorre
committed
remove schedule on CI for ZMQ Cluster
1 parent ac1f590 commit 68e5df9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/cluster_ansible.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
description: Git Ref
77
default: master
88
required: true
9-
schedule:
10-
- cron: "0 12 * * *"
11-
push:
12-
branches: [ ae_cluster_ansible ]
139

1410
jobs:
1511

ansible/cluster/oq_zmq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
- name: execute ssh for first time with openquake user
131131
shell: |
132132
cd ~openquake
133-
ssh -v -l openquake -i ~openquake/.ssh/id_rsa -o StrictHostKeyChecking=no "{{hostvars[item]['ansible_host']}}" "hostname && echo 'Welcome!!!'"
133+
ssh -l openquake -i ~openquake/.ssh/id_rsa -o StrictHostKeyChecking=no "{{hostvars[item]['ansible_host']}}" "hostname && echo 'Welcome!!!'"
134134
become: true
135135
become_user: openquake
136136
loop: "{{ groups['worker'] }}"

0 commit comments

Comments
 (0)