mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
ff716bb8b0
The env variables exported when regression tests timeout are not working properly and the if statement on the action step Print last log on timeout would fail to read and upload the files set in /tmp/last_log_file.txt. Furthermore, another problem is the job.timeout argument that kills the whole job/matrix before the upload log step has a chance to run. For that, we need manual timeouts on the workflow similar to what we do in regression tests action. * remove print last log on timeout action step * copy the logs on timeout directly within the timeout step * replace global timeout on CI workflow with timeout command per step --------- Signed-off-by: kostas <kostas@dragonflydb.io> |
||
---|---|---|
.. | ||
benchmark.yml | ||
bullmq-tests.yml | ||
ci.yml | ||
cov.yml | ||
daily-builds.yml | ||
daily-sanitizers.yml | ||
docker-release.yml | ||
docker-weekly.yml | ||
regression-tests.yml | ||
release.yml | ||
reusable-container-workflow.yaml | ||
scorecard.yml |