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

   ## What changes were proposed in this pull request?
   
   `native` check intermittently times out at:
   
   ```
   [INFO] --- properties-maven-plugin:1.2.1:read-project-properties 
(read-property-from-file) @ hdds-rocks-native ---
   Error: The operation was canceled.
   ```
   
   With `--debug` we can it's downloading dependencies:
   
   ```
   [INFO] --- properties-maven-plugin:1.2.1:read-project-properties 
(read-property-from-file) @ hdds-rocks-native ---
   [DEBUG] Resolving artifact org.apache.maven:maven-core:pom:3.9.9 from 
[apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots, default, 
releases+snapshots), central (https://repo.maven.apache.org/maven2, default, 
releases)]
   [DEBUG] Using transporter WagonTransporter with priority -1.0 for 
https://repository.apache.org/content/repositories/snapshots
   [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for 
https://repository.apache.org/content/repositories/snapshots
   [INFO] Downloading from apache.snapshots.https: 
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/maven-core/3.9.9/maven-core-3.9.9.pom
   ```
   
   This change enables native build in `populate-cache` workflow, to make sure 
the dependencies of `hdds-rocks-native` are included in the cache.  This 
reduces downloads required for `native` check in CI runs.
   
   https://issues.apache.org/jira/browse/HDDS-11889
   
   ## How was this patch tested?
   
   Manually triggered `populate-cache`:
   https://github.com/adoroszlai/ozone/actions/runs/12237865938
   
   Verified `maven-core-3.9.9` is included:
   
https://github.com/adoroszlai/ozone/actions/runs/12237865938/job/34134588872#step:10:3379


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to