|
43 | 43 | parent: telemetry-operator-multinode-autoscaling |
44 | 44 | vars: |
45 | 45 | 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 |
49 | 46 | cifmw_test_operator_tempest_namespace: podified-antelope-centos9 |
50 | 47 | cifmw_test_operator_tempest_container: openstack-tempest-all |
51 | 48 | cifmw_test_operator_tempest_image_tag: 'current-podified' |
|
56 | 53 | cifmw_test_operator_tempest_external_plugin: |
57 | 54 | # workaround(telemetry_tempest_plugin_release) |
58 | 55 | # 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. |
67 | 56 | - repository: "https://opendev.org/openstack/telemetry-tempest-plugin.git" |
68 | 57 | changeRepository: "https://review.opendev.org/openstack/telemetry-tempest-plugin" |
69 | | - changeRefspec: "refs/changes/32/907432/1" |
| 58 | + changeRefspec: "master" |
70 | 59 | # 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 |
71 | 60 | # https://github.com/openstack-k8s-operators/ci-framework/blob/main/roles/test_operator/defaults/main.yml |
72 | 61 | cifmw_tempest_tempestconf_config: |
|
0 commit comments