From 0b719c02d9f8ecc8a17bf52dbad67c038ea7d014 Mon Sep 17 00:00:00 2001 From: Tobias Ribizel Date: Mon, 21 Oct 2024 14:00:23 +0200 Subject: [PATCH] temporarily disable oneAPI CI jobs The runners are down for a short while --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18771d9bc2d..cc67883c4b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -344,6 +344,7 @@ build/icpx20231/igpu/release/shared: - .build_and_test_template - .default_variables - .quick_test_condition + - .disable_job_condition - .use_gko-oneapi20231-igpu variables: CXX_COMPILER: "icpx" @@ -377,6 +378,7 @@ build/icpx/igpu/release/static: - .build_and_test_template - .default_variables - .full_test_condition + - .disable_job_condition - .use_gko-oneapi-igpu variables: CXX_COMPILER: "dpcpp"