File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1499,6 +1499,17 @@ directory once they reach the expiration for regular job logs. This
14991499happens as part of the normal cleanup. In the web UI an icon indicates that
15001500a job was archived.
15011501
1502+ This means a job is "in the archive" if:
1503+
1504+ 1. it is important.
1505+ 2. its age is between the retention of regular jobs and important jobs.
1506+ 3. thresholds for space-aware cleanup do not prevent the cleanup of job results
1507+ from happening at all (because if the cleanup is skipped, also archiving is
1508+ skipped).
1509+
1510+ NOTE: Archiving does *not* prevent cleanup. If an archived important job exceeds
1511+ the retention for important jobs it is still subject to cleanup.
1512+
15021513[id="asset_cleanup"]
15031514=== Cleanup strategy for assets ===
15041515
You can’t perform that action at this time.
0 commit comments