goharbor / perf

performance test scripts and data
Apache License 2.0
20 stars 19 forks source link

Draft: Update error handling on push artifact scripts #46

Open nmcostello opened 12 months ago

nmcostello commented 12 months ago

This MR will add a simple try/catch to the deleteArtifact command in two of the tests.

If a artifact fails to push, then the scripts will still attempt to delete the artifact. This will cause the whole load test to fail instead of logging the error and continuing onto the next artifact.