Skip to content

Fix FFmpeg build job #561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2025
Merged

Fix FFmpeg build job #561

merged 2 commits into from
Mar 14, 2025

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Mar 14, 2025

Our FFmpeg build jobg have been failing for a few months: https://github.com/pytorch/torchcodec/actions/workflows/build_ffmpeg.yaml

with something like

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

It seems to be related to the update from v3 to actions/download-artifact@v4 (actions/upload-artifact#480 (comment)).

This PR gives each artifact a unique name, which fixes the upload.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 14, 2025
@NicolasHug NicolasHug merged commit 8ebc76b into pytorch:main Mar 14, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants