From a329d43875365ff61dbdfb0fa532195ff194e8bb Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Fri, 19 Jan 2024 10:20:38 -0800 Subject: [PATCH] [CI] Fixed missing clang-17 changes (#35610) Closes #35610 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35610 from veblush:clang-17-missing e59bca57980c18a3eded8df37de629f7c3271095 PiperOrigin-RevId: 599870245 --- tools/run_tests/run_tests.py | 2 +- tools/run_tests/run_tests_matrix.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 2cf9a26f0e7..7f47f30933c 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -1744,7 +1744,7 @@ argp.add_argument( "gcc12_openssl309", "gcc_musl", "clang6", - "clang16", + "clang17", # TODO: Automatically populate from supported version "python3.7", "python3.8", diff --git a/tools/run_tests/run_tests_matrix.py b/tools/run_tests/run_tests_matrix.py index 52b41716161..531f38ea499 100755 --- a/tools/run_tests/run_tests_matrix.py +++ b/tools/run_tests/run_tests_matrix.py @@ -362,7 +362,7 @@ def _create_portability_test_jobs( "gcc12_openssl309", "gcc_musl", "clang6", - "clang16", + "clang17", ]: test_jobs += _generate_jobs( languages=["c", "c++"],