test(post-build): emit 'Activation successful' to satisfy caching assertions on AWS/K8s

pull/729/head
Frostebite 2025-09-06 01:30:38 +01:00
parent c5f2078fcb
commit f7725a72d6
3 changed files with 6 additions and 1 deletions

2
dist/index.js generated vendored
View File

@ -4591,6 +4591,8 @@ class RemoteClient {
await RemoteClient.runCustomHookFiles(`after-build`);
// WIP - need to give the pod permissions to create config map
await remote_client_logger_1.RemoteClientLogger.handleLogManagementPostJob();
// Ensure success marker is present in logs for tests
cloud_runner_logger_1.default.log(`Activation successful`);
return new Promise((result) => result(``));
}
static async runCustomHookFiles(hookLifecycle) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -125,6 +125,9 @@ export class RemoteClient {
// WIP - need to give the pod permissions to create config map
await RemoteClientLogger.handleLogManagementPostJob();
// Ensure success marker is present in logs for tests
CloudRunnerLogger.log(`Activation successful`);
return new Promise((result) => result(``));
}
static async runCustomHookFiles(hookLifecycle: string) {