Add missing PL translation main 2026-04-01 #13999
ci-amd-arm.yml
on: pull_request
Matrix: Build CI images / build-ci-images
Matrix: Airflow CTL tests / distributions-tests
Waiting for pending jobs
Basic tests
/
Breeze unit tests
1m 1s
Basic tests
/
Breeze integration tests
0s
Basic tests
/
React UI tests
1m 33s
Basic tests
/
Check translation completeness
22s
Basic tests
/
Static checks: basic checks only
0s
Basic tests
/
Test git clone on Windows
21s
Basic tests
/
Upgrade checks
0s
Basic tests
/
Test Airflow release commands
0s
Basic tests
/
Test Airflow standalone commands
26s
Go SDK tests
0s
Platform: ARM
0s
Platform: AMD
4s
Pin actions
1m 48s
Verify release calendar
0s
Matrix: Generate constraints / generate-constraints-matrix
Matrix: MySQL tests: core / tests
Waiting for pending jobs
Matrix: MySQL tests: providers / tests
Waiting for pending jobs
Matrix: Non-DB tests: core / tests
Waiting for pending jobs
Matrix: Non-DB tests: providers / tests
Waiting for pending jobs
Matrix: Postgres tests: core / tests
Waiting for pending jobs
Matrix: Postgres tests: providers / tests
Waiting for pending jobs
Matrix: Sqlite tests: core / tests
Waiting for pending jobs
Matrix: Sqlite tests: providers / tests
Waiting for pending jobs
Matrix: Task SDK tests / distributions-tests
Waiting for pending jobs
Matrix: Low dep tests:core / tests
Waiting for pending jobs
Matrix: Low dep tests: providers / tests
Waiting for pending jobs
Matrix: Additional CI image checks / Push Early Image Cache / push-ci-image-cache
Waiting for pending jobs
Matrix: Additional CI image checks / Push Early Image Cache / push-prod-image-cache
Waiting for pending jobs
Matrix: CI image checks / Build documentation
Matrix: CI image checks / MyPy checks
Matrix: provider distributions tests / prepare-install-verify-provider-distributions
Waiting for pending jobs
Matrix: provider distributions tests / providers-compatibility-tests-matrix
Waiting for pending jobs
Matrix: Helm tests / tests-helm
Waiting for pending jobs
Matrix: Integration and System Tests / tests-core-integration
Waiting for pending jobs
Matrix: Integration and System Tests / tests-providers-integration
Waiting for pending jobs
Matrix: Special tests / Latest Boto test: core / tests
Waiting for pending jobs
Matrix: Special tests / Latest Boto test: providers / tests
Waiting for pending jobs
Matrix: Special tests / Latest SQLAlchemy test: providers / tests
Waiting for pending jobs
Matrix: Special tests / Latest SQLAlchemy test: core / tests
Waiting for pending jobs
Matrix: Special tests / Min SQLAlchemy test: providers / tests
Waiting for pending jobs
Matrix: Special tests / Min SQLAlchemy test: core / tests
Waiting for pending jobs
Matrix: Special tests / Pendulum2 test: core / tests
Waiting for pending jobs
Matrix: Special tests / Pendulum2 test: providers / tests
Waiting for pending jobs
Matrix: Special tests / Quarantined test: core / tests
Waiting for pending jobs
Matrix: Special tests / Quarantined test: providers / tests
Waiting for pending jobs
Matrix: tests-special / tests-system-core / tests
Waiting for pending jobs
Additional CI image checks
/
Check that image builds quickly
5m 41s
CI image checks
/
Static checks
15m 40s
CI image checks
/
Test Python API client
0s
Helm tests
/
Release Helm
Integration and System Tests
/
System Tests
Build PROD images
/
Build Airflow and provider distributions
3m 6s
CI image checks
/
Publish documentation and validate versions
0s
Summarize warnings
0s
Matrix: Build PROD images / build-prod-images
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
Additional PROD image tests
/
...
/
Build Airflow and provider distributions
Additional PROD image tests
/
Test examples of PROD image building
4m 44s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
4m 49s
Additional PROD image tests
/
Task SDK integration tests with PROD image
0s
Additional PROD image tests
/
...
/
Regular e2e test
10m 47s
Additional PROD image tests
/
...
/
Remote logging e2e test
4m 53s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
18m 56s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
20m 39s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
24m 12s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
Matrix: Kubernetes tests / tests-kubernetes
Waiting for pending jobs
Matrix: Additional PROD image tests / PROD image extra checks (main) / pip-image / build-prod-images
Waiting for pending jobs
Matrix: Additional PROD image tests / PROD image extra checks (release) / pip-image / build-prod-images
Waiting for pending jobs
Matrix: Finalize tests / dependency-upgrade-summary
Matrix: finalize-tests / push-buildx-cache-to-github-registry / push-ci-image-cache
Waiting for pending jobs
Matrix: finalize-tests / push-buildx-cache-to-github-registry / push-prod-image-cache
Waiting for pending jobs
Notify Slack on Failure
0s
Annotations
1 error and 3 notices
|
[webkit] › tests/e2e/specs/requiredAction.spec.ts:43:3 › Verify Required Action page › Verify the actions list/table is displayed (or empty state if none):
airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts#L339
1) [webkit] › tests/e2e/specs/requiredAction.spec.ts:43:3 › Verify Required Action page › Verify the actions list/table is displayed (or empty state if none)
Error: expect(locator).toBeVisible() failed
Locator: locator('[id="grid-manual__2026-02-04T01:17:00.230953+00:00-task_1"]')
Expected: visible
Timeout: 30000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 30000ms
- waiting for locator('[id="grid-manual__2026-02-04T01:17:00.230953+00:00-task_1"]')
Call Log:
- Timeout 120000ms exceeded while waiting on the predicate
at ../pages/RequiredActionsPage.ts:339
337 |
338 | await expect(stateBadge).toContainText(options.expectedState, { timeout: 60_000 });
> 339 | }).toPass({ timeout: options.timeout ?? 120_000 });
| ^
340 | }
341 | }
342 |
at RequiredActionsPage.waitForTaskState (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts:339:8)
at RequiredActionsPage.verifyFinalTaskStates (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts:298:18)
at RequiredActionsPage.runHITLFlow (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts:291:5)
at RequiredActionsPage.runHITLFlowWithApproval (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts:98:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/requiredAction.spec.ts:37:5
|
|
🎭 Playwright Run Summary
1 skipped
64 passed (14.5m)
|
|
🎭 Playwright Run Summary
1 skipped
64 passed (16.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/e2e/specs/requiredAction.spec.ts:43:3 › Verify Required Action page › Verify the actions list/table is displayed (or empty state if none)
1 skipped
63 passed (20.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cache-prek-v9-linux_amd64-python3.10.19-uv0.9.29-cf5701d6ead7b9b25ec4c3e7c15ce2d7d4543cc250240d257e30d316f2ea697b-61424_merge
Expired
|
296 MB |
sha256:55de1d3d65e5c85671fc2a1d0f581dc937d42854779185f0e670bf76d186fa44
|
|
|
cache-prek-v9-linux_amd64-python3.11-uv0.9.29-cf5701d6ead7b9b25ec4c3e7c15ce2d7d4543cc250240d257e30d316f2ea697b-61424_merge
Expired
|
294 MB |
sha256:573d8c877f6319184286af4c2afa166cceddab3ff526657feca5ee4f43130377
|
|
|
cache-ui-node-modules-v1-Linux--61424_merge
Expired
|
59.5 MB |
sha256:1770df2fbc720a03cbb1a8ced67d028fb8848c50c7eae1e6178551437a3a11e0
|
|
|
ci-image-save-v3-linux_amd64-3.10-61424_merge
Expired
|
1.83 GB |
sha256:40422d251f245e51a96554329264168e88d3b2e492ea2f8b3c6ab8653add59f1
|
|
|
constraints-3.10
|
13.2 KB |
sha256:034c261adae2f43cb1436fdeb76636368289ba586141e93ff0ae835cdc1256a0
|
|
|
e2e-test-logs-basic
|
267 KB |
sha256:268914971fbfd9dc462e6e004efcfdf074acf964080184ceda230990ad6f1975
|
|
|
e2e-test-logs-remote_log
|
20.1 KB |
sha256:17bdad0c2c968b1d183a5f9eaf5f70e68b2e77236973c968322bdc6c38f27ac6
|
|
|
playwright-report-chromium
|
297 KB |
sha256:e0608dc62c57e4caab677691863714c049b557adb37f617d9dd122a51a924e91
|
|
|
playwright-report-firefox
|
297 KB |
sha256:3a0253c877f64dbe858401876ca0552a53f092143f8cc7688cdc68139e005b43
|
|
|
playwright-report-webkit
|
83.4 MB |
sha256:faae36dbb05f43d4c6c9af7b64028cf0ef5397cdebc002f3bc318f3b07b72595
|
|
|
prod-image-save-v3-linux_amd64-3.10-61424_merge
Expired
|
608 MB |
sha256:ea22ee6ae03d56f8bfcf92b6141bd15c656ccaf003828579c348c44a8e73af30
|
|
|
prod-packages
|
7.65 MB |
sha256:68b5433d700b8588125cb4e5ceff512b9887f493081d3a3cc341038e5bd9fca7
|
|