mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
ci: run system-status.sh in case a job fails
The new `system-status.sh` script logs the status of the host and the minikube VM. This gets executed when a CI job fails, and should aid in troubleshooting spurious failures. Updates: #1969 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
4ef36aed0c
commit
e36155283b
@ -188,6 +188,12 @@ node('cico-workspace') {
|
||||
}
|
||||
}
|
||||
|
||||
catch (err) {
|
||||
stage('log system status') {
|
||||
ssh './system-status.sh'
|
||||
}
|
||||
}
|
||||
|
||||
finally {
|
||||
stage('return bare-metal machine') {
|
||||
sh 'cico node done ${CICO_SSID}'
|
||||
|
Reference in New Issue
Block a user