From 745268d0ae0b4143685f4af905843b1fe8e32c74 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 13 Jul 2018 06:16:16 -0700 Subject: [PATCH] Add notes for future job migrations We will need to ensure we capture appropriate timeouts else we will be sad due to gae failures. Change-Id: I7ee3b540a55b52aaefcdc49d33c1e7c8825919bd --- zuul.d/legacy-ironic-jobs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/legacy-ironic-jobs.yaml b/zuul.d/legacy-ironic-jobs.yaml index 47c0dfd624..ceed5b9352 100644 --- a/zuul.d/legacy-ironic-jobs.yaml +++ b/zuul.d/legacy-ironic-jobs.yaml @@ -26,6 +26,9 @@ pre-run: playbooks/legacy/ironic-dsvm-base/pre.yaml post-run: playbooks/legacy/ironic-dsvm-base/post.yaml +# TODO(TheJulia): When we migrate to a non-legacy job, we will need to set the BUILD_TIMEOUT +# and the DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT to 1200 seconds to prevent +# needless CI job timeouts as the scale of the job is greater than a normal test jobs. - job: name: legacy-ironic-dsvm-base-multinode parent: legacy-dsvm-base-multinode @@ -115,6 +118,9 @@ - openstack/tempest - openstack/virtualbmc +# TODO(TheJulia): When we migrate to a non-legacy job, we will need to set the BUILD_TIMEOUT +# and the DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT to 1200 seconds to prevent +# needless CI job timeouts as the scale of the job is greater than a normal test jobs. - job: name: ironic-grenade-dsvm parent: legacy-ironic-dsvm-base