Unable To Re-Run Workflow After Failure Message: Config Processing Error (Don't rerun)

Config Processing Error

If you encounter the error shown below:

Warning: This configuration was auto-generated to show you the message above.
Don't rerun this job. Rerunning will have no effect.

you have a Config Processing Error, meaning there was something in your previous .circleci/config.yml file that caused it to be considered invalid and no workflow was actually run. Re-running the workflow would result in the same message and failure since the config file has not been changed to a valid state. This is why re-running workflows with this type of failure is not an option in CircleCI.

 

Solution

The best way to fix this error is to edit your config to fix any mistakes within it, commit those changes and trigger another build through a GitHub Pull Request.

 

Additional Resources:

Was this article helpful?
0 out of 4 found this helpful

Comments

0 comments

Article is closed for comments.