Skip to content

Conversation

cin
Copy link
Contributor

@cin cin commented Mar 29, 2023

Description

The Gatling exit status was getting overwritten by another command running after Gatling's process finished. This PR ensure the GATLING_EXIT_STATUS is returned. This exposed another issue where Kubernetes re-runs failed jobs. In this case, we actually don't want failed jobs to re-run. In order to fix this, I set the BackoffLimit to 0 so the pods won't get recreated.

Resolves #81

Copy link
Contributor

@ksudate ksudate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

@itiB itiB merged commit e17cd31 into st-tech:main Aug 9, 2023
@itiB
Copy link
Contributor

itiB commented Aug 9, 2023

@cin
Hi, cin. Sorry for the late merging.
Thank you for your contribution! Have a good Gatling life:+1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gatling container exit status
3 participants