7b6247554e
This adds arm64 ubuntu-minimal Jammy functests and x86 ubuntu image based Jammy functests. To make this happen we have to install debootstrap from debian unstable on the functest nodes in order to get access to a debootstrap that knows what jammy is. As we ramp up Jammy support in our tools having good testing will be helpful. Change-Id: I1d1dc752ce176457d0656cbd50e27a2721ca9856
11 lines
184 B
YAML
11 lines
184 B
YAML
- hosts: all
|
|
name: Run dib functional tests
|
|
roles:
|
|
- ensure-pip
|
|
- bindep
|
|
- dib-setup-gate-mirrors
|
|
- ensure-podman
|
|
- dib-ensure-debootstrap
|
|
- dib-functests
|
|
|