Skip to content

Commit 7110215

Browse files
committed
debug
1 parent a94a035 commit 7110215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

217218
check_upgrade_status
218219
}

0 commit comments

Comments
 (0)