vakarisbk commented on PR #56: URL: https://github.com/apache/spark-docker/pull/56#issuecomment-1766504979
1. made `fetch-depth: 0` applicable only for 3.3.0 (saves about 400MB for other builds) 2. borrowed CI runner cleanup scripts from the main spark repo [free_disk_space_container](https://github.com/apache/spark/blob/master/dev/free_disk_space_container) [free_disk_space](https://github.com/apache/spark/blob/master/dev/free_disk_space) and added an action step to execute them. These scripts made the CI runner filesystem go from this: ``` Filesystem Size Used Avail Use% Mounted on /dev/root 84G 66G 18G 80% / tmpfs 3.4G 172K 3.4G 1% /dev/shm tmpfs 1.4G 1.2M 1.4G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb15 105M 6.1M 99M 6% /boot/efi /dev/sda1 14G 4.1G 9.0G 31% /mnt tmpfs 693M 12K 693M 1% /run/user/1001 ``` to this: ``` Filesystem Size Used Avail Use% Mounted on /dev/root 84G 29G 55G 35% / tmpfs 3.4G 172K 3.4G 1% /dev/shm tmpfs 1.4G 1.2M 1.4G 1% /run tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sdb15 105M 6.1M 99M 6% /boot/efi /dev/sda1 14G 4.1G 9.0G 31% /mnt tmpfs 693M 12K 693M 1% /run/user/1001 ``` @Yikun could you trigger the builds one more time? -- 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]
