When a test run includes halt-on-fail: true
in the build's assessment steps and there are violations it should:
- Mark the build as a failure
- Set the issue to Needs Work
This is currently not working as expected. For example in #3134162: Fix coding standards violations β , the project was configured with:
phpcs:
halt-on-fail: true
This causes PHPCS to exit with a status code of 2 but the build is still marked as "successful" and the build label is gray instead of red.
Fix Drupal CI so build assessment failures with halt-on-fail: true
cause the job to fail.
TBD
Build assessment failures with halt-on-fail: true
are treated the same as test failures.
None
None
TBD
Active
Testrunner Codebase
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.