Fix the post job for tinyipa/coreos

The image_distro variable has to be initialized even when not actually
used, because run.yaml is one big bash script.

Change-Id: Id73931b29feaa73550d3cb4924f63e303a2fa145
This commit is contained in:
Dmitry Tantsur 2019-08-27 14:12:48 +02:00
parent c94d3d69cc
commit 0f07bfcac6
1 changed files with 6 additions and 0 deletions

View File

@ -102,12 +102,18 @@
parent: ironic-python-agent-buildimage-base
vars:
image_name: 'coreos'
# TODO(dtantsur): refactor run.yaml, so that this variable is only
# required for DIB jobs.
image_distro: ''
- job:
name: ironic-python-agent-buildimage-tinyipa
parent: ironic-python-agent-buildimage-base
vars:
image_name: 'tinyipa'
# TODO(dtantsur): refactor run.yaml, so that this variable is only
# required for DIB jobs.
image_distro: ''
- job:
name: ironic-python-agent-buildimage-dib