-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying to split testing in GHA and use docker buildx to have cache of…
… builds (#108) * First stuff -trying to get bake to work in gha and local testing * Set uid,gid in gha * Bake yml separate from run yml * Test echo output * Test echo output 2 * Test if using buildx bake in other job leads to caching from prev job where it is also used * Try registry instead of gha for cache * Login to ghcr first * Login to ghcr first2 * Also use cache in unit tests, write docker cmds in gha yml * Also use cache in unit tests, write docker cmds in gha yml - typo * Fix unittest bake thing * Clean a bit, try to pull images also in the bake step for caching * Increase sleep time to see if that makes jobs complete on gha * Put timeouts in place to see what is wrong on gha * More sleep * Try to get stdout for erroring jobs on specific gha * Show logs of tasks to find out if task runs at all * stupid typo * Put rsync key in docker image so file permissions are correct - for testing * Fix key into right, readable location * Decrease sleep times a bit, catch errors to show and then fail, and explicitly check last line so it wont be a wait in case of slow operation or something
- Loading branch information
Showing
11 changed files
with
226 additions
and
108 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.