Merge commit 'e77a7ca2bc65651b5e87a0127e0335733aca2f35' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-18 21:13:07 +00:00
parent cef729b554
commit 87b8b502e6
93 changed files with 8182 additions and 127 deletions

View File

@@ -1,4 +1,5 @@
const puppeteer = require('puppeteer');
const buildTraceFileName = process.env.BUILD_TRACE_FILE;
(async () => {
try {
@@ -31,7 +32,7 @@ const puppeteer = require('puppeteer');
page.waitForFileChooser(),
element.click()
]);
await fileChooser.accept(['/workspace/ck_build_trace.json']);
await fileChooser.accept([`/workspace/${buildTraceFileName}`]);
} else {
throw new Error('Element not found');
}