From 61ee0fb0eec95c96101a5bb0f3d17891aaa83a7b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 1 Dec 2019 13:55:01 +0100 Subject: Add buid_tag in Airship and CNTT jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It eases archiving all logs (third-party certification). Change-Id: I02c1d569e734dab71bd987a9bd57652243051b1a Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'jjb/airship/cntt.yaml') diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 5df259d2b..dfb65e567 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -20,6 +20,12 @@ name: slave default: '{slave}' +- parameter: + name: cntt-build_tag + parameters: + - random-string: + name: build_tag + - parameter: name: cntt-DEBUG parameters: @@ -81,6 +87,7 @@ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e NODE_NAME=$slave \ -e INSTALLER_TYPE=cntt \ + -e BUILD_TAG=$BUILD_TAG \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ -v /home/opnfv/functest/.boto:/root/.boto \ -e DEBUG=$DEBUG \ @@ -254,6 +261,8 @@ parameters: - cntt-slave: slave: '{slave}' + - cntt-build_tag: + build_tag: '' - cntt-DEBUG: DEBUG: 'true' - cntt-EXTERNAL_NETWORK: @@ -348,6 +357,8 @@ parameters: - cntt-slave: slave: '{slave}' + - cntt-build_tag: + build_tag: '' - cntt-branch: branch: 'master' - cntt-DEBUG: @@ -523,6 +534,8 @@ parameters: - cntt-slave: slave: '{slave}' + - cntt-build_tag: + build_tag: '' - cntt-DEBUG: DEBUG: 'true' - cntt-EXTERNAL_NETWORK: -- cgit 1.2.3-korg