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

[WIP] fix: build concurrency #286

Closed
wants to merge 1 commit into from
Closed

Conversation

yanksyoon
Copy link
Contributor

Applicable spec: N/A

Overview

Addresses: actions/upload-artifact#506
Adds concurrency group to build job to mitigate issues with upload-artefact 409 conflict error.

Rationale

To stop workflows from failing due to 409 errors.

Workflow Changes

  • Adds concurrency group per run for build-charm workflow.

Checklist

  • The contributing guide was applied
  • The PR is tagged with appropriate label (urgent, trivial, complex)

@yanksyoon yanksyoon added bug Something isn't working trivial labels Apr 25, 2024
@yanksyoon
Copy link
Contributor Author

The concurrency group should be addressed in the upload-artefact after integration test has run - the concurrency group can go down to a job level but not a step level. This will make the integration tests run significantly slower. Closing.

@yanksyoon yanksyoon closed this Apr 25, 2024
@yanksyoon yanksyoon deleted the feat/build-concurrency branch May 9, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trivial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant