Set a permanent directory for the container logs 27/140427/1
authorhalil.cakal <halil.cakal@est.tech>
Tue, 11 Mar 2025 14:23:33 +0000 (14:23 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Tue, 11 Mar 2025 14:42:04 +0000 (14:42 +0000)
commit5cbbe18955854f300bff2404958251b7ab5297e2
tree1b13310e17ad8d5febf78d79f57d7e01e61ddf8d
parentcd5de2c264467535f6c43e375c03ac0e174e4293
Set a permanent directory for the container logs

- Currently the container logs (cps-and-ncmp) being stored in the cps
  repository (in k6-tests/logs directory). In every build, cps code base
  being fetched freshly. Thus, the zipped container logs being lost.
- Now, by using the WORKSPACE variable set by Jenkins job, the logs will
  be stored under the root directory of WORKSPACE permanently.

Issue-ID: CPS-2676

Change-Id: I0f7f9a46b94fc3e438de39bbab04f9a59daf446b
Signed-off-by: halil.cakal <halil.cakal@est.tech>
k6-tests/make-logs.sh