ci: Shorten name of job testing Intel 2021.9 compilers on Windows

We do not need to test more than one patch level.
This commit is contained in:
Brad King 2025-05-21 16:46:19 -04:00
parent ebeee21983
commit 63c3e1fd3b
2 changed files with 3 additions and 3 deletions

View File

@ -1324,7 +1324,7 @@ t:windows-clang19.1-gnu-nmake:
CMAKE_CI_BUILD_NAME: windows_clang19.1_gnu_nmake
CMAKE_CI_JOB_NIGHTLY: "true"
t:windows-intel2021.9.0-ninja:
t:windows-intel2021.9-ninja:
extends:
- .windows_intelclassic_ninja
- .cmake_test_windows_external
@ -1334,7 +1334,7 @@ t:windows-intel2021.9.0-ninja:
needs:
- t:windows-vs2022-x64-ninja
variables:
CMAKE_CI_BUILD_NAME: windows_intel2021.9.0_ninja
CMAKE_CI_BUILD_NAME: windows_intel2021.9_ninja
CMAKE_CI_JOB_NIGHTLY: "true"
t:windows-oneapi2025.1-ninja:

View File

@ -8,7 +8,7 @@ if ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(oneapi2025\.1)(_|$)") {
$llvm_dir = "bin\compiler"
$filename = "intel-oneapi-$version-windows-1"
$sha256sum = "CA7D5B4E5C11AA9FAF6ED56045D2440F620A2DA3D8BF2B8B644280C9B10DE844"
} elseif ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(intel2021\.9\.0)(_|$)") {
} elseif ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(intel2021\.9)(_|$)") {
# Intel oneAPI 2023.1.0
$version = "2023.1.0"
$version_dir = "2023.1.0"