From 1ef12fa4fc9435f9518b5278c5ab179522a4ae8d Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 11 Aug 2022 13:11:37 +0200 Subject: feat(hicn.yaml): add functional tests jobs The approach to trigger the functional test job is the same adopted for triggering the build after the checkstyle. A comment "build_successful" will be added in gerrit by the build job, and this comment will in turn trigger the functional test job. Change-Id: I140160dfdd6fe80fdbe64848b9dc2c7a2b75cac4 Signed-off-by: Mauro Sardara --- jjb/scripts/hicn/functest.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jjb/scripts/hicn/functest.sh (limited to 'jjb/scripts') diff --git a/jjb/scripts/hicn/functest.sh b/jjb/scripts/hicn/functest.sh new file mode 100644 index 000000000..e520c78ce --- /dev/null +++ b/jjb/scripts/hicn/functest.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# basic build script example +set -euxo pipefail + +echo "---> jjb/scripts/hicn/functest.sh" + +pushd scripts +bash ./functional-tests.sh +popd -- cgit 1.2.3-korg