ci: Publish to Plugins Catalog #1058
Annotations
1 error, 6 warnings, and 1 notice
Launch e2e tests:
e2e/tests/all-services-view/all-services.spec.ts#L35
1) [chromium] › all-services-view/all-services.spec.ts:25:9 › All services view › Main refresh button › To preserve the user context, the panels in grid remain in place until "Refresh" is clicked
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByTestId('sceneBody').locator('[data-viz-panel-key]')
Expected: 3
Received: 1
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByTestId('sceneBody').locator('[data-viz-panel-key]')
9 × locator resolved to 1 element
- unexpected value "1"
33 | await exploreProfilesPage.selectTimeRange('Last 5 minutes');
34 |
> 35 | await expect(exploreProfilesPage.getPanels()).toHaveCount(3);
| ^
36 | await expect(exploreProfilesPage.getPanelByTitle('load-generator')).toBeVisible();
37 | await expect(exploreProfilesPage.getPanelByTitle('pyroscope')).toBeVisible();
38 | await expect(exploreProfilesPage.getPanelByTitle('ride-sharing-app')).toBeVisible();
at /app/e2e/tests/all-services-view/all-services.spec.ts:35:53
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Launch e2e tests:
[chromium] › labels-view/labels.spec.ts#L1
[chromium] › labels-view/labels.spec.ts took 42.8s
|
Launch e2e tests:
[chromium] › diff-flame-graph-view/diff-flame-graph.spec.ts#L1
[chromium] › diff-flame-graph-view/diff-flame-graph.spec.ts took 40.3s
|
Launch e2e tests:
[chromium] › favorites-view/favorites-view.spec.ts#L1
[chromium] › favorites-view/favorites-view.spec.ts took 36.2s
|
Launch e2e tests:
[chromium] › flame-graph-view/flame-graph.spec.ts#L1
[chromium] › flame-graph-view/flame-graph.spec.ts took 21.1s
|
Launch e2e tests:
[chromium] › profile-types-view/profile-types.spec.ts#L1
[chromium] › profile-types-view/profile-types.spec.ts took 15.5s
|
Launch e2e tests
1 flaky
[chromium] › all-services-view/all-services.spec.ts:25:9 › All services view › Main refresh button › To preserve the user context, the panels in grid remain in place until "Refresh" is clicked
78 passed (3.4m)
|
Loading