ci: add dco check #10770
build.yml
on: pull_request
Matrix: build
check_generated_railjson_sync
19s
check_railjson_generator
1m 56s
check_commits
7s
Check final newline
9s
check_integration_tests
1m 30s
check_osrd_schema
41s
check_toml
6s
check_infra_schema_sync
14s
check_reuse_compliance
11s
check_dco
5s
check_front_rtk_sync
1m 41s
check_core
4m 4s
check_editoast_tests
4m 15s
check_editoast_lints
5m 15s
check_editoast_openapi
1m 8s
check_gateway
2m 9s
check_osrdyne
2m 39s
check_front
2m 46s
integration_tests
9m 56s
Annotations
3 errors, 15 warnings, and 1 notice
[chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L36
1) [chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('add-study-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('add-study-button')
34 | await page.goto(`/operational-studies/projects/${project.id}`);
35 |
> 36 | await expect(studyPage.getAddStudyBtn).toBeVisible();
| ^
37 | await studyPage.openStudyCreationModal();
38 |
39 | const studyName = `${studyData.name} ${uuidv4()}`;
at /app/tests/003-study-management.spec.ts:36:44
|
[firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L36
2) [firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('add-study-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('add-study-button')
34 | await page.goto(`/operational-studies/projects/${project.id}`);
35 |
> 36 | await expect(studyPage.getAddStudyBtn).toBeVisible();
| ^
37 | await studyPage.openStudyCreationModal();
38 |
39 | const studyName = `${studyData.name} ${uuidv4()}`;
at /app/tests/003-study-management.spec.ts:36:44
|
[webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study:
tests/003-study-management.spec.ts#L36
3) [webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('add-study-button')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('add-study-button')
34 | await page.goto(`/operational-studies/projects/${project.id}`);
35 |
> 36 | await expect(studyPage.getAddStudyBtn).toBeVisible();
| ^
37 | await studyPage.openStudyCreationModal();
38 |
39 | const studyName = `${studyData.name} ${uuidv4()}`;
at /app/tests/003-study-management.spec.ts:36:44
|
check_dco
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (core-build, core)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (osrdyne, osrdyne-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (editoast, editoast-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_railjson_generator
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (gateway-test, gateway-standalone, gateway-front)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (front-build, front-tests, front-devel, front-nginx)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_gateway
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_osrdyne
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_front
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_core
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check_editoast_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[webkit] › 006-stdcm-page.spec.ts#L1
[webkit] › 006-stdcm-page.spec.ts took 17.2s
|
Slow Test:
[webkit] › 004-scenario-management.spec.ts#L1
[webkit] › 004-scenario-management.spec.ts took 17.1s
|
🎭 Playwright Run Summary
3 flaky
[chromium] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
[firefox] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
[webkit] › 003-study-management.spec.ts:29:7 › Test if operationnal study: study creation workflow is working properly › Create a new study
83 passed (6.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
integration-container-logs
Expired
|
169 KB |
|
integration-videos
Expired
|
8.48 MB |
|