[SCM] Samba Shared Repository - branch master updated
Ralph Böhme
slow at samba.org
Mon Apr 6 10:44:02 UTC 2020
The branch, master has been updated
via 53324c35d13 selftest: add two more nbt.dgram flapping tests
via dd083d7348d selftest: remove unnecessary .* from flapping enty
via 1a5b0e11051 gitlab-ci: Add coverity scan runner
from 8cad448ab24 selftest/flapping: mark samba3.nbt.dgram.netlogon.* as flapping
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 53324c35d135c0ef12589d01883dd4492d20e0f6
Author: Ralph Boehme <slow at samba.org>
Date: Mon Apr 6 11:03:13 2020 +0200
selftest: add two more nbt.dgram flapping tests
Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Noel Power <noel.power at suse.com>
Autobuild-User(master): Ralph Böhme <slow at samba.org>
Autobuild-Date(master): Mon Apr 6 10:43:18 UTC 2020 on sn-devel-184
commit dd083d7348d5f6b2aca5211898d5e9299e811bbd
Author: Ralph Boehme <slow at samba.org>
Date: Mon Apr 6 11:02:14 2020 +0200
selftest: remove unnecessary .* from flapping enty
Signed-off-by: Ralph Boehme <slow at samba.org>
Reviewed-by: Noel Power <noel.power at suse.com>
commit 1a5b0e110510f72f35f60d0531b0bae417512fcc
Author: Andreas Schneider <asn at samba.org>
Date: Mon Mar 30 11:52:05 2020 +0200
gitlab-ci: Add coverity scan runner
Signed-off-by: Andreas Schneider <asn at samba.org>
Reviewed-by: Ralph Boehme <slow at samba.org>
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 35 +++++++++++++++++++++++++++++++++++
selftest/flapping.d/nbt_dgram | 4 +++-
2 files changed, 38 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef44a3d9d89..1e4c2c67122 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@
stages:
- images
- build
+ - analysis
- report
variables:
@@ -257,6 +258,40 @@ pages:
variables:
- $SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE == "--enable-coverage"
+# Coverity Scan
+coverity:
+ stage: analysis
+ image: $SAMBA_CI_CONTAINER_IMAGE_fedora32
+ tags:
+ - docker
+ - shared
+ script:
+ - wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz
+ - tar xf /tmp/coverity_tool.tgz
+ - ./configure.developer --with-system-mitkrb5 --with-experimental-mit-ad-dc
+ - cov-analysis-linux64-*/bin/cov-build --dir cov-int make -j$(nproc)
+ - tar czf cov-int.tar.gz cov-int
+ - curl
+ --form token=$COVERITY_SCAN_TOKEN
+ --form email=$COVERITY_SCAN_EMAIL
+ --form file=@cov-int.tar.gz
+ --form version="`git describe --tags`"
+ --form description="CI build"
+ https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME
+ only:
+ refs:
+ - master
+ - schedules
+ variables:
+ - $COVERITY_SCAN_TOKEN != null
+ - $COVERITY_SCAN_PROJECT_NAME != null
+ - $COVERITY_SCAN_EMAIL != null
+ artifacts:
+ expire_in: 1 week
+ when: on_failure
+ paths:
+ - cov-int/*.txt
+
#
# We build samba-o3 on all supported distributions
#
diff --git a/selftest/flapping.d/nbt_dgram b/selftest/flapping.d/nbt_dgram
index b4e4c3b4ac8..bb35a7d017b 100644
--- a/selftest/flapping.d/nbt_dgram
+++ b/selftest/flapping.d/nbt_dgram
@@ -4,4 +4,6 @@
# specific) Best guess is the order of test having being
# changed (as a result of test moving env) or some other
# strange env related side affect is causing this.
-^samba3.nbt.dgram.netlogon.*\(ad_dc\)
+^samba3.nbt.dgram.ntlogon\(ad_dc\)
+^samba3.nbt.dgram.netlogon\(ad_dc\)
+^samba3.nbt.dgram.netlogon2\(ad_dc\)
--
Samba Shared Repository
More information about the samba-cvs
mailing list