This reverts commit 5256991346.
Reason for revert: dib-functests-arm64-deb is failing because of missing debootstrap/scripts/noble
Reverting to get back the role that downloads unstable debootstrap
Change-Id: I920f02e4a9a7751f9e1c58ccde9d0f766e185cd7
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
|
|
|