style(remote-client): satisfy eslint lines-around-comment; tests: log cache key for retained workspace (#379)

This commit is contained in:
Frostebite
2025-09-03 22:40:52 +01:00
parent c8f881a385
commit f2dbcdf433
3 changed files with 6 additions and 1 deletions

View File

@@ -281,6 +281,9 @@ export class RemoteClient {
RemoteClientLogger.log(
`Retained Workspace: ${BuildParameters.shouldUseRetainedWorkspaceMode(CloudRunner.buildParameters)}`,
);
// Log cache key explicitly to aid debugging and assertions
CloudRunnerLogger.log(`Cache Key: ${CloudRunner.buildParameters.cacheKey}`);
if (
BuildParameters.shouldUseRetainedWorkspaceMode(CloudRunner.buildParameters) &&
fs.existsSync(CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)) &&