Merge topic 'ci-continuous'
bba3d65bb6
ci: add fedora35-ninja build and test jobs in continuous pipelinee3519aced4
ci: configure rules to enable dependent jbos in continuous pipeline Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7034
This commit is contained in:
commit
8c84b2e468
@ -274,6 +274,8 @@ b:fedora35-ninja:
|
||||
- .cmake_build_artifacts
|
||||
- .linux_builder_tags_qt
|
||||
- .run_manually
|
||||
variables:
|
||||
CMAKE_CI_JOB_CONTINUOUS: "true"
|
||||
|
||||
b:debian10-makefiles-inplace:
|
||||
extends:
|
||||
@ -295,6 +297,8 @@ t:fedora35-ninja:
|
||||
- b:fedora35-ninja
|
||||
needs:
|
||||
- b:fedora35-ninja
|
||||
variables:
|
||||
CMAKE_CI_JOB_CONTINUOUS: "true"
|
||||
|
||||
t:fedora35-ninja-multi:
|
||||
extends:
|
||||
|
@ -52,6 +52,8 @@
|
||||
when: on_success
|
||||
- if: '$CMAKE_CI_JOB_NIGHTLY == "true"'
|
||||
when: never
|
||||
- if: '$CMAKE_CI_PROJECT_CONTINUOUS_BRANCH != null && $CI_COMMIT_BRANCH != null && $CMAKE_CI_PROJECT_CONTINUOUS_BRANCH == $CI_COMMIT_BRANCH && $CMAKE_CI_JOB_CONTINUOUS == "true"'
|
||||
when: on_success
|
||||
- if: '($CMAKE_CI_NO_MR == "true" && $CI_MERGE_REQUEST_ID)'
|
||||
when: never
|
||||
- if: '$CI_MERGE_REQUEST_ID'
|
||||
|
Loading…
Reference in New Issue
Block a user