test github groups for logs
							parent
							
								
									0402533cdb
								
							
						
					
					
						commit
						37bc76b6cd
					
				|  | @ -545,7 +545,7 @@ class Caching { | ||||||
|                 if (__1.Input.cloudRunnerTests) { |                 if (__1.Input.cloudRunnerTests) { | ||||||
|                     yield Caching.printFullCacheHierarchySize(); |                     yield Caching.printFullCacheHierarchySize(); | ||||||
|                 } |                 } | ||||||
|                 process.chdir(`${sourceFolder}/..`); |                 process.chdir(`${path_1.default.dirname(sourceFolder)}`); | ||||||
|                 if (__1.Input.cloudRunnerTests) { |                 if (__1.Input.cloudRunnerTests) { | ||||||
|                     cloud_runner_logger_1.default.log(`Hashed cache folder ${yield lfs_hashing_1.LFSHashing.hashAllFiles(sourceFolder)}`); |                     cloud_runner_logger_1.default.log(`Hashed cache folder ${yield lfs_hashing_1.LFSHashing.hashAllFiles(sourceFolder)}`); | ||||||
|                 } |                 } | ||||||
|  | @ -630,7 +630,7 @@ class Caching { | ||||||
|       du -sch "${cloud_runner_state_1.CloudRunnerState.cacheFolderFull}/" |       du -sch "${cloud_runner_state_1.CloudRunnerState.cacheFolderFull}/" | ||||||
|       echo '**' |       echo '**' | ||||||
|       echo 'Full cache' |       echo 'Full cache' | ||||||
|       du -sch "${cloud_runner_state_1.CloudRunnerState.cacheFolderFull}/.." |       du -sch "${cloud_runner_state_1.CloudRunnerState.cacheFolderFull}/../" | ||||||
|       echo ' '`);
 |       echo ' '`);
 | ||||||
|         }); |         }); | ||||||
|     } |     } | ||||||
|  |  | ||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -18,7 +18,7 @@ export class Caching { | ||||||
|       if (Input.cloudRunnerTests) { |       if (Input.cloudRunnerTests) { | ||||||
|         await Caching.printFullCacheHierarchySize(); |         await Caching.printFullCacheHierarchySize(); | ||||||
|       } |       } | ||||||
|       process.chdir(`${sourceFolder}/..`); |       process.chdir(`${path.dirname(sourceFolder)}`); | ||||||
| 
 | 
 | ||||||
|       if (Input.cloudRunnerTests) { |       if (Input.cloudRunnerTests) { | ||||||
|         CloudRunnerLogger.log(`Hashed cache folder ${await LFSHashing.hashAllFiles(sourceFolder)}`); |         CloudRunnerLogger.log(`Hashed cache folder ${await LFSHashing.hashAllFiles(sourceFolder)}`); | ||||||
|  | @ -110,7 +110,7 @@ export class Caching { | ||||||
|       du -sch "${CloudRunnerState.cacheFolderFull}/" |       du -sch "${CloudRunnerState.cacheFolderFull}/" | ||||||
|       echo '**' |       echo '**' | ||||||
|       echo 'Full cache' |       echo 'Full cache' | ||||||
|       du -sch "${CloudRunnerState.cacheFolderFull}/.." |       du -sch "${CloudRunnerState.cacheFolderFull}/../" | ||||||
|       echo ' '`,
 |       echo ' '`,
 | ||||||
|     ); |     ); | ||||||
|   } |   } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue