Compare commits
No commits in common. "eab9b5452b9dcfa25436f4fe33691277b9cb3579" and "dc5275f76bd9a0467bc96e0ac2edc5c7375fb201" have entirely different histories.
eab9b5452b
...
dc5275f76b
@ -26,26 +26,11 @@ image: registry.gitlab.com/src_prepare/gentoo-repoman-container:latest
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
common_pkgcheck_args: "--color 1"
|
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
repoman_push:
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- bash scripts/repomanci
|
- bash scripts/repomanci
|
||||||
|
|
||||||
pkgcheck_push:
|
|
||||||
script:
|
|
||||||
- pkgcheck scan $common_pkgcheck_args --commits $CI_COMMIT_SHA
|
|
||||||
|
|
||||||
pkgcheck_full_scan:
|
|
||||||
rules:
|
|
||||||
- allow_failure: true
|
|
||||||
script:
|
|
||||||
- pkgcheck ci $common_pkgcheck_args
|
|
||||||
|
|
||||||
pkgcheck_merge:
|
|
||||||
rules:
|
|
||||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
||||||
script:
|
|
||||||
- pkgcheck scan $common_pkgcheck_args --commits $CI_MERGE_REQUEST_DIFF_BASE_SHA..$CI_COMMIT_SHA
|
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[src_prepare-overlay]
|
|
||||||
profiles = stable,-default/linux/amd64/17.1/no-multilib,-default/linux/amd64/17.1/no-multilib/hardened,-default/linux/amd64/17.1/no-multilib/hardened/selinux
|
|
||||||
# Append warning, style progressively as issues are fixed
|
|
||||||
exit = error
|
|
||||||
keywords = -NonexistentBlocker
|
|
Loading…
Reference in New Issue
Block a user