diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-01 13:55:01 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-01 13:55:01 +0100 |
commit | 61ee0fb0eec95c96101a5bb0f3d17891aaa83a7b (patch) | |
tree | 673a2b9ad16d6aac86349051b73671544d6b0cac /jjb/airship | |
parent | 20ec9ff5e9cf8fb9191561233f858a26f400d78f (diff) |
Add buid_tag in Airship and CNTT jobs
It eases archiving all logs (third-party certification).
Change-Id: I02c1d569e734dab71bd987a9bd57652243051b1a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 13 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index c56891290..3f68ffae2 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -21,6 +21,12 @@ default: '{slave}' - parameter: + name: airship-build_tag + parameters: + - random-string: + name: build_tag + +- parameter: name: airship-DEBUG parameters: - string: @@ -81,6 +87,7 @@ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e NODE_NAME=$slave \ -e INSTALLER_TYPE=airship \ + -e BUILD_TAG=$BUILD_TAG \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ -v /home/opnfv/functest/.boto:/root/.boto \ -e DEBUG=$DEBUG \ @@ -240,6 +247,8 @@ parameters: - airship-slave: slave: '{slave}' + - airship-build_tag: + build_tag: '' - airship-DEBUG: DEBUG: 'true' - airship-EXTERNAL_NETWORK: @@ -319,6 +328,8 @@ parameters: - airship-slave: slave: '{slave}' + - airship-build_tag: + build_tag: '' - airship-branch: branch: 'master' - airship-DEBUG: @@ -471,6 +482,8 @@ parameters: - airship-slave: slave: '{slave}' + - airship-build_tag: + build_tag: '' - airship-DEBUG: DEBUG: 'true' - airship-EXTERNAL_NETWORK: 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 @@ -21,6 +21,12 @@ default: '{slave}' - parameter: + name: cntt-build_tag + parameters: + - random-string: + name: build_tag + +- parameter: name: cntt-DEBUG parameters: - string: @@ -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: |