Skip to content

Commit 3f68cbf

Browse files
committed
debug
1 parent 18e82d8 commit 3f68cbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-operator/step-registry/cucushift/upgrade/rhel-worker/cucushift-upgrade-rhel-worker-commands.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ function rhel_upgrade(){
213213
ansible-inventory -i "${SHARED_DIR}/ansible-hosts" --list --yaml
214214
echo -e "\nRunning RHEL worker upgrade"
215215
sed -i 's|^remote_tmp.*|remote_tmp = /tmp/.ansible|g' /usr/share/ansible/openshift-ansible/ansible.cfg
216-
ansible-playbook -i "${SHARED_DIR}/ansible-hosts" /usr/share/ansible/openshift-ansible/playbooks/upgrade.yml -vvv || { export UPGRADE_FAILURE_TYPE="${testcase}"; return 1; }
216+
ansible-playbook -i "${SHARED_DIR}/ansible-hosts" /usr/share/ansible/openshift-ansible/playbooks/upgrade.yml -vvv || true
217+
sleep 4h
218+
217219
check_upgrade_status
218220
}
219221

0 commit comments

Comments
 (0)