Skip to content

Commit

Permalink
kokoro: remove VS 2019 debug (#5934)
Browse files Browse the repository at this point in the history
* Fix build file for VS 2022 debug

* Actually remove the scripts now.
  • Loading branch information
dneto0 authored Jan 10, 2025
1 parent a29530d commit 31c154a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
23 changes: 0 additions & 23 deletions kokoro/windows-msvc-2019-debug/build.bat

This file was deleted.

22 changes: 0 additions & 22 deletions kokoro/windows-msvc-2019-debug/continuous.cfg

This file was deleted.

16 changes: 0 additions & 16 deletions kokoro/windows-msvc-2019-debug/presubmit.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion kokoro/windows-msvc-2022-debug/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Continuous build configuration.
build_file: "SPIRV-Tools/kokoro/windows-msvc-2019-debug/build.bat"
build_file: "SPIRV-Tools/kokoro/windows-msvc-2022-debug/build.bat"

action {
define_artifacts {
Expand Down
2 changes: 1 addition & 1 deletion kokoro/windows-msvc-2022-debug/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# Presubmit build configuration.
build_file: "SPIRV-Tools/kokoro/windows-msvc-2019-debug/build.bat"
build_file: "SPIRV-Tools/kokoro/windows-msvc-2022-debug/build.bat"

0 comments on commit 31c154a

Please sign in to comment.