Add temporal for partition_mappers #16025
ci-amd-arm.yml
on: pull_request
Matrix: Build CI images / build-ci-images
Matrix: Airflow CTL tests / distributions-tests
Basic tests
/
Breeze unit tests
1m 7s
Basic tests
/
Breeze integration tests
1m 6s
Basic tests
/
React UI tests
1m 31s
Basic tests
/
Check translation completeness
21s
Basic tests
/
Static checks: basic checks only
0s
Basic tests
/
Test git clone on Windows
22s
Basic tests
/
Upgrade checks
0s
Basic tests
/
Test Airflow release commands
0s
Basic tests
/
Test Airflow standalone commands
21s
Go SDK tests
20s
Platform: ARM
0s
Platform: AMD
4s
Pin actions
1m 21s
Verify release calendar
0s
Matrix: Generate constraints / generate-constraints-matrix
Matrix: MySQL tests: core / tests
Matrix: MySQL tests: providers / tests
Matrix: Non-DB tests: core / tests
Matrix: Non-DB tests: providers / tests
Matrix: Postgres tests: core / tests
Matrix: Postgres tests: providers / tests
Matrix: Sqlite tests: core / tests
Matrix: Sqlite tests: providers / tests
Matrix: Task SDK tests / distributions-tests
Matrix: Low dep tests:core / tests
Matrix: Low dep tests: providers / tests
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
Matrix: provider distributions tests / providers-compatibility-tests-matrix
Matrix: Helm tests / tests-helm
Matrix: Integration and System Tests / tests-core-integration
Matrix: Integration and System Tests / tests-providers-integration
Matrix: Special tests / Latest Boto test: core / tests
Matrix: Special tests / Latest Boto test: providers / tests
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
Matrix: Special tests / Min SQLAlchemy test: core / tests
Matrix: Special tests / Pendulum2 test: core / tests
Matrix: Special tests / Pendulum2 test: providers / tests
Matrix: Special tests / Quarantined test: core / tests
Matrix: Special tests / Quarantined test: providers / tests
Matrix: tests-special / tests-system-core / tests
Additional CI image checks
/
Check that image builds quickly
7m 10s
CI image checks
/
Static checks
16m 30s
CI image checks
/
Test Python API client
4m 1s
Helm tests
/
Release Helm
2m 27s
Integration and System Tests
/
System Tests
4m 2s
Build PROD images
/
Build Airflow and provider distributions
3m 23s
CI image checks
/
Publish documentation and validate versions
5m 7s
Summarize warnings
1m 33s
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
2m 55s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
3m 51s
Additional PROD image tests
/
Task SDK integration tests with PROD image
3m 49s
Additional PROD image tests
/
...
/
Regular e2e test
9m 55s
Additional PROD image tests
/
...
/
Remote logging e2e test
4m 39s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
20m 35s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
25m 59s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
24m 22s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
5m 54s
Matrix: Kubernetes tests / tests-kubernetes
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
4 errors, 1 warning, and 3 notices
|
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection:
airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts#L216
1) [chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
Error: expect(locator).toBeEnabled() failed
Locator: getByRole('combobox').first()
Expected: enabled
Timeout: 25000ms
Error: element(s) not found
Call log:
- Expect "toBeEnabled" with timeout 25000ms
- waiting for getByRole('combobox').first()
at ../pages/ConnectionsPage.ts:216
214 | const selectCombobox = this.page.getByRole("combobox").first();
215 |
> 216 | await expect(selectCombobox).toBeEnabled({ timeout: 25_000 });
| ^
217 |
218 | await selectCombobox.click({ timeout: 3000 });
219 |
at ConnectionsPage.fillConnectionForm (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:216:36)
at ConnectionsPage.editConnection (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/ConnectionsPage.ts:202:16)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts:186:5
|
|
[webkit] › tests/e2e/specs/providers.spec.ts:71:3 › Providers Page › verify providers pagination:
airflow-core/src/airflow/ui/tests/e2e/specs/providers.spec.ts#L100
2) [webkit] › tests/e2e/specs/providers.spec.ts:71:3 › Providers Page › verify providers pagination
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
98 | const rowsPage2 = await providers.getRowCount();
99 |
> 100 | expect(rowsPage2).toBeGreaterThan(0);
| ^
101 |
102 | const ProviderNamesAfterNext = await providers.providerNames();
103 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/providers.spec.ts:100:23
|
|
[webkit] › tests/e2e/specs/dag-runs-tab.spec.ts:71:3 › DAG Runs Tab › verify runs exist in table:
airflow-core/src/airflow/ui/tests/e2e/pages/DagRunsTabPage.ts#L89
1) [webkit] › tests/e2e/specs/dag-runs-tab.spec.ts:71:3 › DAG Runs Tab › verify runs exist in table
TimeoutError: page.waitForURL: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../pages/DagRunsTabPage.ts:89
87 | await expect(runsTab).toBeVisible({ timeout: 10_000 });
88 | await runsTab.click();
> 89 | await this.page.waitForURL(/.*\/dags\/[^/]+\/runs/, { timeout: 15_000 });
| ^
90 | await this.waitForRunsTableToLoad();
91 | }
92 |
at DagRunsTabPage.clickRunsTab (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagRunsTabPage.ts:89:21)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-runs-tab.spec.ts:73:5
|
|
[firefox] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause:
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts#L222
1) [firefox] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause, resume, and cancel controls › verify cancel backfill
Error: expect(locator).toBeVisible() failed
Locator: locator('button[aria-label="Pause backfill"], button[aria-label="Unpause backfill"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('button[aria-label="Pause backfill"], button[aria-label="Unpause backfill"]')
Call Log:
- Timeout 60000ms exceeded while waiting on the predicate
220 | await expect(backfillPage.triggerButton).toBeVisible({ timeout: 10_000 });
221 | await expect(backfillPage.pauseButton).toBeVisible({ timeout: 5000 });
> 222 | }).toPass({ timeout: 60_000 });
| ^
223 | });
224 |
225 | test.afterEach(async () => {
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:222:8
|
|
Summarize warnings
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/specs/connections.spec.ts:176:3 › Connections Page - CRUD Operations › should edit an existing connection
1 skipped
89 passed (16.8m)
|
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/e2e/specs/dag-runs-tab.spec.ts:71:3 › DAG Runs Tab › verify runs exist in table
[webkit] › tests/e2e/specs/providers.spec.ts:71:3 › Providers Page › verify providers pagination
1 skipped
88 passed (20.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause, resume, and cancel controls › verify cancel backfill
1 skipped
89 passed (22.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Helm artifacts
|
474 KB |
sha256:e34c80d39f30a2b208100c523011346c4cbdd843845d731463c1482b0dc32848
|
|
|
airflow-docs
|
301 MB |
sha256:1d0ee856e394a775062d0b4fe56e9acde46bb6e8e1db83be26439a8cd790d9a6
|
|
|
cache-docs-inventory-v1-ee02ffd34a313f03e1b6d2598e65b2f71b61feecba808a8d8f407ead7e58535b-61522_merge
Expired
|
1.59 MB |
sha256:b93c0811b79ae35a8718f8e2a6bf6deac97eff433a3220b6d3119da39e490132
|
|
|
cache-prek-v9-linux_amd64-python3.10.19-uv0.10.2-42c3d0a6b9450de9251fcacb05e712e940acdedea2cabb9bac1c0afa3c8e5132-61522_merge
Expired
|
294 MB |
sha256:8db722ef60e1ac622dc3a9feea43f12a0e30e9948efeb7f743563901b04ae7c9
|
|
|
cache-prek-v9-linux_amd64-python3.11-uv0.10.2-42c3d0a6b9450de9251fcacb05e712e940acdedea2cabb9bac1c0afa3c8e5132-61522_merge
Expired
|
295 MB |
sha256:09dbad1913d05b2fde2ca4c1b66cdf352491c704672e40c4e184e36db80c727b
|
|
|
cache-ui-node-modules-v1-Linux--61522_merge
Expired
|
59.5 MB |
sha256:4fc4885d8a4f6250996dc42378453a2bda4580950f519c6850189cb2d6c7e2cc
|
|
|
ci-image-save-v3-linux_amd64-3.10-61522_merge
Expired
|
1.84 GB |
sha256:2776536615b0939d948cb38abf372f1bc081dd63fcdd618e5b65a0ea29ae580d
|
|
|
constraints-3.10
|
13.2 KB |
sha256:360b05a14da981bca77ffda4e36a6e72741840fa8f3a7551c0fe9a690afacf8f
|
|
|
e2e-test-logs-basic
|
237 KB |
sha256:3df10a4fd7d23f2b1a5a0b86e9688167e2e89d0cc9ef5026883d829b16489bdc
|
|
|
e2e-test-logs-remote_log
|
18.4 KB |
sha256:a497a0a3affbd2c075c301e9476e46fd004ffd7cdce03dd6cd8e3ab83df37e81
|
|
|
playwright-report-chromium
|
4.23 MB |
sha256:51348dbc19a24d8b34244c75fd078f3f40392c927c17217aa27488815a1cd9dd
|
|
|
playwright-report-firefox
|
90.8 MB |
sha256:d1a4b1dc6d30c4d6c01b857bec341c7e7f76098a337ee541c48dd28e45e3a780
|
|
|
playwright-report-webkit
|
13.4 MB |
sha256:895d70a37b8e163e0d649865d76fa104ddab9928570afa2bdbc07ec6a311b78d
|
|
|
prod-image-save-v3-linux_amd64-3.10-61522_merge
Expired
|
606 MB |
sha256:5d112dc41e61833de1a598720b78d5ff93347516af8d14431532400b07153a2f
|
|
|
prod-packages
|
7.7 MB |
sha256:f504447816da3ee12e5c715c500566af30ff77cfa798d40d7ecea9ba82626fdb
|
|
|
test-summarized-warnings
|
1.19 MB |
sha256:a0b21d718c9650806510a2a12c0992c6a1252b4aa2bc72644f1bdb635b374599
|
|
|
test-warnings-core-API...Serialization-All-LatestBoto-Postgres-postgres-14-3.10
|
86.4 KB |
sha256:74effe5560a7bfb23531421765cb08fe06f5b6f43733fb3fdf82237683804185
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.10
|
65.2 KB |
sha256:ea513e5f68d6ffd7edf7d1b2b2147bc2d8ddd7d35778422ad51dd82e8bb8a94a
|
|
|
test-warnings-core-API...Serialization-All-Pendulum2-Postgres-postgres-14-3.10
|
92.7 KB |
sha256:28f926df28dec3c8be5cd47b0936cac5e96eacfef4ec0f085211bb57ad8f90fb
|
|
|
test-warnings-core-API...Serialization-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
89 KB |
sha256:ce6d7f50d2e317d778f95ecfa42c1f72af8a63ec725afaf75fb55958f91c7f42
|
|
|
test-warnings-core-API...Serialization-DB-MySQL-mysql-8.0-3.10
|
96.2 KB |
sha256:01ca53c669aad184b6a9649e141c1e898a6a6e3632cf0d8b698d7b4c0493d82b
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-14-3.10
|
89 KB |
sha256:a11e668d323470b613e0d606671b9c516840bd73c165c28d1a2680661b64633b
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.10
|
89.3 KB |
sha256:226a7659702a5e20ed6976d2158fe980238e8bf1c88a54caa2a4202d1d883b0b
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.10
|
6.96 KB |
sha256:56e43c5b2d363a0f78c654dc05570fc207f83a2af0ed6b92f3aa8d6ba08f43bd
|
|
|
test-warnings-core-API...Serialization-Quarantined-Postgres-postgres-14-3.10
|
1.38 KB |
sha256:392dfc658c7c92ca4ededec2ee3693599572771a3529277f15a066d5848f7b5a
|
|
|
test-warnings-core-API...Serialization-System-SystemTest-postgres-14-3.10
|
436 Bytes |
sha256:b827c8c7487cadd4be94e1e8f5654cc8e312bb8bc76c3b91e83f030df443ef8a
|
|
|
test-warnings-integration-core-kerberos
|
1.6 KB |
sha256:0f812adb6d798ab83fad433166bb3e59e2e3ca8a8d824150027adffa4b1a1168
|
|
|
test-warnings-integration-core-redis
|
1.6 KB |
sha256:1d074bb7c9de99b1a41f4f324ec58d0461099914d5e130400ed3d752f4aee1e0
|
|
|
test-warnings-integration-providers-cassandra
|
2.06 KB |
sha256:73d6d9da33069842a902f44c955f2d7db71cfc9d2ee4bed6bf9b77194b34f479
|
|
|
test-warnings-integration-providers-celery
|
1.51 KB |
sha256:50b973ddea1123fc25b9003789b54e9eb5a5e103e3c8561c5e7935ac6fe37dd7
|
|
|
test-warnings-integration-providers-drill
|
1.61 KB |
sha256:2d3cf876c7c300123cd58751ff5b0e58667d4a49a601bd496cde1824658779d8
|
|
|
test-warnings-integration-providers-kafka
|
1.62 KB |
sha256:3f9272d723e42027902a82fb036dd38b5305cbb68b96e69b7cf5bae106a6cdc0
|
|
|
test-warnings-integration-providers-mongo
|
1.6 KB |
sha256:885f30e00a3933d8ed8c0ebba4dbed0efdbb659971674b2694368d2bea00912f
|
|
|
test-warnings-integration-providers-pinot
|
1.62 KB |
sha256:641e5451bcafd101bc641b9f35738c39067bbe145ec50a706faa2f0c3a9b3c7d
|
|
|
test-warnings-integration-providers-qdrant
|
1.86 KB |
sha256:ced4b384f2a03c48fbb01f8e40c9a230154f266e41d7bc0a7822bf784b467124
|
|
|
test-warnings-integration-providers-redis
|
1.6 KB |
sha256:de1c2d7b345c22c35f3e2e73ca40e4e71db8e6336e27124c9d52d28a8c95f288
|
|
|
test-warnings-integration-providers-tinkerpop
|
1.61 KB |
sha256:140d2e5f0971d0d94aad83d9a9c8c5944cc82a0b73b1915823a69bf74026c8fe
|
|
|
test-warnings-integration-providers-trino
|
1.85 KB |
sha256:75ecf94de1de248e3b08aa9e2cb2a317e26bee181d1b2963f68aced98d37a314
|
|
|
test-warnings-integration-providers-ydb
|
1.69 KB |
sha256:ee8ac5539620e9414026eaf0e67c2e97d0c0cfe89f2d5382e599d34ea661cdef
|
|
|
test-warnings-providers--amazon,celer...standard-All-LatestBoto-Postgres-postgres-14-3.10
|
56.4 KB |
sha256:328c61b4bcf94533fbf060d165d5837e7cc4e18c2e29292964973df4a4dda962
|
|
|
test-warnings-providers--amazon,celer...standard-All-Pendulum2-Postgres-postgres-14-3.10
|
56.6 KB |
sha256:6fc52ef287c8db4f0faf9de57940340e4313f2506dbdb09b423883f3c37f1d27
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
|
30 KB |
sha256:7c3550f043de486947034f2455d8c943bd3ce68845050fcb95e1f09a3590a0c5
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.0-3.10
|
30 KB |
sha256:4a6a1c71310f3c68c14f7e2936ecfe86d30bb6f1fb91c3d1b92617f6623257e0
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-14-3.10
|
30 KB |
sha256:2d99cc4d2e563f0c8acd4c0a3a32a4e2ab613e06a7dd0303becdbff8bc4895a6
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.10
|
29.8 KB |
sha256:d824d9a28824a640a0f55af53a6357781d6d6a6c63c323017f2fa7d8332fddee
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.10
|
27.9 KB |
sha256:f549b45d541159d3db485f635fbadb0e84815f9d0604d7af0b6a7a2e74c0de8f
|
|
|
test-warnings-providers--amazon,celer...standard-Quarantined-Postgres-postgres-14-3.10
|
1.46 KB |
sha256:8596568750de130c799551eee9c65548438a77ec81acaa53e35207392e741d9f
|
|
|
test-warnings-providers-airbyte...apprise-All-LowestDeps-sqlite-14-3.10
|
41.6 KB |
sha256:da804d71d287efeeadaf0e926461b03e12396411dd638181de15a48a1bed5973
|
|
|
test-warnings-providers-arangodb...elasticsearch-All-LowestDeps-sqlite-14-3.10
|
38.1 KB |
sha256:031baa2f2f2efbff6afabfe778bf87df9a02b006eb2b759543e82094546bbeed
|
|
|
test-warnings-providers-exasol...microsoft.win-All-LowestDeps-sqlite-14-3.10
|
43.9 KB |
sha256:7b2d2d1b84a6acab2ea9e4bddce46236854acea65f548d44365d9ad5e3e77d6a
|
|
|
test-warnings-providers-mongo...samba-All-LowestDeps-sqlite-14-3.10
|
27.8 KB |
sha256:dc3fa0b7a6bc3e171f55f88b2eba534d6209ac2794443c958f43eb0d5dfdfd56
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.10
|
35.2 KB |
sha256:12ee1144c90adea1c445dcb2cc757355e990a502ae2a7b299da6102b96bf79ef
|
|
|
test-warnings-system
|
436 Bytes |
sha256:6663cc8347d76ed059e28ff22411fca66261d70756c0d3b89af6962734a73abe
|
|