You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/09/16 17:13:40 UTC

[GitHub] [zeppelin] huage1994 commented on pull request #4459: [ZEPPELIN-5815] Frontend CI jobs improvement

huage1994 commented on PR #4459:
URL: https://github.com/apache/zeppelin/pull/4459#issuecomment-1249597925

   > Currently, the compilation of the plugins is quite fast. Where did you notice that it takes a long time? Source: 
   
   Hi @Reamer, I never thought `mvn package zeppelin-plugins` would take much time.  
   Currently, front end CI  would firstly `mvn install zeppelin-plugins`  and then `mvn package zeppelin-plugins`. This is not necessary. This PR is to remove `mvn install zeppelin-plugins`.
   
   > Currently there are two command in this step in file `frontend.yml`  as follow:
   > https://github.com/apache/zeppelin/blob/f42943c6d5bc04498b7fc9ca518dc433091a9c9c/.github/workflows/frontend.yml#L123-L125
   
   > The first command would `mvn install` many modules including the submodule of  `zeppelin-plugins`.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org