-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CICD Bugs #518
Comments
The root of the problem is this error that occurs on the first step of the build config:
This is due to this line in the yaml config that uses The problem seems to be that for some PRs such as this one that are coming from a fork, |
I'll add that it's possible for tests to pass instead of fail with this issue because the tests continue as if there are no files changed in the PR (example where the test passes but it does not run the changed terraform) In the meantime, it will be important to verify that the int tests are passing for the impacted samples of each PR reviewed. |
re: enforcing failure: Cloud Build steps that finish with an exit code != 0 fail the entire build, but not when it happens within the step itself (like bash). Adding a re: missing substitution variable: I'll investigate further. |
Reproduction in https://github.com/glasnt/cloud-build-context/pull/3/checks?check_run_id=20515490284 _BASE_BRANCH had value in the fork, but in case it didn't, adding the Updated #528 to add |
@msampathkumar #608 should resolve this issue, ptal |
TL;DR
PTAL #510 (comment)
CICD is failing for unrelated errors.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: