feat: allow deploying to hetzner #4404
on_pr.yml
on: pull_request
path-filter
9s
skip_build_sha
11s
Matrix: ci / ci
close-preview
/
deploy
close-preview
/
teardown
close-docs-preview
0s
deploy-docs-preview
/
build-docs
build-all
/
...
/
Build
4m 35s
build-all
/
...
/
Build
2m 27s
build-all
/
...
/
Build
2m 41s
build-all
/
...
/
Build
3m 39s
Matrix: e2e / Integration tests
deploy-preview
/
deploy
26s
deploy-preview
/
teardown
0s
status-check
0s
Annotations
4 errors, 3 warnings, and 2 notices
|
deploy-preview / deploy
Process completed with exit code 1.
|
|
[chromium] › playwright/member.spec.ts:82:2 › Community members › Community creator is automatically added as a member of new community:
core/playwright/fixtures/member-page.ts#L24
2) [chromium] › playwright/member.spec.ts:82:2 › Community members › Community creator is automatically added as a member of new community
Error: locator.pressSequentially: Error: strict mode violation: getByPlaceholder('Search by name or email...') resolved to 2 elements:
1) <input value="" data-slot="input" placeholder="Search by name or email..." class="h-9 w-full min-w-0 rounded-md border border-input px-3 py-1 text-base outline-hidden transition-[color,box-shadow] selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:font-medium file:text-foreground file:text-sm placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30 foc…/> aka getByRole('textbox', { name: 'Search by name or email...' })
2) <input value="" data-slot="input" placeholder="Search by name or email..." class="h-9 w-full min-w-0 rounded-md border border-input px-3 py-1 text-base outline-hidden transition-[color,box-shadow] selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:font-medium file:text-foreground file:text-sm placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30 foc…/> aka getByPlaceholder('Search by name or email...').nth(1)
Call log:
- waiting for getByPlaceholder('Search by name or email...')
at fixtures/member-page.ts:24
22 |
23 | async searchMembers(email: string) {
> 24 | await this.page.getByPlaceholder("Search by name or email...").pressSequentially(email)
| ^
25 | }
26 |
27 | async openAddMemberDialog() {
at MembersPage.searchMembers (/home/runner/work/pubplatform/pubplatform/core/playwright/fixtures/member-page.ts:24:66)
at /home/runner/work/pubplatform/pubplatform/core/playwright/member.spec.ts:85:21
|
|
[chromium] › playwright/coar-notify.spec.ts:948:2 › User Story 4: Review Group Aggregation Announcement to Repositories › Repository receives ingestion announcement and creates linked review:
core/playwright/coar-notify.spec.ts#L977
1) [chromium] › playwright/coar-notify.spec.ts:948:2 › User Story 4: Review Group Aggregation Announcement to Repositories › Repository receives ingestion announcement and creates linked review
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByText('URL: https://review-group.org/review/review-123').first()
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for getByText('URL: https://review-group.org/review/review-123').first()
975 | .getByText("URL: https://review-group.org/review/review-123", { exact: false })
976 | .first()
> 977 | ).toBeVisible({
| ^
978 | timeout: 15000,
979 | })
980 |
at /home/runner/work/pubplatform/pubplatform/core/playwright/coar-notify.spec.ts:977:5
|
|
PR Updated triggers
Canceling since a higher priority waiting request for pr-1432 exists
|
|
path-filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
deploy-preview / deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: webfactory/ssh-agent@v0.9.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e / Integration tests (core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, docker/login-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/coar-notify.spec.ts:948:2 › User Story 4: Review Group Aggregation Announcement to Repositories › Repository receives ingestion announcement and creates linked review
[chromium] › playwright/member.spec.ts:82:2 › Community members › Community creator is automatically added as a member of new community
19 skipped
113 passed (3.4m)
|
|
🎭 Playwright Run Summary
1 passed (7.7s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
knowledgefutures~pubplatform~AMPL5W.dockerbuild
|
69.1 KB |
sha256:aacf1eee4108f8365d80728844051c784eb653e7119e77be7769a749bf7f95c1
|
|
|
knowledgefutures~pubplatform~HMGVPW.dockerbuild
|
69.2 KB |
sha256:9161d5e5a675fa5f642888b5e0b4669ec019081853a835bb7452dc02427d5e09
|
|
|
knowledgefutures~pubplatform~NLNFX3.dockerbuild
|
70.8 KB |
sha256:aa6255c1d2a6408b26016f8957402422fa7f07e23425f7242b1ea09571ec5581
|
|
|
knowledgefutures~pubplatform~UHIJZV.dockerbuild
|
76.4 KB |
sha256:dbf755a1a428d0e7424f11fe87f5d44aa97cac24bbdcc402cd694039cc666ca0
|
|