commit | 71bb910fbab32e9e32360a012076dfb1d8d1a764 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Jan 28 11:24:56 2021 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Jan 28 11:43:38 2021 +0100 |
tree | 156a74edba237ecc94b0086eb75e6876b6b86a75 | |
parent | bf9b3911b2f5587cded53fc254a45e1206fd2afe [diff] |
Exporting NAME only for master tests Change-Id: I61b4bceec1210b9b8435187f66f294aa7da359f3
diff --git a/jjb/pipeline/voltha-openonu-go-tests.groovy b/jjb/pipeline/voltha-openonu-go-tests.groovy index 27daa51..e86d61f 100755 --- a/jjb/pipeline/voltha-openonu-go-tests.groovy +++ b/jjb/pipeline/voltha-openonu-go-tests.groovy
@@ -229,7 +229,10 @@ mkdir -p $ROBOT_LOGS_DIR/1t8gem export ROBOT_MISC_ARGS="-d $ROBOT_LOGS_DIR" export TARGET_1T8GEM=1t8gem-openonu-go-adapter-test - export NAME=voltha_voltha + + if [ "${branch}" != "voltha-2.6" ]; then + export NAME=voltha_voltha + fi make -C $WORKSPACE/voltha-system-tests \$TARGET_1T8GEM || true