Skip to content

Commit

Permalink
run Intel CI jobs on cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Nov 7, 2024
1 parent dc8cfeb commit 5a41dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ 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"
Expand Down Expand Up @@ -378,7 +377,6 @@ 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"
Expand Down
9 changes: 3 additions & 6 deletions .gitlab/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,14 @@
.use_gko-oneapi-igpu:
image: ginkgohub/oneapi:latest
tags:
- private_ci
- intel-igpu
- intel-gpus

.use_gko-oneapi20231-igpu:
image: ginkgohub/spack-oneapi:20231-openmpi
tags:
- private_ci
- intel-igpu
- intel-gpus

.use_gko-oneapi-dgpu:
image: ginkgohub/oneapi:latest
tags:
- private_ci
- intel-dgpu
- intel-gpus

0 comments on commit 5a41dbc

Please sign in to comment.