Skip to content

Commit 3284559

Browse files
committed
[zuul][tempest] Remove workaround for gabbi version
openstack-k8s-operators/tcib#132 is now merged, and should use upper-constraints from antelope when installing the external plugin.
1 parent 4ed730d commit 3284559

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

zuul.d/projects.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
parent: telemetry-operator-multinode-autoscaling
4444
vars:
4545
test_fw: test_operator
46-
# workaround(gabbi_version)
47-
# Using master for now because the sg_core telemetry tests are not compatible with antelope due to an incompatible version of gabbi
48-
# The workaround in the telemetry-tempest-plugin patch needs to be incorporated into TCIB
4946
cifmw_test_operator_tempest_namespace: podified-antelope-centos9
5047
cifmw_test_operator_tempest_container: openstack-tempest-all
5148
cifmw_test_operator_tempest_image_tag: 'current-podified'
@@ -56,17 +53,9 @@
5653
cifmw_test_operator_tempest_external_plugin:
5754
# workaround(telemetry_tempest_plugin_release)
5855
# NOTE: Until the telemetry-tempest-plugin repo is tagged and the new version is used in the tempest image, we need to manually install it as an external plugin to use the autoscaling tests.
59-
# Once this job runs all the autoscaling tests and passes using telemetry-tempest-plugin/master, the release can be tagged since it works against OSP18 deployments.
60-
# - repository: "https://opendev.org/openstack/telemetry-tempest-plugin.git"
61-
# changeRepository: "https://review.opendev.org/openstack/telemetry-tempest-plugin"
62-
# changeRefspec: "master"
63-
# workaround(gabbi_version)
64-
# NOTE: This review is being used because tempest/antelope container has an incompatible version of gabbi, and it was easier to verify this fix in this patch rather than in TCIB.
65-
# TODO: Update the version of gabbi used in TCIB instead of in telemetry-tempest-plugin.
66-
# Once that update is made, this patch is not needed, and the podified-antelope-centos9 namespace can be used again to select the antelope version of the tempest image.
6756
- repository: "https://opendev.org/openstack/telemetry-tempest-plugin.git"
6857
changeRepository: "https://review.opendev.org/openstack/telemetry-tempest-plugin"
69-
changeRefspec: "refs/changes/32/907432/1"
58+
changeRefspec: "master"
7059
# This value is used to populate the `tempestconfRun` parameter of the Tempest CR: https://openstack-k8s-operators.github.io/test-operator/crds.html#tempest-custom-resource
7160
# https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml
7261
cifmw_tempest_tempestconf_config:

0 commit comments

Comments
 (0)