Fix iec view bug & Remove useless file 67/2067/5
authorjingzhao <Jingzhao.Ni@arm.com>
Thu, 28 Nov 2019 02:02:14 +0000 (10:02 +0800)
committerjingzhao <Jingzhao.Ni@arm.com>
Thu, 28 Nov 2019 10:20:45 +0000 (18:20 +0800)
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 <Jingzhao.Ni@arm.com>
Change-Id: I7c568728fa7aa1da1c1aa982a12c0cfb1e23aca5

jjb/iec/iec-compass-deploy.sh
jjb/iec/iec.yaml

index dbb1c1e..8cdb65e 100755 (executable)
@@ -41,4 +41,5 @@ modify_workdir
 echo "Compass Deploy successful"
 
 rm -rf "$COMPASS_WORK_DIR"
+rm -rf work
 exit 0
index 79d16d9..75d5836 100644 (file)
@@ -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
     # -------------------------------