Skip to content
Snippets Groups Projects
Commit 677cad92 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'ci-use-only-needs' into release-2.2


adc84a98 gitlab-ci: remove `dependencies` from jobs

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: Vicente Bolea's avatarVicente Bolea <vicente.bolea@kitware.com>
Merge-request: !3277
parents 32fb226f adc84a98
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -42,8 +42,6 @@ test:centos7_gcc73:
- .cmake_test_linux
- .run_automatically
- .use_minimum_supported_cmake
dependencies:
- build:centos7_gcc73
needs:
- build:centos7_gcc73
......@@ -61,7 +59,5 @@ test:rhel8_test_centos7:
- .run_automatically
variables:
CTEST_EXCLUSIONS: "built_against_test_install"
dependencies:
- build:centos7_gcc73
needs:
- build:centos7_gcc73
......@@ -45,8 +45,6 @@ test:centos8_sanitizer:
smoke_test_cmake_built_against_test_install
smoke_test_make_built_against_test_install
smoke_test_pkgconfig_make_built_against_test_install
dependencies:
- build:centos8_sanitizer
needs:
- build:centos8_sanitizer
......
......@@ -102,8 +102,6 @@ test:frontier_gcc_hip:
- .run_frontier_ci
needs:
- build:frontier_gcc_hip
dependencies:
- build:frontier_gcc_hip
variables:
# -c48 --gpus=8 since we want to use fully utilize a node
# SMT=2 since compiling is balanced type of task (IO|computing).
......
......@@ -26,8 +26,6 @@ test:macos_xcode14:
- .run_automatically
needs:
- build:macos_xcode14
dependencies:
- build:macos_xcode14
.macos_xcode14:
variables:
......
......@@ -38,7 +38,5 @@ test:opensuse_gcc13:
#Restrict OpenMP number of threads since multiple test stages
#execute on the same hardware concurrently
OMP_NUM_THREADS: 4
dependencies:
- build:opensuse_gcc13
needs:
- build:opensuse_gcc13
......@@ -36,8 +36,6 @@ test:rhel8:
- .rhel8
- .cmake_test_linux
- .run_automatically
dependencies:
- build:rhel8
needs:
- build:rhel8
......@@ -67,7 +65,5 @@ test:rhel8_vtk_types:
- .rhel8
- .cmake_test_linux
- .run_automatically
dependencies:
- build:rhel8_vtk_types
needs:
- build:rhel8_vtk_types
......@@ -43,8 +43,6 @@ test:ubuntu1604_gcc5:
- .cmake_test_linux
- .run_automatically
- .use_minimum_supported_cmake
dependencies:
- build:ubuntu1604_gcc5
needs:
- build:ubuntu1604_gcc5
......@@ -83,8 +81,6 @@ test:ubuntu1804_test_ubuntu1604_gcc5_2:
- .use_minimum_supported_cmake
variables:
CTEST_EXCLUSIONS: "built_against_test_install"
dependencies:
- build:ubuntu1604_gcc5_2
needs:
- build:ubuntu1604_gcc5_2
......@@ -118,8 +114,6 @@ test:ubuntu1604_clang5:
- .cmake_test_linux
- .run_automatically
- .use_minimum_supported_cmake
dependencies:
- build:ubuntu1604_clang5
needs:
- build:ubuntu1604_clang5
variables:
......
......@@ -43,8 +43,6 @@ test:ubuntu1804_gcc9:
#Restrict OpenMP number of threads since multiple test stages
#execute on the same hardware concurrently
OMP_NUM_THREADS: 4
dependencies:
- build:ubuntu1804_gcc9
needs:
- build:ubuntu1804_gcc9
......@@ -80,8 +78,6 @@ test:ubuntu1804_gcc7:
- .ubuntu1804_cuda
- .cmake_test_linux
- .run_automatically
dependencies:
- build:ubuntu1804_gcc7
needs:
- build:ubuntu1804_gcc7
......@@ -120,8 +116,6 @@ test:ubuntu1804_clang_cuda:
- .cmake_test_linux
- .run_automatically
# - .run_upstream_branches
dependencies:
- build:ubuntu1804_clang_cuda
needs:
- build:ubuntu1804_clang_cuda
......@@ -156,8 +150,6 @@ test:ubuntu1804_gcc6:
#Restrict OpenMP number of threads since multiple test stages
#execute on the same hardware concurrently
OMP_NUM_THREADS: 3
dependencies:
- build:ubuntu1804_gcc6
needs:
- build:ubuntu1804_gcc6
......@@ -189,8 +181,6 @@ test:ubuntu1804_clang8:
- .ubuntu1804
- .cmake_test_linux
- .run_automatically
dependencies:
- build:ubuntu1804_clang8
needs:
- build:ubuntu1804_clang8
......@@ -224,8 +214,6 @@ test:ubuntu1804_kokkos:
- .ubuntu1804_cuda_kokkos
- .cmake_test_linux
- .run_automatically
dependencies:
- build:ubuntu1804_kokkos
needs:
- build:ubuntu1804_kokkos
......@@ -254,8 +242,6 @@ test:ubuntu1804_cuda_perftest:
- .ubuntu1804_cuda
- .cmake_test_linux
- .run_automatically
dependencies:
- build:ubuntu1804_cuda_perftest
needs:
- build:ubuntu1804_cuda_perftest
variables:
......
......@@ -35,8 +35,6 @@ test:ubuntu2004_kokkos:
- .ubuntu2004_kokkos
- .cmake_test_linux
- .run_automatically
dependencies:
- build:ubuntu2004_kokkos
needs:
- build:ubuntu2004_kokkos
......@@ -83,8 +81,6 @@ test:ubuntu2004_hip_kokkos:
variables:
CTEST_MAX_PARALLELISM: 1
CTEST_EXCLUSIONS: "UnitTestWorkletParticleAdvection"
dependencies:
- build:ubuntu2004_hip_kokkos
needs:
- build:ubuntu2004_hip_kokkos
timeout: 3 hours
......@@ -135,7 +135,5 @@ test:windows_vs2019:
extends:
- .cmake_test_windows
- .run_automatically
dependencies:
- build:windows_vs2019
needs:
- build:windows_vs2019
......@@ -228,8 +228,6 @@ test:ubuntu2004_$<compiler>:
- .ubuntu2004_cuda
- .cmake_test_linux
- .only-default
dependencies:
- build:ubuntu2004_$<compiler>
needs:
- build:ubuntu2004_$<compiler>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment