Skip to content

feat(oauth2): Forward app tokens from primary to secondary in global scale #5281

feat(oauth2): Forward app tokens from primary to secondary in global scale

feat(oauth2): Forward app tokens from primary to secondary in global scale #5281

Triggered via pull request August 11, 2026 09:44
Status Success
Total duration 1h 20m 45s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
3m 0s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
19m 28s
Playwright tests for installer
merge-reports
2m 25s
merge-reports
playwright-test-summary
7s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 1 warning, and 10 notices
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice: tests/playwright/e2e/files/files-sorting.spec.ts#L170
1) [default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice Error: expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 3 Array [ "folder", - "z big.txt", - "a medium.txt", - "welcome.txt", "1 tiny.txt", + "welcome.txt", + "a medium.txt", + "z big.txt", ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 168 | await filesListPage.sortByColumn('Size') 169 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'descending') > 170 | await expect.poll(() => filesListPage.getRowNames()).toEqual([ | ^ 171 | 'folder', 172 | 'z big.txt', 173 | 'a medium.txt', at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:170:56
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy: tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-list-row-name="other.txt"]') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('[data-cy-files-list-row-name="other.txt"]') 62 | await filesListPage.renameFile('foo.txt', 'other.txt') 63 | > 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible() | ^ 65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0) 66 | }) 67 | }) at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice: tests/playwright/e2e/files/files-sorting.spec.ts#L170
1) [default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice Error: expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 3 Array [ "folder", - "z big.txt", - "a medium.txt", - "welcome.txt", "1 tiny.txt", + "welcome.txt", + "a medium.txt", + "z big.txt", ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 168 | await filesListPage.sortByColumn('Size') 169 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'descending') > 170 | await expect.poll(() => filesListPage.getRowNames()).toEqual([ | ^ 171 | 'folder', 172 | 'z big.txt', 173 | 'a medium.txt', at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:170:56
Playwright setup
Failed to save: Unable to reserve cache with key playwright-context-31479068433. More details: cache write denied: token has no writable scopes
🎭 Playwright Run Summary
47 passed (9.4m)
🎭 Playwright Run Summary
45 passed (10.0m)
🎭 Playwright Run Summary
45 passed (11.3m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice 44 passed (10.1m)
🎭 Playwright Run Summary
7 passed (6.2m)
🎭 Playwright Run Summary
43 passed (11.2m)
🎭 Playwright Run Summary
45 passed (11.7m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file 44 passed (15.1m)
🎭 Playwright Run Summary
45 passed (13.9m)
🎭 Playwright Run Summary
2 flaky [default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file 365 passed (28.0m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
84.7 KB
sha256:f45c208845679ab1fdf73f5a22466447dc52117ee2f5747198ab1f97bceffb96
blob-report-2 Expired
61.4 KB
sha256:ae135b36e4e3f50176f077face3f4c667844676c3ae02db44d1990b3ffb94d23
blob-report-3 Expired
78.5 KB
sha256:ea02093764812ff44bf0b827d2adf3bafe556ee3fd6392b07ac14e76f0a83ddc
blob-report-4 Expired
3.08 MB
sha256:e85c9f4407c41df83d5dc2e1a50f8b78c19ebcf8d6195b3586dd22cf50450089
blob-report-5 Expired
1.8 MB
sha256:1507e77e376914ccd6b008f6952c12298eba4fcc0b56dd8f9a8688249ebacba4
blob-report-6 Expired
84.8 KB
sha256:53a63269051bb2d436d6ef38510e071260919fa6aa1b2fee73542d09263e9636
blob-report-7 Expired
115 KB
sha256:725e9140b6feed6463cac084e6d88faba291e5f0580c64e145cb9478adb75196
blob-report-8 Expired
81.8 KB
sha256:fbae21c1493e60f9fb8a7cddf1bf0b3e77f43b832fa1465d96d752c3dcc71bfe
blob-report-setup Expired
13.8 KB
sha256:045dd7c4bc20efde130172c4d973f0baa79b6a450be1c2f695a9d7707c34dcfc
html-report--attempt-1 Expired
5.58 MB
sha256:ebf4f0d253810e3239ed9bd06c73f905466cbeb085d9daa7a5d4dd3f9142e91d