From dc839df022e6e92bc14540e847de770c3d572ee1 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 13 Jan 2016 08:48:43 +0100 Subject: test: Set build name of test jobs to DEPLOY_SCENARIO DEPLOY_SCENARIO will be set to os-[controller]-[nfv_feature]-[mode]-[extra] The fields could be - controller: (nosdn|odl|onos|ocl) - nfv_feature: (none|kvm|ovs) - mode: (ha|noha) - extra: installer specific field to use when needed or none Change-Id: I9ef66833c41e3ef24ea4a7195fb8b20302021543 Signed-off-by: Fatih Degirmenci --- jjb/functest/functest-ci-jobs.yml | 2 +- jjb/yardstick/yardstick-ci-jobs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index b3d4d7083..67031a0ab 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -73,7 +73,7 @@ wrappers: - build-name: - name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME SDN: $SDN_CONTROLLER Scenario: $DEPLOY_SCENARIO' + name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO' parameters: - project-parameter: diff --git a/jjb/yardstick/yardstick-ci-jobs.yml b/jjb/yardstick/yardstick-ci-jobs.yml index 87485c44f..61f5b5918 100644 --- a/jjb/yardstick/yardstick-ci-jobs.yml +++ b/jjb/yardstick/yardstick-ci-jobs.yml @@ -70,7 +70,7 @@ wrappers: - build-name: - name: '$BUILD_NUMBER - SDN: $SDN_CONTROLLER Scenario: $DEPLOY_SCENARIO' + name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' parameters: - project-parameter: -- cgit 1.2.3-korg