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:
@@ -102,12 +102,18 @@
|
|||||||
parent: ironic-python-agent-buildimage-base
|
parent: ironic-python-agent-buildimage-base
|
||||||
vars:
|
vars:
|
||||||
image_name: 'coreos'
|
image_name: 'coreos'
|
||||||
|
# TODO(dtantsur): refactor run.yaml, so that this variable is only
|
||||||
|
# required for DIB jobs.
|
||||||
|
image_distro: ''
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-buildimage-tinyipa
|
name: ironic-python-agent-buildimage-tinyipa
|
||||||
parent: ironic-python-agent-buildimage-base
|
parent: ironic-python-agent-buildimage-base
|
||||||
vars:
|
vars:
|
||||||
image_name: 'tinyipa'
|
image_name: 'tinyipa'
|
||||||
|
# TODO(dtantsur): refactor run.yaml, so that this variable is only
|
||||||
|
# required for DIB jobs.
|
||||||
|
image_distro: ''
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-buildimage-dib
|
name: ironic-python-agent-buildimage-dib
|
||||||
|
Reference in New Issue
Block a user