ansible: update RHEL 8 machines to Python 3.11#4079
Merged
richardlau merged 1 commit intonodejs:mainfrom May 9, 2025
Merged
Conversation
Member
Author
|
Test CI (rhel8-s390x): https://ci.nodejs.org/job/node-test-commit-v8-linux/6538/nodes=rhel8-s390x,v8test=v8test/ |
Member
Author
Well that failed. Investigating. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The V8 CI now needs Python >= 3.10. Update to a newer version of Python on the RHEL 8 machines used to run the V8 CI. Also add `filecheck` dependency for running V8 tests.
Member
Author
My current theory is that this is an issue with gsutil_4.68. There is a bundled version of which is old (current version is 1.17.0). The current version of gsutil itself is 5.34 and Python 3.12 support was added to gsutil in 5.27 by GoogleCloudPlatform/gsutil#1751. I'll try rolling back to Python 3.11. |
Member
Author
targos
approved these changes
May 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The V8 CI now needs Python >= 3.10. Update to a newer version of Python on the RHEL 8 machines used to run the V8 CI.
Also add
filecheckdependency for running V8 tests.Fixes: #4078
Refs: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6508214
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/6083883
Deployment status