Add more restrictions to Ubuntu CI
This commit is contained in:
parent
cdfb014ab6
commit
12c04b08f4
|
@ -60,6 +60,9 @@ report_build_warn_ubuntu20.04:
|
||||||
stage: report
|
stage: report
|
||||||
extends: .only_code
|
extends: .only_code
|
||||||
when: always
|
when: always
|
||||||
|
only:
|
||||||
|
- branches@kicad/code/kicad
|
||||||
|
- tags@kicad/code/kicad
|
||||||
needs:
|
needs:
|
||||||
- job: build_ubuntu20.04
|
- job: build_ubuntu20.04
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
@ -78,6 +81,9 @@ report_metrics_ubuntu20.04:
|
||||||
stage: report
|
stage: report
|
||||||
extends: .only_code
|
extends: .only_code
|
||||||
when: always
|
when: always
|
||||||
|
only:
|
||||||
|
- branches@kicad/code/kicad
|
||||||
|
- tags@kicad/code/kicad
|
||||||
needs:
|
needs:
|
||||||
- job: build_ubuntu20.04
|
- job: build_ubuntu20.04
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
@ -101,6 +107,9 @@ report_metrics_ubuntu20.04:
|
||||||
tags:
|
tags:
|
||||||
- kicad-ubuntu20.04
|
- kicad-ubuntu20.04
|
||||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/ubuntu:20.04
|
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/ubuntu:20.04
|
||||||
|
only:
|
||||||
|
- branches@kicad/code/kicad
|
||||||
|
- tags@kicad/code/kicad
|
||||||
|
|
||||||
qa_python_ubuntu20.04:
|
qa_python_ubuntu20.04:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in New Issue