Skip to content

Commit

Permalink
[zuul] Use older tobiko image
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lpiwowar committed Jun 18, 2024
1 parent 9dff1ce commit bc79115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bc79115

Please sign in to comment.