Skip to content

Commit

Permalink
upgrade to larger instance for msvc2019/2022 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Oct 13, 2023
1 parent 0580747 commit 051e88b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ '*' ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

env:
Expand All @@ -14,7 +14,7 @@ env:

jobs:
MSVC-2019:
runs-on: windows-2019
runs-on: temporary-performance-testing_windows-2019_8-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
.\tests\ci\run_windows_tests.bat "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
MSVC-2022:
runs-on: windows-2022
runs-on: temporary-performance-testing_windows-latest_8-core
steps:
- name: Git clone the repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion crypto/impl_dispatch_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ TEST_F(ImplDispatchTest, AES_single_block) {
}

// TODO(CryptoAlg-2137): Fix SHA256 dispatch test failure on newer 32-bit Intel
// processors that happens only on Debug Builds.
// processors that happens only on Windows Debug Builds.
#if !(defined(OPENSSL_WINDOWS) && defined(OPENSSL_X86) && !defined(NDEBUG))
TEST_F(ImplDispatchTest, SHA256) {
AssertFunctionsHit(
Expand Down
13 changes: 0 additions & 13 deletions tests/ci/codebuild/windows-x86/run_windows_target.yml

This file was deleted.

0 comments on commit 051e88b

Please sign in to comment.