check for startup message in workflows

pull/531/head
Frostebite 2023-05-07 16:51:36 +01:00
parent df3f3df277
commit 88f6a6dfa6
2 changed files with 2 additions and 3 deletions

3
dist/index.js generated vendored
View File

@ -4312,8 +4312,7 @@ const github_1 = __importDefault(__nccwpck_require__(83654));
const build_parameters_1 = __importDefault(__nccwpck_require__(80787));
class RemoteClient {
static async runRemoteClientJob() {
await cloud_runner_system_1.CloudRunnerSystem.Run(`sudo sysctl kernel.dmesg_restrict=0`, false, true);
node_console_1.assert((await cloud_runner_system_1.CloudRunnerSystem.Run(`dmesg`, false, true)).includes(`cloud runner build workflow starting`), 'System logs must include startup message');
node_console_1.assert((await cloud_runner_system_1.CloudRunnerSystem.Run(`cat /var/log/syslog`, false, true)).includes(`cloud runner build workflow starting`), 'System logs must include startup message');
cloud_runner_logger_1.default.log(`bootstrap game ci cloud runner...`);
if (!(await RemoteClient.handleRetainedWorkspace())) {
await RemoteClient.bootstrapRepository();

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long