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

Merge topic 'ci-use-only-needs'


22e999d9 gitlab-ci: remove `dependencies` from jobs

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !174
parents 94e9797d 22e999d9
Branches
No related tags found
1 merge request!174gitlab-ci: remove `dependencies` from jobs
Pipeline #426530 passed
......@@ -25,7 +25,7 @@ stages:
# Additionally, jobs may also contain:
#
# - artifacts
# - dependency/needs jobs for required jobs
# - needs jobs for required jobs
################################################################################
ubuntu18-gcc:build:
......@@ -42,8 +42,6 @@ ubuntu18-gcc:test:
- .cmake_test_linux
- .linux_builder_tags
- .run_automatically
dependencies:
- ubuntu18-gcc:build
needs:
- ubuntu18-gcc:build
......@@ -62,8 +60,6 @@ ubuntu18-clang:test:
- .linux_builder_tags
- .cmake_test_artifacts
- .run_automatically
dependencies:
- ubuntu18-clang:build
needs:
- ubuntu18-clang:build
......@@ -82,8 +78,6 @@ ubuntu18-asan:test:
- .linux_tester_priv_tags
- .cmake_test_artifacts
- .run_automatically
dependencies:
- ubuntu18-asan:build
needs:
- ubuntu18-asan:build
......@@ -102,8 +96,6 @@ ubuntu18-ubsan:test:
- .linux_tester_priv_tags
- .cmake_test_artifacts
- .run_automatically
dependencies:
- ubuntu18-ubsan:build
needs:
- ubuntu18-ubsan:build
......@@ -130,8 +122,6 @@ ubuntu18-coverage:test:
- .linux_builder_tags
- .cmake_coverage_artifacts
- .run_automatically
dependencies:
- ubuntu18-coverage:build
needs:
- ubuntu18-coverage:build
......@@ -142,7 +132,5 @@ ubuntu18-coverage:analyze:
- .linux_builder_tags
- .cmake_coverage_artifacts
- .run_automatically
dependencies:
- ubuntu18-coverage:test
needs:
- ubuntu18-coverage:test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment