-
Notifications
You must be signed in to change notification settings - Fork 6.6k
feat(Makefile): use make to run kokoro tests #10938
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
Conversation
THis avoids package conflicts and incompatible packages.
The failing 3.12 tests are consistent with the current periodic tests, which supports that they are unrelated to this change. (incidentally, it looks like these issues are related to |
Ping. Can I get a review on this PR please? It has been waiting for over two months. The failing tests match tests that fail in the nightly 'periodic' builds, and do not appear to be caused by this change. Python is the only remaining Gold language that does not use the Makefile to run CI. |
This PR will need a repo owner/maintainer to force merge, since the required PR checks will not pass. because this PR modifies files in The python 3.8 periodic tests have not been green since November. please force merge at your earliest convenience. |
Update kokoro CI testing to use the Makefile-based testing method.
this required additions to the Makefile to pass along the
$RUN_TESTS_SESSION
through. We're currently aiming for minimal changes to kororo scripts, though there is likely room for future simplification.