Skip to content

Commit

Permalink
move some dpcpp job to full pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Jul 22, 2021
1 parent 0ecb2f0 commit 88c9584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ build/dpcpp/cpu/release/static:
build/dpcpp/igpu/release/shared:
<<: *default_build_with_test
extends:
- .full_test_condition
- .quick_test_condition
- .use_gko-oneapi-igpu
variables:
<<: *default_variables
Expand All @@ -741,7 +741,7 @@ build/dpcpp/igpu/release/shared:
build/dpcpp/opencl_igpu/release/static:
<<: *default_build_with_test
extends:
- .quick_test_condition
- .full_test_condition
- .use_gko-oneapi-igpu
variables:
<<: *default_variables
Expand Down Expand Up @@ -773,7 +773,7 @@ build/dpcpp/level_zero_igpu/debug/shared:
build/dpcpp/dgpu/release/static:
<<: *default_build_with_test
extends:
- .quick_test_condition
- .full_test_condition
- .use_gko-oneapi-igpu
variables:
<<: *default_variables
Expand Down

0 comments on commit 88c9584

Please sign in to comment.