Fix Monaco editor custom theme colors not applied with oklch CSS variables #25014
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 12s
Basic tests
/
Breeze integration tests
0s
Basic tests
/
Scripts tests
0s
Basic tests
/
React UI tests
1m 38s
Basic tests
/
Check translation completeness
23s
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
25s
Go SDK tests
0s
Platform: ARM
0s
Platform: AMD
3s
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
11m 3s
CI image checks
/
Static checks
16m 4s
CI image checks
/
Test Python API client
Helm tests
/
Release Helm
Integration and System Tests
/
System Tests
Build PROD images
/
Build Airflow and provider distributions
3m 48s
CI image checks
/
Publish documentation and validate versions
Summarize warnings
Matrix: Build PROD images / build-prod-images
Matrix: Kubernetes tests / tests-kubernetes
Waiting for pending jobs
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 37s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
3m 39s
Additional PROD image tests
/
Task SDK integration tests with PROD image
Additional PROD image tests
/
...
/
Regular e2e test
10m 35s
Additional PROD image tests
/
...
/
XCom object storage backend e2e test
5m 17s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
24m 24s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
21m 15s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
22m 9s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
Additional PROD image tests
/
...
/
test-e2e-integration-tests
Additional PROD image tests
/
...
/
test-e2e-integration-tests
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
Waiting for pending jobs
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
Annotations
15 errors, 4 warnings, and 3 notices
|
CI image checks / Static checks
Process completed with exit code 1.
|
|
[firefox] › tests/e2e/specs/task-instances.spec.ts:132:3 › Task Instances Page › verify task instances table displays data:
airflow-core/src/airflow/ui/tests/e2e/pages/TaskInstancesPage.ts#L40
3) [firefox] › tests/e2e/specs/task-instances.spec.ts:132:3 › Task Instances Page › verify task instances table displays data
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('table, div[role="table"]') to be visible
at ../pages/TaskInstancesPage.ts:40
38 | await this.navigateTo(TaskInstancesPage.taskInstancesUrl);
39 | await this.page.waitForURL(/.*task_instances/, { timeout: 15_000 });
> 40 | await this.taskInstancesTable.waitFor({ state: "visible", timeout: 10_000 });
| ^
41 |
42 | const dataLink = this.taskInstancesTable.locator("a[href*='/dags/']").first();
43 | const noDataMessage = this.page.locator('text="No Task Instances found"');
at TaskInstancesPage.navigate (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/TaskInstancesPage.ts:40:35)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/task-instances.spec.ts:133:5
|
|
[firefox] › tests/e2e/specs/events-page.spec.ts:126:3 › Events with Generated Data › verify filter by DAG ID:
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts#L145
2) [firefox] › tests/e2e/specs/events-page.spec.ts:126:3 › Events with Generated Data › verify filter by DAG ID
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 20000ms exceeded while waiting on the predicate
143 | expect(dagIdText?.toLowerCase()).toContain(testDagId.toLowerCase());
144 | }
> 145 | }).toPass({ timeout: 20_000 });
| ^
146 | });
147 | });
148 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts:145:8
|
|
[firefox] › tests/e2e/specs/events-page.spec.ts:126:3 › Events with Generated Data › verify filter by DAG ID:
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts#L145
2) [firefox] › tests/e2e/specs/events-page.spec.ts:126:3 › Events with Generated Data › verify filter by DAG ID
Error: Timeout 20000ms exceeded while waiting on the predicate
143 | expect(dagIdText?.toLowerCase()).toContain(testDagId.toLowerCase());
144 | }
> 145 | }).toPass({ timeout: 20_000 });
| ^
146 | });
147 | });
148 |
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts:145:8
|
|
[firefox] › tests/e2e/specs/dag-code-tab.spec.ts:38:3 › DAG Code Tab › Verify syntax highlighting is applied:
airflow-core/src/airflow/ui/tests/e2e/pages/DagCodePage.ts#L42
1) [firefox] › tests/e2e/specs/dag-code-tab.spec.ts:38:3 › DAG Code Tab › Verify syntax highlighting is applied
Error: expect(locator).toBeVisible() failed
Locator: locator('[role="code"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[role="code"]')
Call Log:
- Test timeout of 60000ms exceeded
at ../pages/DagCodePage.ts:42
40 | await this.navigateTo(`/dags/${dagId}/code`);
41 | await expect(this.editorContainer).toBeVisible({ timeout: 5000 });
> 42 | }).toPass({ intervals: [2000], timeout: 60_000 });
| ^
43 | await this.waitForCodeReady();
44 | }
45 |
at DagCodePage.navigateToCodeTab (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagCodePage.ts:42:8)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-code-tab.spec.ts:31:20
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L40
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: apiRequestContext.get: Timeout 10000ms exceeded.
Call log:
- → GET http://localhost:8080/api/v2/dags/example_bash_operator
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: session=7b044bf9-985a-4f1b-a6cb-095f36bd046b.z7mn9Ef9J11pE5RMVZ7AOmCetDg; _token=***
38 | .poll(
39 | async () => {
> 40 | const response = await page.request.get(`/api/v2/dags/${dagId}`);
| ^
41 |
42 | return response.ok();
43 | },
at Object.expect.poll.intervals (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:40:47)
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected:
airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts#L119
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('calendar-loading-overlay') to be hidden
119 × locator resolved to visible <div class="css-14812xn" data-testid="calendar-loading-overlay">…</div>
at ../pages/DagCalendarTab.ts:119
117 |
118 | if (await overlay.isVisible().catch(() => false)) {
> 119 | await overlay.waitFor({ state: "hidden", timeout: 120_000 });
| ^
120 | }
121 |
122 | await this.page.getByTestId("calendar-grid").waitFor({ state: "visible", timeout: 120_000 });
at DagCalendarTab.waitForCalendarReady (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts:119:21)
at DagCalendarTab.navigateToCalendar (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts:90:5)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:96:5
|
|
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected:
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts#L93
2) [chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
Test timeout of 60000ms exceeded while running "beforeEach" hook.
91 | });
92 |
> 93 | test.beforeEach(async ({ page }) => {
| ^
94 | test.setTimeout(60_000);
95 | calendar = new DagCalendarTab(page);
96 | await calendar.navigateToCalendar(dagId);
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts:93:8
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts#L388
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 60000ms exceeded while waiting on the predicate
at ../pages/BackfillPage.ts:388
386 | await this.navigateTo(BackfillPage.getDagDetailUrl(dagName));
387 | await expect(this.triggerButton).toBeVisible({ timeout: 5000 });
> 388 | }).toPass({ intervals: [2000], timeout: 60_000 });
| ^
389 | }
390 |
391 | public async openBackfillDialog(): Promise<void> {
at BackfillPage.navigateToDagDetail (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:388:8)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:63:23
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts#L117
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: apiRequestContext.get: Timeout 30000ms exceeded.
Call log:
- → GET http://localhost:8080/api/v2/backfills?dag_id=example_bash_operator&limit=100
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: session=7b044bf9-985a-4f1b-a6cb-095f36bd046b.z7mn9Ef9J11pE5RMVZ7AOmCetDg; _token=***
at ../pages/BackfillPage.ts:117
115 |
116 | public async cancelAllActiveBackfillsViaApi(dagId: string): Promise<void> {
> 117 | const response = await this.page.request.get(`${baseUrl}/api/v2/backfills?dag_id=${dagId}&limit=100`, {
| ^
118 | timeout: 30_000,
119 | });
120 |
at BackfillPage.cancelAllActiveBackfillsViaApi (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:117:46)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:84:25
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts#L79
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"afterAll" hook timeout of 30000ms exceeded.
77 | });
78 |
> 79 | test.afterAll(async ({ browser }) => {
| ^
80 | const context = await browser.newContext({ storageState: AUTH_FILE });
81 | const page = await context.newPage();
82 | const cleanupPage = new BackfillPage(page);
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:79:10
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts#L388
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timeout 60000ms exceeded while waiting on the predicate
at ../pages/BackfillPage.ts:388
386 | await this.navigateTo(BackfillPage.getDagDetailUrl(dagName));
387 | await expect(this.triggerButton).toBeVisible({ timeout: 5000 });
> 388 | }).toPass({ intervals: [2000], timeout: 60_000 });
| ^
389 | }
390 |
391 | public async openBackfillDialog(): Promise<void> {
at BackfillPage.navigateToDagDetail (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:388:8)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:63:23
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts#L117
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
Error: apiRequestContext.get: Request context disposed.
Call log:
- → GET http://localhost:8080/api/v2/backfills?dag_id=example_bash_operator&limit=100
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.7632.6 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: session=7b044bf9-985a-4f1b-a6cb-095f36bd046b.z7mn9Ef9J11pE5RMVZ7AOmCetDg; _token=***
at ../pages/BackfillPage.ts:117
115 |
116 | public async cancelAllActiveBackfillsViaApi(dagId: string): Promise<void> {
> 117 | const response = await this.page.request.get(`${baseUrl}/api/v2/backfills?dag_id=${dagId}&limit=100`, {
| ^
118 | timeout: 30_000,
119 | });
120 |
at BackfillPage.cancelAllActiveBackfillsViaApi (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:117:46)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:84:25
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts#L79
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
"afterAll" hook timeout of 30000ms exceeded.
77 | });
78 |
> 79 | test.afterAll(async ({ browser }) => {
| ^
80 | const context = await browser.newContext({ storageState: AUTH_FILE });
81 | const page = await context.newPage();
82 | const cleanupPage = new BackfillPage(page);
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:79:10
|
|
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior:
airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts#L179
1) [chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
TimeoutError: page.waitForResponse: Timeout 30000ms exceeded while waiting for event "response"
at ../pages/BackfillPage.ts:179
177 | await expect(this.backfillRunButton).toBeEnabled({ timeout: 10_000 });
178 |
> 179 | const responsePromise = this.page.waitForResponse(
| ^
180 | (res) =>
181 | res.url().includes("/backfills") &&
182 | !res.url().includes("/dry_run") &&
at BackfillPage.createBackfill (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/BackfillPage.ts:179:39)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts:67:28
|
|
Basic tests / React UI tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. 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/
|
|
Build CI images / Build CI linux/amd64 image 3.10
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. 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/
|
|
CI image checks / Static checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. 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/
|
|
Build PROD images / Build PROD Regular image 3.10
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. 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
3 flaky
[firefox] › tests/e2e/specs/dag-code-tab.spec.ts:38:3 › DAG Code Tab › Verify syntax highlighting is applied
[firefox] › tests/e2e/specs/events-page.spec.ts:126:3 › Events with Generated Data › verify filter by DAG ID
[firefox] › tests/e2e/specs/task-instances.spec.ts:132:3 › Task Instances Page › verify task instances table displays data
1 skipped
84 passed (17.3m)
|
|
🎭 Playwright Run Summary
1 skipped
87 passed (17.6m)
|
|
🎭 Playwright Run Summary
6 failed
[chromium] › tests/e2e/specs/backfill.spec.ts:89:7 › Backfill › Backfill creation and validation › verify backfill with 'All Runs' behavior
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:112:3 › DAG Calendar Tab › verify manual runs are detected
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:124:3 › DAG Calendar Tab › verify hover shows correct run states
[chromium] › tests/e2e/specs/dag-calendar-tab.spec.ts:133:3 › DAG Calendar Tab › failed filter shows only failed runs
[chromium] › tests/e2e/specs/dag-code-tab.spec.ts:38:3 › DAG Code Tab › Verify syntax highlighting is applied
[chromium] › tests/e2e/specs/dags-list.spec.ts:31:3 › Dag Trigger Workflow › should successfully trigger a Dag run
5 flaky
[chromium] › tests/e2e/specs/dag-code-tab.spec.ts:34:3 › DAG Code Tab › Verify DAG source code is displayed
[chromium] › tests/e2e/specs/dag-code-tab.spec.ts:42:3 › DAG Code Tab › Verify code is scrollable for long files
[chromium] › tests/e2e/specs/dag-code-tab.spec.ts:46:3 › DAG Code Tab › Verify line numbers are displayed
[chromium] › tests/e2e/specs/dags-list.spec.ts:51:3 › Dag Details Tab › should successfully verify details tab
[chromium] › tests/e2e/specs/dags-list.spec.ts:74:3 › Dags List Display › should display Dag links correctly
1 skipped
10 did not run
66 passed (20.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cache-prek-v9-linux_amd64-python3.10.20-uv0.11.1-85d69a8464bb09f130ebd8d14d64ead3f2f18d79e8e26aa6ba2489811c14d65d-64281_merge
|
257 MB |
sha256:4ed0ad6637bc92692c8dcbc47215a992334eabd18eb3fdf165db047da78bfa41
|
|
|
cache-ui-node-modules-v1-Linux--64281_merge
|
49.8 MB |
sha256:ace7e206c82d21edef3d8833ed36106908f2fa9613db33757e2a64bb14bd2a0f
|
|
|
ci-image-save-v3-linux_amd64-3.10-64281_merge
|
2.1 GB |
sha256:294a2918a00ab5cb7d656d8cffdf40e59133adff4f6cf90912bbc110ef9fb4bf
|
|
|
constraints-3.10
|
12.4 KB |
sha256:a636f2194f6ca8843520005d4a81360bd0585cd5bc4b5183c6772aa82df17447
|
|
|
e2e-test-logs-basic
|
277 KB |
sha256:6d2c25b97fc54b45dd5c73b364be297dd27b8c8b3653dcb147d7ed1d8aae045f
|
|
|
e2e-test-logs-xcom_object_storage
|
30.3 KB |
sha256:e7578a36df86f9f8b65856576eb84d60add0988a522f251b975f626832a99e6c
|
|
|
playwright-report-chromium
|
7.64 MB |
sha256:a16088485a8d0053121f47c83a7f3cfa42ad22444f7a481573dd8f19be739d07
|
|
|
playwright-report-firefox
|
73.7 MB |
sha256:3f303660393ff5ff10ec4ea71ebefc49c1817f5eb280391cd41f0916803e65d5
|
|
|
playwright-report-webkit
|
334 KB |
sha256:ccc2049b690c87e401391c421700727b28fcd8ee3aa1a6ee22c563ff5f519d3e
|
|
|
prod-image-save-v3-linux_amd64-3.10-64281_merge
|
628 MB |
sha256:dfa908cf4de5b8a54cc0ef06cbbcef9c7bb2d00eda85ae076a7727c4ac26042c
|
|
|
prod-packages
|
8.18 MB |
sha256:1091ae39cbd89f7a2ae2988c8c4ed7ce3b58432d62b646aefc11345125919724
|
|