Skip to content

Commit

Permalink
[github] max-parallel: 4, timeout-minutes: 7 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jan 18, 2022
1 parent f8066dc commit 4b549e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-verify.yml
Expand Up @@ -35,3 +35,5 @@ jobs:
surefire-its/target/*/log.txt
surefire-its/target/**/surefire-reports/*
surefire-its/target/**/failsafe-reports/*
max-parallel: 4

This comment has been minimized.

Copy link
@slawekjaranowski

slawekjaranowski Jan 18, 2022

Member

Why such value?

This comment has been minimized.

Copy link
@Tibor17

Tibor17 Jan 19, 2022

Author Contributor

I did split 8 parallel runs in two groups, i.e. 4+4. Let's see if it would be stable.
The command df -h shows you only virtual space in VM, not the physical space allocated in the entire space (25 - 29GB). If you like, you may try to configure JVM of Maven and/or the ITs -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/archive/jvm/dump and archive the dump file.

This comment has been minimized.

Copy link
@slawekjaranowski

slawekjaranowski Jan 23, 2022

Member

I don't think that disk space is overbooking.
I don't see problem with disk space
but now ... complete build take twice more time ...

This comment has been minimized.

Copy link
@slawekjaranowski

slawekjaranowski Jan 23, 2022

Member

Most of crashed tests is on Mac OS ....

This comment has been minimized.

Copy link
@Tibor17

Tibor17 Jan 24, 2022

Author Contributor

@slawekjaranowski
We lost files and reports from last cca 10 ITs. Those ITs were executed but did not exist in the ZIP archive, and then the last IT crashed which means the JVM was killed and the CI node was stopped by GH Actions.
The disk space printed by df -h is virtual in VM and not physical one.
Pls try to free the disk as the people do it in this example and this as well.

sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET

The disk cleanup should help to all community.

timeout-minutes: 420

0 comments on commit 4b549e4

Please sign in to comment.