Remove nginx logs that not being used anywhere 13/138413/1
authorhalil.cakal <halil.cakal@est.tech>
Wed, 10 Jul 2024 13:58:26 +0000 (14:58 +0100)
committerhalil.cakal <halil.cakal@est.tech>
Wed, 10 Jul 2024 13:58:33 +0000 (14:58 +0100)
Issue-ID: CPS-2038

Change-Id: Iba8950db4f3fcfc13f32bf915189f5fcb2ccee90
Signed-off-by: halil.cakal <halil.cakal@est.tech>
csit/run-csit.sh
docker-compose/docker-compose.yml

index 7f8f6b5..93941e2 100755 (executable)
@@ -187,10 +187,6 @@ export TESTOPTIONS="${2}"
 rm -rf "$WORKSPACE/archives/$TESTPLAN"
 mkdir -p "$WORKSPACE/archives/$TESTPLAN"
 
-rm -rf "$WORKSPACE/nginx-log"
-mkdir -p "$WORKSPACE/nginx-log"
-chmod -R 755 "$WORKSPACE/nginx-log"
-
 TESTPLANDIR="${WORKSPACE}/${TESTPLAN}"
 
 # Run installation of prerequired libraries
index 908673a..2ecd456 100644 (file)
@@ -77,7 +77,6 @@ services:
     volumes:
       - ./nginx.conf:/etc/nginx/nginx.conf
       - ./proxy_params:/etc/nginx/proxy_params
-      - ../csit/nginx-log:/var/log/nginx
 
   ### if kafka is not required comment out zookeeper and kafka ###
   zookeeper: