Skip to content

Commit

Permalink
CSM Observability: update cpp version check to v1.62.x (#27)
Browse files Browse the repository at this point in the history
Until (and if) all changes needed for CSM Observability are backported
to `v1.61.x`, we should only allow this test for the upcoming release
`v1.62.x`, and the `master` branch.
  • Loading branch information
sergiitk authored Feb 1, 2024
1 parent 50ddddd commit 8462f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gamma/csm_observability_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CsmObservabilityTest(xds_gamma_testcase.GammaXdsKubernetesTestCase):
def is_supported(config: skips.TestConfig) -> bool:
if config.client_lang == _Lang.CPP and config.server_lang == _Lang.CPP:
# CSM Observability Test is only supported for CPP for now.
return config.version_gte("v1.61.x")
return config.version_gte("v1.62.x")
return False

@classmethod
Expand Down

0 comments on commit 8462f02

Please sign in to comment.