File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2929 # https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle-6.8/+bug/2104178
3030 # which blocks attaching interfaces to neutron routers in OVS system.
3131 # Ignoring sets of tests failing because of this until kernel fix is released.
32- export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-aio-tempest-refstack
3332 fi
3433
3534 if [[ " $KAYOBE_ENVIRONMENT " =~ " ci-multinode" ]]; then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33# These images must be in SMS, since they are used by our AIO CI runners
44stackhpc_rocky_9_overcloud_host_image_version : " 2024.1-20241209T151515"
55stackhpc_ubuntu_jammy_overcloud_host_image_version : " 2024.1-20250408T082408"
6- stackhpc_ubuntu_noble_overcloud_host_image_version : " 2024.1-20250408T092345"
6+ # NOTE(seunghun1ee): Ubuntu Noble kernel 6.8.0-57-generic has iptables bug
7+ # https://bugs.launchpad.net/ubuntu/+source/linux-meta-oracle-6.8/+bug/2104178
8+ # Which prevents Neutron to populate router and its port when the OpenStack
9+ # cloud uses OVS.
10+ # Using image from master (kernel version: 6.8.0-52-generic) to avoid this issue
11+ stackhpc_ubuntu_noble_overcloud_host_image_version : " master-20250304T085258"
You can’t perform that action at this time.
0 commit comments