Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up the collate-test-results workflow
by building a single combined test results artifact that the workflow can download, instead of having to download *all* artifacts (which includes all of the built binaries, portables, etc). This downloading was taking betweem 3 and 20 minutes, but now only 20 ~ 30 seconds, for the same results. Squashed commit of the following: commit b159f5f Merge: 6085464 bb6e657 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 23:00:45 2023 +1100 Merge branch 'main' into collate-speedup commit 6085464 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:52:00 2023 +1100 Correct step name commit de8aeb3 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:49:02 2023 +1100 Revert "Fix one build failure" This reverts commit e8b4b25. commit e3e2f1c Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:48:48 2023 +1100 Revert "Reduce the number of builds so we can test the end" This reverts commit 67ec928. commit 2b63a0e Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:47:36 2023 +1100 Ignore missing *.tap files for now commit 41c03b6 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:28:42 2023 +1100 Update path to the removeHtmlDates.sh script commit 1b82869 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:12:35 2023 +1100 Check is file exists before copying commit fc8d518 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 22:03:34 2023 +1100 Put the .sh file in the root, and the rest in build type dirs commit e8b4b25 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 21:37:52 2023 +1100 Fix one build failure commit 67ec928 Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 21:31:27 2023 +1100 Reduce the number of builds so we can test the end commit 4cf180c Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 21:15:45 2023 +1100 cd manually on macOS commit 329c5ce Author: Paul Colby <git@colby.id.au> Date: Wed Nov 22 21:00:46 2023 +1100 See if gfind is installed on macos commit de372ca Author: Paul Colby <git@colby.id.au> Date: Tue Nov 21 21:26:35 2023 +1100 Use find wiht cpio instead of cp (which is more brittle) commit 2e8ff97 Author: Paul Colby <git@colby.id.au> Date: Tue Nov 21 20:30:56 2023 +1100 Try combined test assets
- Loading branch information