From bc79115f7fff069931c5ef1b07615c4ed669f99c Mon Sep 17 00:00:00 2001 From: Lukas Piwowarski Date: Tue, 18 Jun 2024 15:29:00 +0200 Subject: [PATCH] [zuul] Use older tobiko image Let's use older tobiko image in the check job as there is a numpy related bug in tobiko that should be fixed with this PR [1]. We can enable the latest build once the change fully propagates into the tobiko image. [1] https://review.opendev.org/c/x/tobiko/+/922184 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 07c88578..3533afe0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -73,7 +73,9 @@ vcpus: 1 cifmw_test_operator_tempest_ntp_extra_images: https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img - cifmw_run_tobiko: true + # NOTE(lpiwowar): Remove once this fix fully propagates into the latest build of the tobiko image + # https://review.opendev.org/c/x/tobiko/+/922184 + cifmw_test_operator_tobiko_image_tag: 29ed9f08be63ef47c25cbb857dbbf9d756ff5c081607e55e5237558d90aa6a13 cifmw_test_operator_tobiko_workflow: - stepName: 'podified-functional' testenv: 'functional -- tobiko/tests/functional/podified/test_topology.py'