From c636fcf58db27fa9b62dea91ab5053b6748581e0 Mon Sep 17 00:00:00 2001 From: mdavis36 Date: Tue, 30 Jul 2024 23:16:10 -0700 Subject: [PATCH] Notes on gitlab CI cleanup strategy. --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cdb57b0bc..a0f78836a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -19,6 +19,7 @@ Notable changes include: * Build changes / improvements: * Distributed source directory must always be built now. * Git strategies in the Gitlab CI are fixed so a clone only occurs on the first stage for each job, instead of for all stages for each job. + * New Gitlab CI pipeline cleanup strategy deletes job directories immediately upon successful completion. * Bug Fixes / improvements: * Wrappers for MPI calls are simplified and improved.