]> review.fuel-infra Code Review - tools/sustaining.git/commit
Jenkins' job reliability and 8.0 support 77/16577/1
authorDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Sun, 31 Jan 2016 07:54:01 +0000 (10:54 +0300)
committerDenis V. Meltsaykin <dmeltsaykin@mirantis.com>
Sun, 31 Jan 2016 07:59:48 +0000 (10:59 +0300)
commite9e8a11c04ad28df709113794d2fb06a4e1a97a2
treedbfeb2cda69ab1f104d4cc3d621cfb0b87525171
parent7ac4bb34bff9fd478857e5ac56b67e9197b416cd
Jenkins' job reliability and 8.0 support

As this job is used in jenkins as non-stop job
(i.e. it should be running until aborted), there is a possibility
that executor thread will receive more than one interrupt,
and will generate SIGTERM during the cleanup procedure.
This commit adds some signal ignorance to the cleanup
procedure to have a chance of successful completion if
multiple signals are arriving.

Also, the work on 8.0+ support is started.

Change-Id: If78b896b15d87f560d7d26d4da5becfc757658ef
jenkins/build_cluster/build_cluster.py