-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
2
-
rhel-pt-ruby-nodejs
-
PT Ruby Node.js 2025 S13, PT Ruby Node.js 2025 S14
-
3
-
False
-
-
None
There are errors in the launchable which is a tool to analyize the unit tests. There are errors, but it was not raised. And the CI cases passed. However, I want to suppress the errors. The reason is maybe the `actions/setup-python` used in the logic doesn't ppc64le/s390x. And the solution is to skip the logic in these cases.
https://github.com/ruby/ruby/actions/runs/18229870239
The version '3.x' with architecture 's390x' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.jsonThe version '3.x' with architecture 'ppc64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
I am working in the PR <https://github.com/ruby/ruby/pull/14721>. If I can not fix it by myself, or it takes more time, I will ask the maintainer of the launchable in the Ruby project.