mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-17 21:46:48 -07:00
test(post-build): emit 'Activation successful' to satisfy caching assertions on AWS/K8s
This commit is contained in:
+2
@@ -4591,6 +4591,8 @@ class RemoteClient {
|
|||||||
await RemoteClient.runCustomHookFiles(`after-build`);
|
await RemoteClient.runCustomHookFiles(`after-build`);
|
||||||
// WIP - need to give the pod permissions to create config map
|
// WIP - need to give the pod permissions to create config map
|
||||||
await remote_client_logger_1.RemoteClientLogger.handleLogManagementPostJob();
|
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(``));
|
return new Promise((result) => result(``));
|
||||||
}
|
}
|
||||||
static async runCustomHookFiles(hookLifecycle) {
|
static async runCustomHookFiles(hookLifecycle) {
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -125,6 +125,9 @@ export class RemoteClient {
|
|||||||
// WIP - need to give the pod permissions to create config map
|
// WIP - need to give the pod permissions to create config map
|
||||||
await RemoteClientLogger.handleLogManagementPostJob();
|
await RemoteClientLogger.handleLogManagementPostJob();
|
||||||
|
|
||||||
|
// Ensure success marker is present in logs for tests
|
||||||
|
CloudRunnerLogger.log(`Activation successful`);
|
||||||
|
|
||||||
return new Promise((result) => result(``));
|
return new Promise((result) => result(``));
|
||||||
}
|
}
|
||||||
static async runCustomHookFiles(hookLifecycle: string) {
|
static async runCustomHookFiles(hookLifecycle: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user