Change name for interne deployment #17699
build.yml
on: pull_request
Matrix: Build
Check dockerfiles
12s
Check scripts
3s
Check generated railjson sync
30s
Check railjson generator
1m 51s
Check commits
11s
Check final newline
8s
Check integration tests
1m 23s
Check osrd schema
45s
Check toml
4s
Check infra schema sync
18s
Check reuse compliance
8s
Check front rtk sync
1m 12s
Check core
4m 5s
Check editoast tests
6m 43s
Check editoast lints
38m 26s
Check editoast openapi
44s
Check gateway
10m 30s
Check osrdyne
14m 47s
Check front
3m 13s
Integration tests
1m 1s
End to end tests
15m 1s
Annotations
2 errors, 29 warnings, and 1 notice
[webkit] › 004-scenario-management.spec.ts:58:7 › Validate the Scenario creation workflow › Update an existing scenario:
tests/utils/api-setup.ts#L176
1) [webkit] › 004-scenario-management.spec.ts:58:7 › Validate the Scenario creation workflow › Update an existing scenario
SyntaxError: Unexpected token 'F', "Failed to "... is not valid JSON
at utils/api-setup.ts:176
174 | ): Promise<Scenario> => {
175 | const scenarios: GetProjectsByProjectIdStudiesAndStudyIdScenariosApiResponse =
> 176 | await getApiRequest(`/api/projects/${projectId}/studies/${studyId}/scenarios`);
| ^
177 | const scenario = scenarios.results.find((s: ScenarioWithDetails) => s.name === scenarioName);
178 | return scenario as Scenario;
179 | };
at getScenario (/app/front/tests/utils/api-setup.ts:176:5)
at deleteScenario (/app/front/tests/utils/teardown-utils.ts:101:20)
at /app/front/tests/004-scenario-management.spec.ts:93:5
|
[webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet:
tests/pages/stdcm-page-model.ts#L696
2) [webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
Error: Timeout 90000ms exceeded while waiting on the predicate
at pages/stdcm-page-model.ts:696
694 | await download.saveAs(downloadPath);
695 | logger.info(`The PDF was successfully downloaded to: ${downloadPath}`);
> 696 | }).toPass({
| ^
697 | timeout: EXPECT_TO_PASS_TIMEOUT,
698 | });
699 | }
at STDCMPage.downloadSimulation (/app/front/tests/pages/stdcm-page-model.ts:696:8)
at /app/front/tests/006-stdcm.spec.ts:131:21
|
Check scripts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check toml
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check final newline
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check reuse compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check dockerfiles
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (editoast, editoast-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (front-build, front-tests, front-devel, front-nginx)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check infra schema sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (osrdyne, osrdyne-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (core-build, core)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check generated railjson sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check osrd schema
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (gateway-test, gateway-standalone, gateway-front)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check editoast openapi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check railjson generator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check front rtk sync
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check front
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check core
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check editoast tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check gateway
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check osrdyne
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
End to end tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › 009-rollingstock-editor.spec.ts#L1
[chromium] › 009-rollingstock-editor.spec.ts took 29.6s
|
Slow Test:
[chromium] › 005-operational-studies.spec.ts#L1
[chromium] › 005-operational-studies.spec.ts took 19.8s
|
Slow Test:
[chromium] › 007-op-rollingstock-tab.spec.ts#L1
[chromium] › 007-op-rollingstock-tab.spec.ts took 18.0s
|
Check editoast lints
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[webkit] › 004-scenario-management.spec.ts:58:7 › Validate the Scenario creation workflow › Update an existing scenario
[webkit] › 006-stdcm.spec.ts:102:7 › Verify train schedule elements and filters › Verify STDCM stops and simulation sheet
111 passed (13.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-container-logs
|
462 KB |
|
integration-container-logs
|
29.9 KB |
|
integration-videos
|
12.1 MB |
|