Prevent lazy loading for cached plugins #13135
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
59s
Basic tests
/
React UI tests
1m 24s
Basic tests
/
Check translation completeness
20s
Basic tests
/
Static checks: basic checks only
Basic tests
/
Test git clone on Windows
25s
Basic tests
/
Upgrade checks
0s
Basic tests
/
Test Airflow release commands
0s
Basic tests
/
Test Airflow standalone commands
25s
Go SDK tests
0s
Platform: ARM
0s
Platform: AMD
5s
Pin actions
1m 19s
Verify release calendar
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 25s
CI image checks
/
Static checks
15m 27s
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
2m 53s
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
3m 24s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
4m 13s
Additional PROD image tests
/
Task SDK integration tests with PROD image
Additional PROD image tests
/
...
/
Regular e2e test
10m 52s
Additional PROD image tests
/
...
/
Remote logging e2e test
5m 3s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
21m 20s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
21m 33s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
22m 27s
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
3 errors and 3 notices
|
[chromium] › tests/e2e/specs/backfill.spec.ts:246:3 › Backfill pause:
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts#L222
2) [chromium] › tests/e2e/specs/backfill.spec.ts:246:3 › Backfill pause, resume, and cancel controls › verify cancelled backfill cannot be resumed
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:
- Test timeout of 180000ms exceeded
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
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause:
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts#L222
1) [chromium] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause, resume, and cancel controls › verify cancel backfill
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
|
[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:
- Test timeout of 180000ms exceeded
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
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/e2e/specs/backfill.spec.ts:240:3 › Backfill pause, resume, and cancel controls › verify cancel backfill
[chromium] › tests/e2e/specs/backfill.spec.ts:246:3 › Backfill pause, resume, and cancel controls › verify cancelled backfill cannot be resumed
1 skipped
62 passed (17.3m)
|
|
🎭 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
63 passed (17.6m)
|
|
🎭 Playwright Run Summary
1 skipped
64 passed (18.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cache-prek-v9-linux_amd64-python3.10.19-uv0.9.26-7f2045d900e4fe6328185c1d53b39857fb755068885f469e18c05ceff0d92718-61207_merge
|
294 MB |
sha256:fc14519c1611fd602affefc9e479fec7d43ed06c9843a0f28a07a971dfc7ba7c
|
|
|
cache-prek-v9-linux_amd64-python3.11-uv0.9.26-7f2045d900e4fe6328185c1d53b39857fb755068885f469e18c05ceff0d92718-61207_merge
|
294 MB |
sha256:7c516bd0654db81cfa598b3bd5b56881ca3c1aee768408afa47a4e9eaf110e32
|
|
|
cache-ui-node-modules-v1-Linux--61207_merge
|
59.5 MB |
sha256:c5721495246f3cbe3083e86a3dc98b89022e6e819eedaf96842e6bcf1445cbe0
|
|
|
ci-image-save-v3-linux_amd64-3.10-61207_merge
|
1.83 GB |
sha256:f29b87aa939b36fc78f93dbd7e5a7d26cb3c5267ccc5efa932cb9de3e14db6a0
|
|
|
constraints-3.10
|
13 KB |
sha256:56d20c344134b30f73f2a17593db454ffb84bec47187bfbffde0d6e2d5367bcf
|
|
|
e2e-test-logs-basic
|
265 KB |
sha256:1f5b2a7b16f69619e5242ca564e26becd258b3220a2a5c96112dfdb095ab9538
|
|
|
e2e-test-logs-remote_log
|
19.9 KB |
sha256:1aed389415e428f90a6a8f628a443915a18d5ce11414175977e548b4f2419cac
|
|
|
playwright-report-chromium
|
59.9 MB |
sha256:d4151446f589e5ad622fec69c1002e6b6e53b1289b6f9b76189e6241e0f97eee
|
|
|
playwright-report-firefox
|
78.5 MB |
sha256:29271a49d2912807064c0e1d769defb02fd054d6e08d6a34829eea6d06d9f719
|
|
|
playwright-report-webkit
|
298 KB |
sha256:20ea6c000b4ba735c1e019e8933af339f5b1ab6ab05753efcb51eb99242c02b2
|
|
|
prod-image-save-v3-linux_amd64-3.10-61207_merge
|
609 MB |
sha256:ae2ad5709a80df1ab3b0c82d69680532cbce920f8783aef5c4453097ba54df9f
|
|
|
prod-packages
|
9.05 MB |
sha256:c1d1ac4d5f796e12d2712c9e65c6b17546f916e890d0b39ad6aa1027fc7ab032
|
|