From: andrew-est Date: Fri, 25 Jun 2021 16:36:59 +0000 (+0100) Subject: git clean up after policy csit X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=51b8acba8e44b5aa9a345681cf2e15d437dc9e65;p=infra%2Fcicd.git git clean up after policy csit Change-Id: Iba1a9ed72ee15f5a6264267af924a7906c0850bd Signed-off-by: andrew-est --- diff --git a/jjb/onap/policy-docker-csit-jobs.sh b/jjb/onap/policy-docker-csit-jobs.sh index 5d1c80ca5..82fb3e10e 100644 --- a/jjb/onap/policy-docker-csit-jobs.sh +++ b/jjb/onap/policy-docker-csit-jobs.sh @@ -28,7 +28,12 @@ unset WORKSPACE sed -i 's#./include-raw-integration-install-robotframework.sh#$SCRIPTS/include-raw-integration-install-robotframework.sh#g' prepare-csit.sh sed -i 's#pylibs.txt#$SCRIPTS/pylibs.txt#g' include-raw-integration-install-robotframework.sh +git config --global user.email "infra@nordix.org" +git config --global user.name "nordix" + for csit_test in $(echo "$CSIT_TEST_NAMES" | tr " " "\n") do ./run-project-csit.sh "$csit_test" + # remove any side effects of the runs + git stash done