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
The CI/CD time now is several hours, which is enormous. Sometimes, there are only very few changes in the code but they trigger the entire CI/CD pipeline to build and test for all unrelated modules. We can do much better by only building and testing the related ones for each PR.
For example, changes in the java folder would never affect the libcudf and cudf python modules thus we would never need to build and test them. Similarly, changes only in the python module should never trigger rebuilding and testing the libcudf as well as java module.
The text was updated successfully, but these errors were encountered:
The CI/CD time now is several hours, which is enormous. Sometimes, there are only very few changes in the code but they trigger the entire CI/CD pipeline to build and test for all unrelated modules. We can do much better by only building and testing the related ones for each PR.
For example, changes in the
java
folder would never affect thelibcudf
andcudf
python modules thus we would never need to build and test them. Similarly, changes only in the python module should never trigger rebuilding and testing thelibcudf
as well asjava
module.The text was updated successfully, but these errors were encountered: