AIP-99: Add AnalyticsOperator #17504
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 16s
Basic tests
/
Breeze integration tests
1m 9s
Basic tests
/
React UI tests
1m 30s
Basic tests
/
Check translation completeness
23s
Basic tests
/
Static checks: basic checks only
0s
Basic tests
/
Test git clone on Windows
19s
Basic tests
/
Upgrade checks
0s
Basic tests
/
Test Airflow release commands
0s
Basic tests
/
Test Airflow standalone commands
23s
Go SDK tests
41s
Platform: ARM
Platform: AMD
3s
Pin actions
1m 20s
Verify release calendar
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
Matrix: Special tests / Latest SQLAlchemy test: core / tests
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
10m 22s
CI image checks
/
Static checks
20m 43s
CI image checks
/
Test Python API client
4m 9s
Helm tests
/
Release Helm
2m 22s
Integration and System Tests
/
System Tests
4m 9s
Build PROD images
/
Build Airflow and provider distributions
3m 41s
CI image checks
/
Publish documentation and validate versions
5m 1s
Summarize warnings
1m 32s
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 3s
Additional PROD image tests
/
Docker Compose quick start with PROD image verifying
4m 5s
Additional PROD image tests
/
Task SDK integration tests with PROD image
3m 51s
Additional PROD image tests
/
...
/
Regular e2e test
10m 27s
Additional PROD image tests
/
...
/
Remote logging e2e test
6m 10s
Additional PROD image tests
/
...
/
Chromium UI e2e tests
22m 5s
Additional PROD image tests
/
...
/
Firefox UI e2e tests
22m 51s
Additional PROD image tests
/
...
/
WebKit UI e2e tests
27m 25s
Additional PROD image tests
/
Airflow CTL integration tests with PROD image
6m 13s
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
2 errors, 1 warning, and 3 notices
|
[chromium] › tests/e2e/specs/dag-runs-tab.spec.ts:83:3 › DAG Runs Tab › filter runs by success state:
airflow-core/src/airflow/ui/tests/e2e/pages/DagRunsTabPage.ts#L135
1) [chromium] › tests/e2e/specs/dag-runs-tab.spec.ts:83:3 › DAG Runs Tab › filter runs by success state
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-testid="mark-run-as-success"]')
- locator resolved to <span role="menuitem" data-part="item" data-disabled="" data-scope="menu" id="_r_12_/success" aria-disabled="true" data-value="success" data-testid="mark-run-as-success" data-ownedby="menu:_r_12_:content" class="chakra-badge chakra-menu__item css-yxjb65">…</span>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
2 × retrying click action
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
17 × retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
at ../pages/DagRunsTabPage.ts:135
133 |
134 | await expect(stateOption).toBeVisible({ timeout: 5000 });
> 135 | await stateOption.click();
| ^
136 |
137 | const confirmButton = this.page.getByRole("button", { name: "Confirm" });
138 |
at DagRunsTabPage.markRunAs (/home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/DagRunsTabPage.ts:135:23)
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/dag-runs-tab.spec.ts:40:7
|
|
[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#L104
1) [webkit] › tests/e2e/specs/providers.spec.ts:71:3 › Providers Page › verify providers pagination
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
102 | const ProviderNamesAfterNext = await providers.providerNames();
103 |
> 104 | expect(ProviderNamesAfterNext.length).toBeGreaterThan(0);
| ^
105 | expect(ProviderNamesAfterNext).not.toEqual(initialProviderNames);
106 |
107 | await providers.paginationPrevButton.click();
at /home/runner/work/airflow/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/providers.spec.ts:104:43
|
|
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/dag-runs-tab.spec.ts:83:3 › DAG Runs Tab › filter runs by success state
1 skipped
120 passed (17.4m)
|
|
🎭 Playwright Run Summary
1 skipped
121 passed (18.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/e2e/specs/providers.spec.ts:71:3 › Providers Page › verify providers pagination
1 skipped
120 passed (23.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Helm artifacts
Expired
|
474 KB |
sha256:66027e34411ea94d2d8bdea0818278bf0796f266036e4cd3b29dc2cff4af02c7
|
|
|
airflow-docs
Expired
|
304 MB |
sha256:57df01185610c92f79dae8444481504d3a980fd344016ac68092fd1ccb6b1c0e
|
|
|
cache-docs-inventory-v1-3e569a9a12b38a066c158406399188a509a781d9421518a2a3471ba6c2f99f5e-62232_merge
Expired
|
1.6 MB |
sha256:cf6602af705e21f3a14aac36671b2bfb8278761b61ddbac4cb84afcdf08e873d
|
|
|
cache-prek-v9-linux_amd64-python3.10.19-uv0.10.5-1831299280a1711194dc7270936da5f6b2f07dfd6b286bcfc8819d9b19665efd-62232_merge
Expired
|
293 MB |
sha256:63782e2ade1d408e635790fdcbf451aba3ad55a751724d03a1ae28d13512bbc5
|
|
|
cache-prek-v9-linux_amd64-python3.11-uv0.10.5-1831299280a1711194dc7270936da5f6b2f07dfd6b286bcfc8819d9b19665efd-62232_merge
Expired
|
293 MB |
sha256:b39f277f2ecf8c65b75dfb286f97fb132aa1bbc1c288281a6fecbf878e26b146
|
|
|
cache-ui-node-modules-v1-Linux--62232_merge
Expired
|
49.3 MB |
sha256:71c7c42fe0ac21b94ea3d916be97eb7999f4d54fd9ae66dd156edd6ba4a41fe2
|
|
|
ci-image-save-v3-linux_amd64-3.10-62232_merge
Expired
|
1.88 GB |
sha256:c14d8e2ec01516d403133c95b98a8a157bc55dae53b358f1096d3cae4e4f670f
|
|
|
ci-image-save-v3-linux_amd64-3.11-62232_merge
Expired
|
1.88 GB |
sha256:b311251d46b3f2246029fed2754b62997456115e9813a04b4c6d135ea9ae4221
|
|
|
ci-image-save-v3-linux_amd64-3.12-62232_merge
Expired
|
1.88 GB |
sha256:08ad99f3d524c1cbd7011e631c61d541519dd040338a661c92aea59edaa38bf8
|
|
|
ci-image-save-v3-linux_amd64-3.13-62232_merge
Expired
|
1.88 GB |
sha256:16dbcfa61ac46b60359886c8035408b559a44b8e9d53c6d65cd27f2193e38213
|
|
|
constraints-3.10
Expired
|
13.2 KB |
sha256:1878dbd18fc13f70f3a34f87294aada907e12ad7ff281024bf132f2050dfeed3
|
|
|
constraints-3.11
Expired
|
13.2 KB |
sha256:bd953b03c30a165df8fec8148d3e0e8e1ebeba9fbc3d2140c6104cce8801e478
|
|
|
constraints-3.12
Expired
|
13.1 KB |
sha256:d5dde4eace50f0916fa280e0b0161a6c4670f0289319e5aadad2677bda0bce4b
|
|
|
constraints-3.13
Expired
|
12.7 KB |
sha256:f8ba8b67b275e8ab33908818de79db2c5bdd553496b2dbbe29c5b079cf7a422f
|
|
|
e2e-test-logs-basic
Expired
|
238 KB |
sha256:4bd8591ba24409ad57260445727bbf87a32733ca28cfa8c9ba76797688ca029e
|
|
|
e2e-test-logs-remote_log
Expired
|
18.2 KB |
sha256:f7dba568e44a88719495d239dcfc808c649fd0069c19f9241ced19f863f668b3
|
|
|
playwright-report-chromium
Expired
|
39.4 MB |
sha256:6e06cb4832ff3ae5a580ca8a362b87b8f500536616d90a0c02247efd80131d82
|
|
|
playwright-report-firefox
Expired
|
466 KB |
sha256:b045c883d2b89a5af39972a4f8f3cadb52fe65d8ef3175fac038bed07ad907f1
|
|
|
playwright-report-webkit
Expired
|
1.86 MB |
sha256:bbe479c0e38e6aed4513478a1e39051300ffb88895f088be474c1b73e71bec5c
|
|
|
prod-image-save-v3-linux_amd64-3.10-62232_merge
Expired
|
641 MB |
sha256:dec7303c9b9da347676dfd86a6f741b130babe45345717341b0571db78166d2f
|
|
|
prod-image-save-v3-linux_amd64-3.11-62232_merge
Expired
|
643 MB |
sha256:7d90e06bc35a1f017f0983a774b102a7cca9ee46e8334a30f8bba0c52723e631
|
|
|
prod-image-save-v3-linux_amd64-3.12-62232_merge
Expired
|
639 MB |
sha256:d44a554d09b1fcd99caf97193a78756b5e837765ee6b24a9ef0a116003aa5613
|
|
|
prod-image-save-v3-linux_amd64-3.13-62232_merge
Expired
|
637 MB |
sha256:d3661272129febeeeafd8cd16df56c69394c44b2c4b27e836b7582e6f191d6f9
|
|
|
prod-packages
Expired
|
8.16 MB |
sha256:15d316fd16de9a49942468e91873b5dc0d2d3e565451dbd01adf86123b36f27a
|
|
|
test-summarized-warnings
Expired
|
3.36 MB |
sha256:e73c3dcc06162d334f89550674d8a50e6a57a477b76cbe127ae0a3e435c95496
|
|
|
test-warnings-core-API...Serialization-All-LatestBoto-Postgres-postgres-14-3.10
Expired
|
87.5 KB |
sha256:a624ca38a64fcab20384d57dbc72d0a92bcba2a3afbb2d93c54a834e6b9074ac
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.10
Expired
|
66 KB |
sha256:c72677d175213001ddfa3d823252298b7f9169e997a8d54d285a0da1c42a2837
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.11
Expired
|
66 KB |
sha256:afa42da572f59ea001c7686a2d2506451067ec5a66c2289f280337926b476c63
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.12
Expired
|
95.5 KB |
sha256:f3080d8fd6949efda6fd44b3e58ed0d3bd66008b6318df8c59a4b8b316d09cb6
|
|
|
test-warnings-core-API...Serialization-All-LowestDeps-sqlite-14-3.13
Expired
|
55.1 KB |
sha256:9a02a3700ef78e1a5d12a9cf3b87b39a5b2a3e0ff5e3a6cf8c0d3cba90a1decc
|
|
|
test-warnings-core-API...Serialization-All-Pendulum2-Postgres-postgres-14-3.10
Expired
|
93.6 KB |
sha256:098f4190e1284f11006dcdb6d48811f7666daeebde0b18c6e5c9c98499bc5f74
|
|
|
test-warnings-core-API...Serialization-DB-LatestSQLAlchemy-Postgres-postgres-14-3.13
Expired
|
78.1 KB |
sha256:f6b0a5c66b763c6a8c44b987c489e4cf0cf1e200e79a942cd4decb2f9a8597f8
|
|
|
test-warnings-core-API...Serialization-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
Expired
|
90 KB |
sha256:6e179709556c3e09a23dc35ebb9a6e7d44f4867282837c767fe60ba095387902
|
|
|
test-warnings-core-API...Serialization-DB-MySQL-mysql-8.0-3.10
Expired
|
97.2 KB |
sha256:6bf37c69dedb0bca00f3f14ad19ce493fb14f2f00bf3589bcfdf1dec6b16e23e
|
|
|
test-warnings-core-API...Serialization-DB-MySQL-mysql-8.0-3.12
Expired
|
123 KB |
sha256:82058262b2b3b97d7d6dd3f1e8c55a91dd26851576927c0f850b7522d107b36f
|
|
|
test-warnings-core-API...Serialization-DB-MySQL-mysql-8.4-3.11
Expired
|
97.2 KB |
sha256:fc98f73c7bc762d778e4db418514a0bbdac88122564499ba0739907f31bced90
|
|
|
test-warnings-core-API...Serialization-DB-MySQL-mysql-8.4-3.13
Expired
|
80.9 KB |
sha256:f345ec8c85135c73f2d28512b9536ffaf61ae91e0a6f3758fdee472d669c0a98
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-14-3.10
Expired
|
90.1 KB |
sha256:6266962e8e18285f2d74026c2912cad57844e5254b4632c09daad5711fb0f5d6
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-15-3.11
Expired
|
90 KB |
sha256:a80c44a9ceb2e21b0c95aa8422317aceaa8c236dd15216a93260b8976d5b219f
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-16-3.12
Expired
|
115 KB |
sha256:04934b6c1af2127d4bdbecac1950990bbe1cb9c08f3e66b211fff72c9d376ff8
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-17-3.13
Expired
|
73.9 KB |
sha256:c45f23aeb85275d2c4ef349678f64906595769b5da28d417bd2d885baed63f56
|
|
|
test-warnings-core-API...Serialization-DB-Postgres-postgres-18-3.10
Expired
|
90 KB |
sha256:a95de19a72ddd9fa04bfd0235907b5a9dd2a010bbc1fab3ddac09ea9bee459e0
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.10
Expired
|
90.3 KB |
sha256:06d7a203236df32124ed2b9d687e57f1055834599e560622122fcec752acc405
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.11
Expired
|
90.3 KB |
sha256:4ea6500eb0a60adc9868506256b191de8bd44ba4d57bbac95f18c9650bd64b0a
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.12
Expired
|
116 KB |
sha256:e8eb87aeca5938886be383fcd751e768d099cf9d213e6d5d1b74ff0ae2bbd0c5
|
|
|
test-warnings-core-API...Serialization-DB-Sqlite-sqlite--3.13
Expired
|
74 KB |
sha256:9192b4d1dd0338e543de41c3afe582b1574be63dc9dd2cc79bee43482a4c5c6b
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.10
Expired
|
7.06 KB |
sha256:a3390b09ec886300908a435e5eb9aa64eb3c3c1516a1de91d19dd0ad6a2ba5b6
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.11
Expired
|
7.12 KB |
sha256:08dc8eaf5280c31e7578d88a4f22e3359b2ea6d248bcc8f598d55ccf28845c57
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.12
Expired
|
5.28 KB |
sha256:f065b79df0e3d20c9aad7892d286a31fb52c43b4c79bb64ed6d969209cb23e2f
|
|
|
test-warnings-core-API...Serialization-Non-DB--sqlite--3.13
Expired
|
4.75 KB |
sha256:0cf22b6f33d30ec06517054d9f496a77f1d37444f070b248af38d1307e2a1c00
|
|
|
test-warnings-core-API...Serialization-Quarantined-Postgres-postgres-14-3.10
Expired
|
1.38 KB |
sha256:095e94e0634ac9434fd48fd8923ab54a3b0d0f07e344be22bb0fe35a37d05fea
|
|
|
test-warnings-core-API...Serialization-System-SystemTest-postgres-14-3.10
Expired
|
436 Bytes |
sha256:fd39f7c4070347cf3ebcf4b1340bbaa45f1a791f3a18e044c01c648ae0ebee77
|
|
|
test-warnings-integration-core-kerberos
Expired
|
1.6 KB |
sha256:43fb4f49d27d79287fc3548db918c48b697f1ac6ea9d6667de24ee70be5e3bc9
|
|
|
test-warnings-integration-core-redis
Expired
|
1.6 KB |
sha256:712585d61f21e78b3d0ded06b57d3d636b1130bb0806c4251c5587ee9186bf0d
|
|
|
test-warnings-integration-providers-cassandra
Expired
|
2.06 KB |
sha256:5a41f36f171492beb0606a96e57d63bfded3753cd817efc4f82384ec0d64792b
|
|
|
test-warnings-integration-providers-celery
Expired
|
1.51 KB |
sha256:e2da3d364acfb946bc91672f02b91c57bcba38151f5922cce97065b270eecdaf
|
|
|
test-warnings-integration-providers-drill
Expired
|
1.61 KB |
sha256:5b6dd08466110e990b61d65279dc319fc4a70b8d31d10399f8313be0cd1318a3
|
|
|
test-warnings-integration-providers-kafka
Expired
|
1.62 KB |
sha256:323da03460a2e31d41248dce7c5df4c73bf27b5ee98c1a2eaef4e9055f8eb873
|
|
|
test-warnings-integration-providers-mongo
Expired
|
1.6 KB |
sha256:632de7a2ae340e85349775d76fd25ad25c8f0414b8a9fbc764a3966845e5a25c
|
|
|
test-warnings-integration-providers-pinot
Expired
|
1.62 KB |
sha256:2da19ed632730f927361e4b24c1971d562478226a607952cdbab3abb64dd57e2
|
|
|
test-warnings-integration-providers-qdrant
Expired
|
1.87 KB |
sha256:2497a7c983d14300ad22a6325b15d9ecec01d0fd8ed2ed98d22dfc6ac5d244eb
|
|
|
test-warnings-integration-providers-redis
Expired
|
1.6 KB |
sha256:86401c6cbbd989e14a31d6b16c051a09744a11b014fbe09eb26e124d62a63376
|
|
|
test-warnings-integration-providers-tinkerpop
Expired
|
1.61 KB |
sha256:fc3a2c5d1d1ab4ede050d0f896abd832d1f0d7e3556246691f98424ac09aabb6
|
|
|
test-warnings-integration-providers-trino
Expired
|
1.85 KB |
sha256:43843ea8ca8f17985d13de875c89e78bcc842789005885e92ed3d74bed06425f
|
|
|
test-warnings-integration-providers-ydb
Expired
|
1.69 KB |
sha256:ef158bb3600167ba92eea4627f25a2931607b271ef598e67dbdfa2cb28ce4983
|
|
|
test-warnings-providers--amazon,celer...standard-All-LatestBoto-Postgres-postgres-14-3.10
Expired
|
57.1 KB |
sha256:6dddfae521f166eed0f63b68695132c6eb9a653123c40faaf24df4af1b6ed4de
|
|
|
test-warnings-providers--amazon,celer...standard-All-Pendulum2-Postgres-postgres-14-3.10
Expired
|
57.5 KB |
sha256:ddb86338114ffaeb238aa69d205cd3d2a9ccda2abc9350f5f0174b7b72be9b34
|
|
|
test-warnings-providers--amazon,celer...standard-DB-LatestSQLAlchemy-Postgres-postgres-14-3.13
Expired
|
21.2 KB |
sha256:7c425d4f6a76802ea8782f7a06a422d1337933196141e74cee905e8d48e26513
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MinSQLAlchemy-Postgres-postgres-14-3.10
Expired
|
30.6 KB |
sha256:03be06260f94cb1a42110551a3157c6d6a2c75c0b513619bd8b9f8ad1319fbda
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.0-3.10
Expired
|
30.6 KB |
sha256:0a1c52c6cf1c2adb5920ce820e49a00ebd9844d504f6d0f742e0bbb58a4fcf67
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.0-3.12
Expired
|
39.4 KB |
sha256:ab57ff3dfac36a22d3aeaa2a51be3f772f6a439d711f99b45b9caa4fae6cde58
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.4-3.11
Expired
|
30.6 KB |
sha256:92e6b3051ebd30033de26b312c84fba23978c7d33bf91edb0f942edce8f5e2af
|
|
|
test-warnings-providers--amazon,celer...standard-DB-MySQL-mysql-8.4-3.13
Expired
|
21.1 KB |
sha256:edaa3bdbe90edbfc5b8be66962ed227fd2a3a84de24177b787c748f10ded4bbd
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-14-3.10
Expired
|
30.6 KB |
sha256:fe8b21aeaf83acd50517d5bb8ef2ce8e0d3cd8e1bb7df49d53c1205dd2fc8f0c
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-15-3.11
Expired
|
30.6 KB |
sha256:900c09949109ccd429089d715aad449e0531ac34adbc8ae6a24e34e0c2bc9160
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-16-3.12
Expired
|
39.4 KB |
sha256:176b61865c5a48f60fb5178740c19a10de5fb4f18491c433825939dc5fb1e7a2
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-17-3.13
Expired
|
21.2 KB |
sha256:0612d4548548b4005b1d7ad741b3db36e84bbc3582897eecbb07e3294e8ff911
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Postgres-postgres-18-3.10
Expired
|
30.6 KB |
sha256:11011388141ef3101585b90bad2f3538fbbb61babab2f29357dda267e87e843e
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.10
Expired
|
30.4 KB |
sha256:43fdf60c0f6236c3feb6b9b99202fc7acfad90d3e640a0ec1c65f894b2159489
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.11
Expired
|
30.4 KB |
sha256:dcd60f76fc89c4d017898bffea3a75a35495ff3396e50e7490327228175d321a
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.12
Expired
|
39.1 KB |
sha256:530e60689609741bdf56001ae73881efdb8fa9ce0b4633f29c3106cc7f181fd4
|
|
|
test-warnings-providers--amazon,celer...standard-DB-Sqlite-sqlite--3.13
Expired
|
20.8 KB |
sha256:8cbc0c53f77ce51c9de5b7fc12360c0a3df7a85b28aaf69c0a1bf411304a8300
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.10
Expired
|
27.5 KB |
sha256:bd075e259f5776efbe1fa4b142e65b11009f3427aa83fc8a7f6b3b72a8945d28
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.11
Expired
|
27.3 KB |
sha256:4a03ed10c13251fba530578769fce7d8e4d5b38e95a6949675c4401227de4abe
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.12
Expired
|
29.8 KB |
sha256:a8da98eda0682d7a222c32d5950f29e730acd875123156cebcadd56d181c179b
|
|
|
test-warnings-providers--amazon,celer...standard-Non-DB--sqlite--3.13
Expired
|
28.8 KB |
sha256:ede76e592a3e5641e8bc9cc0da20761545ef0c84f73d0ae07bf714aebf6d8c6b
|
|
|
test-warnings-providers--amazon,celer...standard-Quarantined-Postgres-postgres-14-3.10
Expired
|
1.46 KB |
sha256:9a12faf475bfc52b0f5eabba1643eb7809535a1cd26a36e16e6720875fae57b9
|
|
|
test-warnings-providers-airbyte...apprise-All-LowestDeps-sqlite-14-3.10
Expired
|
43.6 KB |
sha256:d6067c9e799e0ad32fc12ea5b948d5192fa79d618eeed30b27f14c4d3ce5602e
|
|
|
test-warnings-providers-airbyte...apprise-All-LowestDeps-sqlite-14-3.11
Expired
|
43.5 KB |
sha256:c0a8bb511b01f5cadc7da3a16abe2940e74d17e7dc587c683b3182a6e5103baf
|
|
|
test-warnings-providers-airbyte...apprise-All-LowestDeps-sqlite-14-3.12
Expired
|
42.5 KB |
sha256:33124df36e73cea55b2331d5d63b1ea08cd5707a9034b5f5b542738aef27bba6
|
|
|
test-warnings-providers-airbyte...apprise-All-LowestDeps-sqlite-14-3.13
Expired
|
42.9 KB |
sha256:a4bd5d05e3da78faeb7c1330e495caeeab6564a3a35fb9a6ba92c719a7e9cd25
|
|
|
test-warnings-providers-arangodb...elasticsearch-All-LowestDeps-sqlite-14-3.10
Expired
|
39.4 KB |
sha256:80b9277a8434870a9c5d7857fb500bbb8e1cf8521a26d8912f1195afd2d3bc22
|
|
|
test-warnings-providers-arangodb...elasticsearch-All-LowestDeps-sqlite-14-3.11
Expired
|
39.3 KB |
sha256:9f0f2afc15d81237784df586b0beac32d416007d00247117c560a6963768543e
|
|
|
test-warnings-providers-arangodb...elasticsearch-All-LowestDeps-sqlite-14-3.12
Expired
|
40.3 KB |
sha256:ec4c6ab9ef3d398b6a569674461b3df05c934e1de985434f90d9a71b5d35c6ba
|
|
|
test-warnings-providers-arangodb...elasticsearch-All-LowestDeps-sqlite-14-3.13
Expired
|
40 KB |
sha256:cb745782161a9adffdd47d0258ab3c89e4520db9b86355c485c2c780891e709c
|
|
|
test-warnings-providers-exasol...microsoft.win-All-LowestDeps-sqlite-14-3.10
Expired
|
46.2 KB |
sha256:3a1b0dd656418f93c360cf3af06efd17cfbdd9d1cc75696a63f25887e0ee686a
|
|
|
test-warnings-providers-exasol...microsoft.win-All-LowestDeps-sqlite-14-3.11
Expired
|
46.2 KB |
sha256:df6963a0c097da20a89edc30178babdb1f731117b92d39b5e607c7c987c37ba7
|
|
|
test-warnings-providers-exasol...microsoft.win-All-LowestDeps-sqlite-14-3.12
Expired
|
53.8 KB |
sha256:ad55e508cb209797fa69f7225dd0bfff9cac3c14f7ec949baeda83a4db9631c2
|
|
|
test-warnings-providers-exasol...microsoft.win-All-LowestDeps-sqlite-14-3.13
Expired
|
34 KB |
sha256:c7762843c1742f8eef14733f3b865b2c584da1bda76a6c8d0eb9726885839814
|
|
|
test-warnings-providers-mongo...samba-All-LowestDeps-sqlite-14-3.10
Expired
|
29.2 KB |
sha256:58669d4cf7c11b61784c3d6e48d3f385331c6d138917c9b1e24647ac95737645
|
|
|
test-warnings-providers-mongo...samba-All-LowestDeps-sqlite-14-3.11
Expired
|
29.7 KB |
sha256:36f21276267c30f45f469bf042f62117481f47d89e021e4f77df3a6b6f90b88b
|
|
|
test-warnings-providers-mongo...samba-All-LowestDeps-sqlite-14-3.12
Expired
|
28.2 KB |
sha256:b30574ee50855c71728265381c2e36d47807907f9cd52e96d8ac37f67aa86540
|
|
|
test-warnings-providers-mongo...samba-All-LowestDeps-sqlite-14-3.13
Expired
|
28.8 KB |
sha256:67aed52d656beba856e8ef21f0e4790352abcd1cd0532e56402090eea3ac6af4
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.10
Expired
|
37.2 KB |
sha256:6943518c6e36023f2577a994e9ae772db24d7d5b2677b645a9c28f6044021537
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.11
Expired
|
37.1 KB |
sha256:1b23f2cd40d5157366f1c6592fdaed1ea288fbf7109ee08d3d99e26d62915320
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.12
Expired
|
36 KB |
sha256:30dcb87d01d8cc545bcae2baf8410d10cddf4b53385bdb8099cce355499fc4fb
|
|
|
test-warnings-providers-segment...zendesk-All-LowestDeps-sqlite-14-3.13
Expired
|
36.7 KB |
sha256:b56ca6c7e80fd11fd663e490b2311fce484d10a7f42ce5e9d4b497eb884ec88e
|
|
|
test-warnings-system
Expired
|
436 Bytes |
sha256:43293764c6542a4d362bdd33d867779524f6f74b1d8ce1a9d1b1fad3157f7a2b
|
|