Skip to content

fix(server): log error on gcloud #25658

fix(server): log error on gcloud

fix(server): log error on gcloud #25658

Triggered via pull request February 18, 2025 03:21
Status Success
Total duration 14m 48s
Artifacts 18

build-test.yml

on: pull_request
Optimize CI
8s
Optimize CI
Build Server native
58s
Build Server native
Matrix: build-native
Build @affine/electron renderer
2m 16s
Build @affine/electron renderer
test-build-mobile-app  /  output-env
4s
test-build-mobile-app / output-env
Matrix: Analyze
Matrix: Legacy Blocksuite E2E Test
Matrix: E2E Mobile Test
Matrix: E2E Test
Matrix: Server Copilot E2E Test
Matrix: Server Test
Server Copilot Api Test
30s
Server Copilot Api Test
Matrix: Unit Test
Matrix: server-e2e-test
Matrix: desktop-test
test-build-mobile-app  /  build-android-web
3m 50s
test-build-mobile-app / build-android-web
test-build-mobile-app  /  build-ios-web
3m 44s
test-build-mobile-app / build-ios-web
test-build-mobile-app  /  android
7m 23s
test-build-mobile-app / android
test-build-mobile-app  /  ios
10m 11s
test-build-mobile-app / ios
3, 2, 1 Launch
0s
3, 2, 1 Launch
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 31 warnings, and 24 notices
[Mobile Safari] › e2e/home.spec.ts:44:1 › all tab: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › e2e/home.spec.ts:44:1 › all tab ───────────────────────────────────────────── Test timeout of 60000ms exceeded.
[Mobile Safari] › e2e/home.spec.ts:44:1 › all tab: tests/affine-mobile/e2e/home.spec.ts#L46
1) [Mobile Safari] › e2e/home.spec.ts:44:1 › all tab ───────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('#app-tabs').getByRole('tab', { name: 'all' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 15000ms - waiting for locator('#app-tabs').getByRole('tab', { name: 'all' }) 44 | test('all tab', async ({ page }) => { 45 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); > 46 | await expect(docsTab).toBeVisible(); | ^ 47 | 48 | await docsTab.click(); 49 | at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:46:25
selection/native.spec.ts:266:1 › cursor move to up and down with children block: blocksuite/tests-legacy/selection/native.spec.ts#L295
1) selection/native.spec.ts:266:1 › cursor move to up and down with children block ─────────────── Error: expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 12 Received: -1 293 | const textTwo = await getInlineSelectionText(page); 294 | expect(textTwo).toBe('arrow down test 1'); > 295 | expect(indexTwo).toBeGreaterThanOrEqual(12); | ^ 296 | expect(indexTwo).toBeLessThanOrEqual(17); 297 | await page.keyboard.press('ArrowDown'); 298 | const textThree = await getInlineSelectionText(page); at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/selection/native.spec.ts:295:20
slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow: blocksuite/tests-legacy/slash-menu.spec.ts#L388
2) slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4) Expected string: "true" Received string: "false" Call log: - expect.toHaveAttribute with timeout 5000ms - waiting for locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4) 9 × locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button> - unexpected value "false" 386 | await type(page, '/'); 387 | await pressArrowDown(page, 4); > 388 | await expect(slashItems.nth(4)).toHaveAttribute('hover', 'true'); | ^ 389 | await expect(slashItems.nth(4).locator('.text')).toHaveText([ 390 | 'Other Headings', 391 | ]); at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/slash-menu.spec.ts:388:37
e2e/page-properties.spec.ts:262:1 › delete property via property popup: tests/affine-local/e2e/page-properties.spec.ts#L33
1) e2e/page-properties.spec.ts:262:1 › delete property via property popup ──────────────────────── Test timeout of 50000ms exceeded while running "beforeEach" hook. 31 | import { addColumn } from './blocksuite/database/utils'; 32 | > 33 | test.beforeEach(async ({ page }) => { | ^ 34 | await openHomePage(page); 35 | await clickNewPageButton(page); 36 | await waitForEmptyEditor(page); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:33:6
e2e/page-properties.spec.ts:287:1 › workspace properties can be collapsed: tests/affine-local/e2e/page-properties.spec.ts#L33
2) e2e/page-properties.spec.ts:287:1 › workspace properties can be collapsed ───────────────────── Test timeout of 50000ms exceeded while running "beforeEach" hook. 31 | import { addColumn } from './blocksuite/database/utils'; 32 | > 33 | test.beforeEach(async ({ page }) => { | ^ 34 | await openHomePage(page); 35 | await clickNewPageButton(page); 36 | await waitForEmptyEditor(page); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:33:6
e2e/links.spec.ts:984:3 › Customize linked doc title and description › should show emoji doc icon in journal document: tests/affine-local/e2e/links.spec.ts#L1
1) e2e/links.spec.ts:984:3 › Customize linked doc title and description › should show emoji doc icon in journal document Test timeout of 50000ms exceeded.
e2e/links.spec.ts:984:3 › Customize linked doc title and description › should show emoji doc icon in journal document: tests/kit/src/utils/page-logic.ts#L37
1) e2e/links.spec.ts:984:3 › Customize linked doc title and description › should show emoji doc icon in journal document Error: locator.click: Test timeout of 50000ms exceeded. Call log: - waiting for getByTestId('sidebar-new-page-button') - locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</button> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <html lang="en" data-theme="light">…</html> intercepts pointer events - retrying click action - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action at ../../kit/src/utils/page-logic.ts:37 35 | export async function clickNewPageButton(page: Page, title?: string) { 36 | // fixme(himself65): if too fast, the page will crash > 37 | await page.getByTestId('sidebar-new-page-button').click({ | ^ 38 | delay: 100, 39 | }); 40 | await waitForEmptyEditor(page); at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:37:53) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:988:11
e2e/local-first-avatar.spec.ts:9:1 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L1
2) e2e/local-first-avatar.spec.ts:9:1 › should create a page with a local first avatar and remove it Test timeout of 50000ms exceeded.
e2e/local-first-avatar.spec.ts:9:1 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L21
2) e2e/local-first-avatar.spec.ts:9:1 › should create a page with a local first avatar and remove it Error: locator.click: Test timeout of 50000ms exceeded. Call log: - waiting for getByTestId('workspace-name') - locator resolved to <div data-testid="workspace-name" class="styles_workspaceName__c1u3lp7">Test Workspace 1</div> 19 | await page.getByTestId('create-workspace-create-button').click(); 20 | await page.waitForTimeout(1000); > 21 | await page.getByTestId('workspace-name').click(); | ^ 22 | await page 23 | .getByTestId('workspace-card') 24 | .nth(1) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:21:44
e2e/open-affine.spec.ts:28:1 › Download client tip: tests/affine-local/e2e/open-affine.spec.ts#L41
3) e2e/open-affine.spec.ts:28:1 › Download client tip ──────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('[data-testid=local-demo-tips]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('[data-testid=local-demo-tips]') 39 | '[data-testid=local-demo-tips]' 40 | ); > 41 | await expect(currentLocalDemoTipsItemItem).toBeVisible(); | ^ 42 | }); 43 | at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/open-affine.spec.ts:41:46
e2e/drag-page.spec.ts:215:1 › drag a page link in editor to favourites: tests/affine-local/e2e/drag-page.spec.ts#L1
1) e2e/drag-page.spec.ts:215:1 › drag a page link in editor to favourites ──────────────────────── Test timeout of 50000ms exceeded.
e2e/drag-page.spec.ts:215:1 › drag a page link in editor to favourites: tests/kit/src/utils/page-logic.ts#L191
1) e2e/drag-page.spec.ts:215:1 › drag a page link in editor to favourites ──────────────────────── Error: mouse.up: Test timeout of 50000ms exceeded. at ../../kit/src/utils/page-logic.ts:191 189 | } 190 | await page.waitForTimeout(100); > 191 | await page.mouse.up(); | ^ 192 | }; 193 | 194 | // sometimes editor loses focus, this function is to focus the editor at dragTo (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:191:20) at dragToFavourites (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/drag-page.spec.ts:25:3) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/drag-page.spec.ts:239:3
e2e/drag-page.spec.ts:246:1 › drag a page card block to another page: tests/affine-local/e2e/drag-page.spec.ts#L1
2) e2e/drag-page.spec.ts:246:1 › drag a page card block to another page ────────────────────────── Test timeout of 50000ms exceeded.
e2e/drag-page.spec.ts:246:1 › drag a page card block to another page: tests/affine-local/e2e/drag-page.spec.ts#L275
2) e2e/drag-page.spec.ts:246:1 › drag a page card block to another page ────────────────────────── Error: locator.click: Test timeout of 50000ms exceeded. Call log: - waiting for locator('reference-popup').getByRole('button', { name: 'Switch view' }) - locator resolved to <editor-icon-button tabindex="0" role="button" aria-label="Switch view">…</editor-icon-button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling 273 | 274 | // convert page reference to card block > 275 | await inlineToolbar.getByRole('button', { name: 'Switch view' }).click(); | ^ 276 | await inlineToolbar.getByRole('button', { name: 'Card view' }).click(); 277 | 278 | // hover the card block to show the drag handle at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/drag-page.spec.ts:275:68
e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode: tests/affine-local/e2e/links.spec.ts#L320
3) e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for locator('affine-embed-card-toolbar').getByLabel('Switch view') 318 | // refocus 319 | await cardLink.click(); > 320 | await cardToolbar.getByLabel('Switch view').click(); | ^ 321 | 322 | await clickable(cardToolbar.getByLabel('Inline view')); 323 | await notClickable(cardToolbar.getByLabel('Card view')); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:320:47
e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless: tests/affine-local/e2e/links.spec.ts#L625
4) e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for getByLabel('Switch view') 623 | .waitFor({ state: 'visible' }); 624 | await page.mouse.click(x - 50, y - 50); > 625 | await page.getByLabel('Switch view').click(); | ^ 626 | await page.getByTestId('link-to-embed').click(); 627 | 628 | const viewport = await page at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:625:40
e2e/blocksuite/outline/outline-viewer.spec.ts:102:1 › should highlight indicator when scrolling: tests/kit/src/utils/page-logic.ts#L37
1) e2e/blocksuite/outline/outline-viewer.spec.ts:102:1 › should highlight indicator when scrolling TimeoutError: locator.click: Timeout 5000ms exceeded. Call log: - waiting for getByTestId('sidebar-new-page-button') - locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action at ../../kit/src/utils/page-logic.ts:37 35 | export async function clickNewPageButton(page: Page, title?: string) { 36 | // fixme(himself65): if too fast, the page will crash > 37 | await page.getByTestId('sidebar-new-page-button').click({ | ^ 38 | delay: 100, 39 | }); 40 | await waitForEmptyEditor(page); at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:37:53) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-viewer.spec.ts:33:9
Desktop Test (macos-latest, macos, x64, x86_64-apple-darwin, false)
Cache not found for keys: macOS-ARM64-Sonoma-14--electron-electron@npm:34.1.1, macOS-ARM64-Sonoma-14--electron-
test-build-mobile-app / build-ios-web
Cache not found for keys: node_modules-cache-build-ios-web-Linux-X64-Ubuntu-24.04-
test-build-mobile-app / build-android-web
Cache not found for keys: node_modules-cache-build-android-web-Linux-X64-Ubuntu-24.04-
Slow Test: tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts took 54.7s
Slow Test: tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts took 51.2s
Slow Test: tests/affine-mobile/[Mobile Safari] › e2e/settings.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/settings.spec.ts took 1.0m
Slow Test: tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts took 49.7s
Slow Test: tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts took 44.1s
Slow Test: tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts took 48.4s
Slow Test: tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts took 29.6s
Desktop Test (macos-latest, macos, arm64, aarch64-apple-darwin, true)
Cache not found for keys: macOS-ARM64-Sonoma-14--electron-electron@npm:34.1.1, macOS-ARM64-Sonoma-14--electron-
Desktop Test (macos-latest, macos, arm64, aarch64-apple-darwin, true)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Slow Test: tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
tests/affine-desktop-cloud/e2e/basic.spec.ts took 45.2s
Slow Test: tests/affine-cloud/e2e/workspace.spec.ts#L1
tests/affine-cloud/e2e/workspace.spec.ts took 42.9s
Slow Test: tests/affine-cloud/e2e/storage.spec.ts#L1
tests/affine-cloud/e2e/storage.spec.ts took 38.4s
Slow Test: tests/affine-cloud/e2e/template.spec.ts#L1
tests/affine-cloud/e2e/template.spec.ts took 17.7s
Slow Test: tests/affine-cloud/e2e/collaboration.spec.ts#L1
tests/affine-cloud/e2e/collaboration.spec.ts took 1.5m
Slow Test: tests/affine-cloud/e2e/login.spec.ts#L1
tests/affine-cloud/e2e/login.spec.ts took 1.1m
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (typescript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (javascript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
Slow Test: tests/affine-local/e2e/blocksuite/toolbar.spec.ts#L1
tests/affine-local/e2e/blocksuite/toolbar.spec.ts took 21.4s
Slow Test: tests/affine-cloud/e2e/share-page.spec.ts#L1
tests/affine-cloud/e2e/share-page.spec.ts took 3.3m
Slow Test: tests/affine-cloud/e2e/page-history.spec.ts#L1
tests/affine-cloud/e2e/page-history.spec.ts took 1.1m
Slow Test: tests/affine-cloud/e2e/open-in-app.spec.ts#L1
tests/affine-cloud/e2e/open-in-app.spec.ts took 42.1s
test-build-mobile-app / android
Cache not found for keys: node_modules-cache-android-Linux-X64-Ubuntu-24.04-
test-build-mobile-app / android
Cache not found for keys: v0-rust-aarch64-linux-android-affine_mobile_native-Linux-e99b5096-44a74e9d, v0-rust-aarch64-linux-android-affine_mobile_native-Linux-e99b5096
test-build-mobile-app / ios
Cache not found for keys: node_modules-cache-ios-macOS-ARM64-Sonoma-14-
test-build-mobile-app / ios
Cache not found for keys: v0-rust-aarch64-apple-ios-affine_mobile_native-Darwin-702f1b52-44a74e9d, v0-rust-aarch64-apple-ios-affine_mobile_native-Darwin-702f1b52
test-build-mobile-app / ios
swiftformat 0.55.4 is already installed and up-to-date. To reinstall 0.55.4, run: brew reinstall swiftformat
🎭 Playwright Run Summary
2 skipped 95 passed (1.3m)
🎭 Playwright Run Summary
7 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › e2e/home.spec.ts:44:1 › all tab ────────────────────────────────────────────── 6 passed (1.8m)
🎭 Playwright Run Summary
12 skipped 85 passed (2.1m)
🎭 Playwright Run Summary
4 skipped 93 passed (1.6m)
🎭 Playwright Run Summary
2 skipped 95 passed (1.5m)
🎭 Playwright Run Summary
7 passed (1.5m)
🎭 Playwright Run Summary
96 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 96 passed (1.6m)
🎭 Playwright Run Summary
7 passed (1.6m)
🎭 Playwright Run Summary
8 passed (2.3m)
🎭 Playwright Run Summary
2 flaky selection/native.spec.ts:266:1 › cursor move to up and down with children block ──────────────── slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys 3 skipped 91 passed (1.4m)
🎭 Playwright Run Summary
6 skipped 91 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 93 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 96 passed (2.7m)
🎭 Playwright Run Summary
1 passed (1.2m)
🎭 Playwright Run Summary
4 passed (2.1m)
🎭 Playwright Run Summary
1 skipped 48 passed (6.1m)
🎭 Playwright Run Summary
2 skipped 6 passed (3.0m)
🎭 Playwright Run Summary
2 flaky e2e/page-properties.spec.ts:262:1 › delete property via property popup ───────────────────────── e2e/page-properties.spec.ts:287:1 › workspace properties can be collapsed ────────────────────── 1 skipped 46 passed (6.0m)
🎭 Playwright Run Summary
3 flaky e2e/links.spec.ts:984:3 › Customize linked doc title and description › should show emoji doc icon in journal document e2e/local-first-avatar.spec.ts:9:1 › should create a page with a local first avatar and remove it e2e/open-affine.spec.ts:28:1 › Download client tip ───────────────────────────────────────────── 3 skipped 43 passed (6.5m)
🎭 Playwright Run Summary
4 flaky e2e/drag-page.spec.ts:215:1 › drag a page link in editor to favourites ───────────────────────── e2e/drag-page.spec.ts:246:1 › drag a page card block to another page ─────────────────────────── e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode e2e/links.spec.ts:583:1 › should show edgeless content when switching card view of linked mode doc in edgeless 45 passed (6.7m)
🎭 Playwright Run Summary
1 flaky e2e/blocksuite/outline/outline-viewer.spec.ts:102:1 › should highlight indicator when scrolling 48 passed (6.9m)
🎭 Playwright Run Summary
12 passed (5.5m)

Artifacts

Produced during runtime
Name Size
affine.darwin-arm64.node Expired
1.91 MB
affine.darwin-x64.node Expired
2.03 MB
affine.linux-x64-gnu.node Expired
2.06 MB
affine.win32-x64-msvc.node Expired
2.43 MB
android Expired
61.3 MB
ios Expired
61.4 MB
server-native.node Expired
4.33 MB
test-results-e2e-2 Expired
5.59 MB
test-results-e2e-3 Expired
32.1 MB
test-results-e2e-4 Expired
18.7 MB
test-results-e2e-5 Expired
11.5 MB
test-results-e2e-legacy-bs-10 Expired
6.6 MB
test-results-e2e-macos-latest-arm64 Expired
8.03 MB
test-results-e2e-mobile-3 Expired
2.23 MB
test-results-e2e-server-desktop Expired
1.23 MB
test-results-e2e-ubuntu-latest-x64 Expired
9.19 MB
test-results-e2e-windows-latest-x64 Expired
9.54 MB
web Expired
62.9 MB