mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-01 23:04:30 +00:00
Merge branch 'nonessentialjobs' into 'master'
Don't run some non-essential jobs on upstream branch pushes See merge request OpenMW/openmw!4797
This commit is contained in:
commit
9845f76583
1 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ Ubuntu_GCC_preprocess:
|
||||||
- pip3 install --user click termtables
|
- pip3 install --user click termtables
|
||||||
script:
|
script:
|
||||||
- CI/ubuntu_gcc_preprocess.sh
|
- CI/ubuntu_gcc_preprocess.sh
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ID != "7107382"
|
||||||
|
|
||||||
.Ubuntu:
|
.Ubuntu:
|
||||||
extends: .Ubuntu_Image
|
extends: .Ubuntu_Image
|
||||||
|
|
@ -268,6 +271,9 @@ Ubuntu_GCC_tests_asan:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: build/*-tests.xml
|
junit: build/*-tests.xml
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ID != "7107382"
|
||||||
|
|
||||||
Ubuntu_GCC_tests_ubsan:
|
Ubuntu_GCC_tests_ubsan:
|
||||||
extends: Ubuntu_GCC
|
extends: Ubuntu_GCC
|
||||||
|
|
@ -285,6 +291,9 @@ Ubuntu_GCC_tests_ubsan:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: build/*-tests.xml
|
junit: build/*-tests.xml
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ID != "7107382"
|
||||||
|
|
||||||
.Ubuntu_GCC_tests_tsan:
|
.Ubuntu_GCC_tests_tsan:
|
||||||
extends: Ubuntu_GCC
|
extends: Ubuntu_GCC
|
||||||
|
|
@ -322,6 +331,9 @@ Ubuntu_GCC_tests_coverage:
|
||||||
coverage_format: cobertura
|
coverage_format: cobertura
|
||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
junit: build/*-tests.xml
|
junit: build/*-tests.xml
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ID != "7107382"
|
||||||
|
|
||||||
.Ubuntu_Static_Deps:
|
.Ubuntu_Static_Deps:
|
||||||
extends: Ubuntu_Clang
|
extends: Ubuntu_Clang
|
||||||
|
|
@ -402,6 +414,9 @@ Ubuntu_Clang:
|
||||||
- build/
|
- build/
|
||||||
expire_in: 12h
|
expire_in: 12h
|
||||||
timeout: 3h
|
timeout: 3h
|
||||||
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ID != "7107382"
|
||||||
|
|
||||||
Ubuntu_Clang_Tidy_components:
|
Ubuntu_Clang_Tidy_components:
|
||||||
extends: .Ubuntu_Clang_Tidy_Base
|
extends: .Ubuntu_Clang_Tidy_Base
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue