BTW, all tests green! They took almost 4h to complete. I've seen several tests using Windows VMs that will take less for sure if using small Linux boxes. Deleting stuff is also quite expensive and ARM takes its time. We should try to improve the tests to reduce the time it takes to run them all, but this is a different story :)
```bash Results : Tests run: 143, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] --- duplicate-finder-maven-plugin:1.1.1:check (default) @ azurecompute-arm --- [WARNING] <ignoreResources> has been deprecated and replaced with <ignoreResourcePatterns>. It will go away in version 1.2.0. Please update your POM accordingly! [INFO] Checking compile classpath [INFO] Checking runtime classpath [INFO] Checking test classpath [INFO] [INFO] --- maven-checkstyle-plugin:2.15:check (default) @ azurecompute-arm --- [INFO] [INFO] --- modernizer-maven-plugin:1.4.0:modernizer (modernizer) @ azurecompute-arm --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:56 h (Wall Clock) [INFO] Finished at: 2017-04-24T20:44:28+02:00 [INFO] Final Memory: 51M/633M [INFO] ------------------------------------------------------------------------ ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/385#issuecomment-296929290
