You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/02/23 16:05:57 UTC

[GitHub] [ozone] adoroszlai opened a new pull request #1956: HDDS-4858. Useless Maven cache cleanup

adoroszlai opened a new pull request #1956:
URL: https://github.com/apache/ozone/pull/1956


   ## What changes were proposed in this pull request?
   
   Fix `Never cache local artifacts` step in Github Actions workflow.
   
   https://issues.apache.org/jira/browse/HDDS-4858
   
   ## How was this patch tested?
   
   Temporarily enabled verbose output to print items being removed:
   
   ```
   2021-02-23T14:16:41.5399844Z ##[group]Run #Never cache local artifacts
   2021-02-23T14:16:41.5400509Z #Never cache local artifacts
   2021-02-23T14:16:41.5401104Z rm -rfv ~/.m2/repository/org/apache/hadoop/hadoop-hdds*
   2021-02-23T14:16:41.5401913Z rm -rfv ~/.m2/repository/org/apache/hadoop/hadoop-ozone*
   ...
   2021-02-23T14:16:41.5541337Z ##[endgroup]
   ...
   2021-02-23T14:16:41.5665616Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-hdds-client/1.1.0-SNAPSHOT'
   2021-02-23T14:16:41.5666912Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-hdds-client'
   ...
   2021-02-23T14:16:41.6203996Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-ozone-dist/1.1.0-SNAPSHOT'
   2021-02-23T14:16:41.6205242Z removed directory '/home/runner/.m2/repository/org/apache/hadoop/hadoop-ozone-dist'
   ...
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/runs/1961713108


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] elek merged pull request #1956: HDDS-4858. Useless Maven cache cleanup

Posted by GitBox <gi...@apache.org>.
elek merged pull request #1956:
URL: https://github.com/apache/ozone/pull/1956


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #1956: HDDS-4858. Useless Maven cache cleanup

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on pull request #1956:
URL: https://github.com/apache/ozone/pull/1956#issuecomment-787927925


   Thanks @elek for reviewing and committing it.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org