You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
The current submarine cicd process involves support for multiple languages and multiple language versions, which makes the entire github workflow take a very long time to process a PR check task.
The languages and versions involved are as follows:
python: 3.73.83.93.10
k8s: 1.18.201.19.161.20.151.21.10
java: 1.8
go: 1.17.2
angular: ~8.2.9
Meanwhile, the code coverage checks are only handled for some java codes. For the go, python and angular sections I think we should add/refine to codecov later.
@huang06
Hi~ I have created this issue to follow up on the recent discussion of cicd.
For the python part, I think we should reduce python tasks in first, and then add codecov support. Wish to know what do you think.
The current submarine cicd process involves support for multiple languages and multiple language versions, which makes the entire github workflow take a very long time to process a PR check task.
The languages and versions involved are as follows:
3.7
3.8
3.9
3.10
1.18.20
1.19.16
1.20.15
1.21.10
1.8
1.17.2
~8.2.9
Meanwhile, the code coverage checks are only handled for some java codes. For the go, python and angular sections I think we should add/refine to codecov later.
To do this, I created an issue on jira to manage and track related content https://issues.apache.org/jira/browse/SUBMARINE-1336 .
The text was updated successfully, but these errors were encountered: