Skip to content

chore(cellguide): Add slack notification to pipeline and skip if DOI returns 404 #6171

chore(cellguide): Add slack notification to pipeline and skip if DOI returns 404

chore(cellguide): Add slack notification to pipeline and skip if DOI returns 404 #6171

Re-run triggered October 10, 2024 20:17
Status Failure
Total duration 19m 46s
Artifacts 7

rdev-update-for-pr.yml

on: pull_request
get_previous_image_digests
39s
get_previous_image_digests
Matrix: build_images / build_images
seed-wmg-cellguide-rdev
3m 16s
seed-wmg-cellguide-rdev
summarize
0s
summarize
rdev-tests  /  seed-database-e2e-tests
14m 33s
rdev-tests / seed-database-e2e-tests
rdev-tests  /  functional-test
7m 9s
rdev-tests / functional-test
delete-previous-images
20s
delete-previous-images
Matrix: rdev-tests / run-e2e-tests
rdev-tests  /  e2e-logged-in-test
19m 35s
rdev-tests / e2e-logged-in-test
rdev-tests  /  merge-playwright-reports
56s
rdev-tests / merge-playwright-reports
rdev-tests  /  e2e-test
1s
rdev-tests / e2e-test
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 35 warnings, and 6 notices
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L1
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Test timeout of 300000ms exceeded.
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L184
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Error: page.waitForResponse: Test timeout of 300000ms exceeded. 182 | async function submitCreateFormInvalid(page: Page) { 183 | return await Promise.all([ > 184 | page.waitForResponse( | ^ 185 | (response) => 186 | response.url().includes(collectionEndpointPath) && 187 | response.status() === HTTP_STATUS_CODE.BAD_REQUEST at submitCreateFormInvalid (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:184:10) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:136:34
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L1
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 300000ms exceeded.
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L184
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Test timeout of 300000ms exceeded. 182 | async function submitCreateFormInvalid(page: Page) { 183 | return await Promise.all([ > 184 | page.waitForResponse( | ^ 185 | (response) => 186 | response.url().includes(collectionEndpointPath) && 187 | response.status() === HTTP_STATUS_CODE.BAD_REQUEST at submitCreateFormInvalid (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:184:10) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:136:34
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L1
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 300000ms exceeded.
[chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedIn › invalid DOIs › doesn't create a collection with an invalid DOI: frontend/tests/features/collection/collection.test.ts#L184
1) [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForResponse: Test timeout of 300000ms exceeded. 182 | async function submitCreateFormInvalid(page: Page) { 183 | return await Promise.all([ > 184 | page.waitForResponse( | ^ 185 | (response) => 186 | response.url().includes(collectionEndpointPath) && 187 | response.status() === HTTP_STATUS_CODE.BAD_REQUEST at submitCreateFormInvalid (/home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:184:10) at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/collection/collection.test.ts:136:34
rdev-tests / e2e-logged-in-test
Process completed with exit code 1.
seed-wmg-cellguide-rdev
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
seed-wmg-cellguide-rdev
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (frontend)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (frontend)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (upload_success)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (upload_success)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (dataset_submissions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (dataset_submissions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-rdev
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-rdev
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (wmg_processing)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (wmg_processing)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (upload_failures)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (upload_failures)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (cellguide_pipeline)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (cellguide_pipeline)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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_images / build_images (processing)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_images / build_images (processing)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / seed-database-e2e-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rdev-tests / seed-database-e2e-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / functional-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rdev-tests / functional-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 1 of 5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 1 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
rdev-tests / e2e-tests chromium 3 of 5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 3 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
rdev-tests / e2e-tests chromium 5 of 5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 5 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
rdev-tests / e2e-tests chromium 2 of 5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 2 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
rdev-tests / e2e-tests chromium 4 of 5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-tests chromium 4 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
rdev-tests / merge-playwright-reports
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
rdev-tests / e2e-logged-in-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "allure-results", "html-report--attempt-1". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
3 skipped 57 passed (2.8m)
🎭 Playwright Run Summary
1 skipped 59 passed (5.3s)
🎭 Playwright Run Summary
4 skipped 55 passed (4.9m)
🎭 Playwright Run Summary
1 skipped 59 passed (1.2m)
🎭 Playwright Run Summary
3 skipped 56 passed (3.3m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/features/collection/collection.test.ts:117:11 › Collection › Deployed Env Tests @loggedin › invalid DOIs › doesn't create a collection with an invalid DOI 16 passed (18.2m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
688 KB
allure-results
1.59 MB
html-report--attempt-1
862 KB
logged-in-test-results
45.6 MB