b1f74a351a
- Also run last two test scripts in compute-kit job sequentially. This is handy since it allows to see what is happening during the test run. Both these test scripts usually take just few minutes. But if we run them using ansible async feature and one of the scripts fails then we are forced to wait for a long timeout. Change-Id: I75b8fde3ec4e3355319b1c3f257e2d76c36f6aa4
19 lines
1.0 KiB
YAML
19 lines
1.0 KiB
YAML
---
|
|
images:
|
|
tags:
|
|
db_init: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
cinder_db_sync: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
db_drop: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
ks_user: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
ks_service: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
ks_endpoints: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
cinder_api: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
bootstrap: "docker.io/openstackhelm/heat:2023.1-ubuntu_focal"
|
|
cinder_scheduler: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
cinder_volume: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
cinder_volume_usage_audit: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
cinder_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal"
|
|
cinder_backup: "docker.io/openstackhelm/cinder:2023.1-ubuntu_focal"
|
|
cinder_backup_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal"
|
|
...
|