CI: Extend metalsmith CI job timeout

Metalsmith has always been a fairly long running job, in part
because it hast to build images, and then deploy them.

It appears, we are seeing increased occurances of the job
timing out due to what appears to be just slightly slower IO
performance. Overall major steps are still executing in an
acceptable amount of time, just towards the further end of
what we typically expect to see in CI.

As such, extend the overall job timeout a little bit to give
it time to hopefully finish. Extends the job timeout 1000 seconds,
which is a bit over sixteen more minutes to allow the job to
complete cleaning.

Change-Id: I5c7928e341ffcbc94f1beb8a33a8d10d89bae8a7
This commit is contained in:
Julia Kreger 2021-12-09 08:38:19 -08:00
parent 6c830e048f
commit 347c354d8d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
Integration job using Glance as image source and CentOS8 with local boot
and UEFI. Images are built with diskimage-builder.
parent: metalsmith-integration-base
timeout: 7200
timeout: 8200
run: playbooks/integration/centos8-integration.yaml
vars:
devstack_localrc: