dynatrace-oss / progressiveDelivery-masterclass

Apache License 2.0
4 stars 11 forks source link

Add retries and timeout #93

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

This PR:

If not present, k6 will fail when deploying V2 (the intentionally slow artifact) and thus keep resarting the job.

This configuration effectively says "try once and accept whatever the outcome is". In other words, if k6 signals a failure and thus exits the job with a failure, accept the failure (as it is genuine) and move on.