Remove vs2015 test (#29824)

pull/29829/head
Esun Kim 3 years ago committed by GitHub
parent 897bc2c100
commit 9aa91e9e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_tests_matrix.py

@ -329,7 +329,7 @@ def _create_portability_test_jobs(extra_args=[],
configs=['dbg'],
platforms=['windows'],
arch='default',
compiler='cmake_vs2015',
compiler='cmake_vs2017',
labels=['portability', 'corelang'],
extra_args=extra_args,
inner_jobs=inner_jobs)

Loading…
Cancel
Save