-
Notifications
You must be signed in to change notification settings - Fork 161
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
0.13 release in serving failed due to auto tls test failure #1778
Comments
/kind bug |
@chaodaiG: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bug |
Issues go stale after 90 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle stale |
/reopen |
@chizhg: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue is stale because it has been open for 90 days with no |
Knative 0.13 release failed due to auto tls test failure, and the root cause is that auto tls test relies on service account for talking to dns server, and it doesn't exist in auto release job. See example failure: https://prow.knative.dev/view/gcs/knative-prow/logs/ci-knative-serving-auto-release/1234880014055378945
The release was done by a hacky way to unblock releasing, by manually mounting the service account to the job, and kicked off manually here: https://prow.knative.dev/view/gcs/knative-prow/logs/ci-knative-serving-auto-release/1234940914212802561
The fix above was a one-time thing, if there is any new release come up it'll fail the same way, so we need a long term fix.
[Note] We don't want 0.13.1 being released just because of this fix, as the binaries being released will be identical to 0.13.0
The text was updated successfully, but these errors were encountered: