Skip to content

Commit

Permalink
config: update TD gRPC bootstrap test with v0.17.0 and v0.18.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 authored Nov 26, 2024
1 parent a7ffef9 commit 62aad5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap_generator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
# after the release is published.
def bootstrap_version_testcases() -> Sequence[dict[str, str]]:
return (
dict(version="v0.18.0", image=f"{GCR_PROD}:0.18.0"),
dict(version="v0.17.0", image=f"{GCR_PROD}:0.17.0"),
dict(version="v0.16.0", image=f"{GCR_PROD}:0.16.0"),
dict(version="v0.15.0", image=f"{GCR_PROD}:0.15.0"),
dict(version="v0.14.0", image=f"{GCR_PROD}:0.14.0"),
Expand Down

0 comments on commit 62aad5b

Please sign in to comment.