Skip to content

fix(one-templates): packer wait CI timeout on OpenNebula exceptions

When an OpenNebula exception raise, the ruby script wait indefinitely until gitlab-runner kill the process after the job timeout.

This issue arise because the OpenNebula exception inherit Exception instead of StandardError.

  • tools/one-templates (#publishImage): catch StandardError instead of Exception.

Closes #18 (closed)

Edited by Daniel Dehennin

Merge request reports