From 3fe20db1265ecc821cf5d26458526ffa461532b1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 7 Feb 2022 19:33:09 -0500 Subject: gitlab-ci: add jobs testing Intel 2022.0.2 compilers on Linux Note that the classic compiler version is 2021.5.0, but we still have it in the 2022.0.2 base image. --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9222983..bb2e49f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -509,6 +509,13 @@ t:intel2021.4.0-makefiles: CMAKE_CI_BUILD_NAME: intel2021.4.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.4.0-el8 +t:intel2021.5.0-makefiles: + extends: + - .cmake_test_linux_intelclassic_makefiles + variables: + CMAKE_CI_BUILD_NAME: intel2021.5.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.0.2-el8 + t:oneapi2021.1.1-makefiles: extends: - .cmake_test_linux_inteloneapi_makefiles @@ -544,6 +551,13 @@ t:oneapi2021.4.0-makefiles: CMAKE_CI_BUILD_NAME: oneapi2021.4.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.4.0-el8 +t:oneapi2022.0.2-makefiles: + extends: + - .cmake_test_linux_inteloneapi_makefiles + variables: + CMAKE_CI_BUILD_NAME: oneapi2022.0.2_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.0.2-el8 + b:linux-x86_64-package: extends: - .linux_package -- cgit v0.12