notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Workflow failure when updating reference snapshots

Open jtpio opened this issue 1 year ago • 0 comments
trafficstars

The workflow to update reference Playwright snapshots often fails, and needs to be restarted manually for the update to be completed: https://github.com/jupyter/notebook/blob/main/.github/workflows/playwright-update.yml

It sometimes fails because of the UI test flakyness (a different issue).

And sometimes because of the following error:

https://github.com/jupyter/notebook/actions/runs/9059110076/job/24886021429

image

Run actions/upload-artifact@v4
With the provided path, there will be 3 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

jtpio avatar May 13 '24 08:05 jtpio