laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/31119 )
Change subject: coverity: Add many missing projects ......................................................................
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: Idee49aa4c15fcfb1a469db9e4978523af5608d70 --- M coverity/build_Osmocom.sh M coverity/prepare_source_Osmocom.sh M scripts/common.sh 3 files changed, 18 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index 1c21046..4f5386e 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -122,3 +122,11 @@ 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 diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh index 0ea829f..2ca7039 100755 --- a/coverity/prepare_source_Osmocom.sh +++ b/coverity/prepare_source_Osmocom.sh @@ -40,6 +40,13 @@ 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=" diff --git a/scripts/common.sh b/scripts/common.sh index 23d58e7..72be4fc 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -126,6 +126,9 @@ osmo-gmr) echo "$OSMO_GIT_URL_GITEA"/satellite/"$1" ;; + osmo-isdntap) + echo "$OSMO_GIT_URL_GITEA"/retronetworking/"$1" + ;; *) echo "$OSMO_GIT_URL_GERRIT"/"$1" ;;