mirror of https://gerrit.osmocom.org/osmo-ci
coverity: Add many missing projects
Add the following projects to our coverity test job: osmo-pcap osmo-e1d osmo-e1-recorder osmo-upf osmo-isdntap osmo-uecups osmo-remsim Change-Id: Idee49aa4c15fcfb1a469db9e4978523af5608d70changes/19/31119/1
parent
4773f26d2d
commit
8abf46760a
|
@ -122,3 +122,11 @@ build_default osmo-trx \
|
|||
build_osmocombb
|
||||
# SIMTrace host tools
|
||||
build_simtrace2
|
||||
|
||||
build_default osmo-pcap
|
||||
build_default osmo-e1d
|
||||
build_default osmo-e1-recorder
|
||||
build_default osmo-upf
|
||||
build_default osmo-isdntap
|
||||
build_default osmo-uecups
|
||||
build_default osmo-remsim
|
||||
|
|
|
@ -40,6 +40,13 @@ PROJECTS="
|
|||
osmo-hnodeb
|
||||
osmo-hnbgw
|
||||
osmo-bsc-nat
|
||||
osmo-pcap
|
||||
osmo-e1d
|
||||
osmo-e1-recorder
|
||||
osmo-upf
|
||||
osmo-isdntap
|
||||
osmo-uecups
|
||||
osmo-remsim
|
||||
"
|
||||
|
||||
PROJECTS_DONT_BUILD_TEST="
|
||||
|
|
|
@ -126,6 +126,9 @@ osmo_git_clone_url() {
|
|||
osmo-gmr)
|
||||
echo "$OSMO_GIT_URL_GITEA"/satellite/"$1"
|
||||
;;
|
||||
osmo-isdntap)
|
||||
echo "$OSMO_GIT_URL_GITEA"/retronetworking/"$1"
|
||||
;;
|
||||
*)
|
||||
echo "$OSMO_GIT_URL_GERRIT"/"$1"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue