From a3e0f9cce8eb9b19f241c614bfa0fd3eb628880c Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Mon, 9 Dec 2024 09:08:37 -0500 Subject: [PATCH] Switch to openstack-k8s-operators/sg-core sg-core was moved from github.com/infrawatch/sg-core to github.com/openstack-k8s-operators/sg-core. While the infrawatch sg-core will stay maintained for the forseeable future, the openstack-k8s-operators version of sg-core will receive all the new code. Change-Id: I196e48eab1ad4ab0a307c1729f5e57453088d492 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d939716..caa2327 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,14 +19,14 @@ - openstack/diskimage-builder - openstack/tempest - gnocchixyz/gnocchi - - infrawatch/sg-core + - openstack-k8s-operators/sg-core vars: &base_vars configure_swap_size: 8192 devstack_plugins: heat: https://opendev.org/openstack/heat ceilometer: https://opendev.org/openstack/ceilometer aodh: https://opendev.org/openstack/aodh - sg-core: https://github.com/infrawatch/sg-core + sg-core: https://github.com/openstack-k8s-operators/sg-core # NOTE(jokke): The following will disable the gabbi based integration tests for now. # We will need to figure out how we refactor them to be stable in the CI. tempest_exclude_regex: (^telemetry_tempest_plugin\.scenario\.test_telemetry_integration\.)