CI: specify Debian version explicitly

Change-Id: Ie89a403ff17b4d05cd5e4ef6d28e86643c458486
This commit is contained in:
Dmitry Tantsur 2021-09-10 11:43:09 +02:00
parent 5c8fc6fd31
commit a601b56da6
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@
vars: vars:
image_type: 'dib' image_type: 'dib'
image_distro: 'debian-minimal' image_distro: 'debian-minimal'
image_release: 'buster'
- job: - job:
name: ironic-python-agent-check-image-base name: ironic-python-agent-check-image-base
@ -137,6 +138,7 @@
vars: vars:
image_type: 'dib' image_type: 'dib'
image_distro: 'debian-minimal' image_distro: 'debian-minimal'
image_release: 'buster'
- job: - job:
name: ironic-python-agent-check-image-dib-debian-extra name: ironic-python-agent-check-image-dib-debian-extra