spring-cloud/spring-cloud-dataflow-acceptance-tests

Unique name for db tests results

jvalkeal opened this issue · 0 comments

Currently concourse pipeline uploads test result to a s3 path postfixed with a simple timestamp i.e. distribution-repository/spring-cloud-dataflow-acceptance-tests-2019-01-31-05-57-03.tar.gz. This is bad because it looks like all db's will get same path as we isolate every db with a parallel tasks meaning file in s3 bucket will get overridden.

Concourse prevents us from accessing info about pipeline/task names to differentiate for naming so we need to either pass in a unique name or generate a random postfix addition to a timestamp.