Skip to content

Commit 7aeb8ec

Browse files
committed
ci: agpl_coverity moved to release pipeline
1 parent 35b1824 commit 7aeb8ec

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@ coverity-dev:
184184
- export DESCRIPTION="srsRAN Project dev build"
185185
- export COV_TOKEN="${COVERITY_TOKEN_DEV}"
186186

187-
coverity-agpl:
188-
extends: .coverity_base
189-
rules:
190-
- if: $CI_DESCRIPTION =~ /AGPL-COVERITY/
191-
before_script:
192-
- export PROJECT_NAME="srsRAN_5G_agpl"
193-
- export DESCRIPTION="srsRAN Project AGPL build"
194-
- export COV_TOKEN="${COVERITY_TOKEN_AGPL}"
195-
196187
e2e tests tox:
197188
stage: static
198189
rules:

.gitlab/ci/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ generate testvector tar gz:
5454
- phy_testvectors.tar.gz
5555
expire_in: "7 days"
5656

57+
coverity-agpl:
58+
extends: .coverity_base
59+
stage: private
60+
rules:
61+
- if: $ON_TAG
62+
before_script:
63+
- export PROJECT_NAME="srsRAN_5G_agpl"
64+
- export DESCRIPTION="srsRAN Project AGPL build"
65+
- export COV_TOKEN="${COVERITY_TOKEN_AGPL}"
66+
needs:
67+
- job: update agpl main
68+
optional: false
69+
artifacts: false
70+
5771
push:
5872
stage: public
5973
rules:

.gitlab/ci/schedules.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,3 @@ Archlinux:
6868
- variable_type: env_var
6969
key: SLACK_CHANNEL_OK
7070
value: "#ci_gnb"
71-
72-
Coverity-AGPL:
73-
cron: "00 23 * * 6"
74-
cron_timezone: "Europe/Madrid"
75-
active: false
76-
ref: agpl_main
77-
variables:
78-
- variable_type: env_var
79-
key: CI_DESCRIPTION
80-
value: "AGPL-COVERITY"
81-
- variable_type: env_var
82-
key: NOTIFY_SLACK
83-
value: "false"

0 commit comments

Comments
 (0)