-
Notifications
You must be signed in to change notification settings - Fork 512
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
Debug dataproc failed presubmits #1119
base: master
Are you sure you want to change the base?
Conversation
/gcbrun |
This is the error after debug logs:
Specifically,
|
The latest version of gcloud mentions python support extended upto 3.11.6 in the release notes. gcloud somehow picks up its own bundled 3.11 and claims to have the wrong version. I was able to check this internally where in one of our frontend checks, we had not modified MAX_SUPPORTED_PY3_VERSION from 3.10 to 3.11. This has been fixed in a change raised on Dec 1st and should be available in prod soon. No action from our side should be needed to fix this presubmit. |
/gcbrun |
6 similar comments
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
/gcbrun |
Do not merge this PR. Only for debugging purposes.