Skip to content
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

[Sweep GHA Fix] Fix artifact deployment issue #1576

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Jan 16, 2024

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR fixes the issue with artifact deployment in the GitHub Actions workflow. The previous deployment failed due to the artifact containing hard links, symlinks, or exceeding the size limit of 10GB. This PR modifies the workflow to ensure that the artifact passes the necessary checks before deployment.

Summary of Changes

  • Added a step in the workflow to check the artifact for hard links, symlinks, and size limit before deployment.
  • Added a step to remove any hard links or symlinks from the artifact.
  • Added a step to check the size of the artifact and fail the workflow if it exceeds the size limit.
  • Modified the deployment step to only deploy the artifact if it passes the checks for hard links, symlinks, and size limit.

Copy link
Author

sweep-ai bot commented Jan 16, 2024

Rollback Files For Sweep

  • Rollback changes to .github/workflows/deploy.yml
  • Rollback changes to .github/workflows/deploy.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant