From 43498ecf50f770a66979e1677466a005a58cb3bb Mon Sep 17 00:00:00 2001 From: jingzhao Date: Thu, 28 Nov 2019 10:02:14 +0800 Subject: [PATCH] Fix iec view bug & Remove useless file The deleted file is a softlink which pointed to compass-work folder. In compass-work folder, there is a log file which can not be compressed since the priviledge problem. It results pushing log failure. So, we have to remove this softlink. Signed-off-by: jingzhao Change-Id: I7c568728fa7aa1da1c1aa982a12c0cfb1e23aca5 --- jjb/iec/iec-compass-deploy.sh | 1 + jjb/iec/iec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/iec/iec-compass-deploy.sh b/jjb/iec/iec-compass-deploy.sh index dbb1c1e..8cdb65e 100755 --- a/jjb/iec/iec-compass-deploy.sh +++ b/jjb/iec/iec-compass-deploy.sh @@ -41,4 +41,5 @@ modify_workdir echo "Compass Deploy successful" rm -rf "$COMPASS_WORK_DIR" +rm -rf work exit 0 diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 79d16d9..75d5836 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -6,7 +6,7 @@ views: - common-view: view-name: iec - view-regex: '^{project-name}-(tox|fuel|compass)-.*' + view-regex: '^{project-name}-(tox|type1|type2)-(verify|fuel|compass)-.*' # ------------------------------- # BRANCH DEFINITIONS # ------------------------------- -- 2.16.6