Draft
CI/workflow and devcontainer optimizations for build speed and developer experience#43
Conversation
Co-authored-by: Snapp949 <173113150+Snapp949@users.noreply.github.com>
Co-authored-by: Snapp949 <173113150+Snapp949@users.noreply.github.com>
Co-authored-by: Snapp949 <173113150+Snapp949@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CI workflow and optimize build process
CI/workflow and devcontainer optimizations for build speed and developer experience
Nov 28, 2025
|
Hi @Copilot. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packages impacted by this PR
None (CI/DevOps infrastructure only)
Issues associated with this PR
N/A
Describe the problem that is addressed by this PR
Adds CI optimizations and devcontainer support for the
samples/horizon-ui-pro-nextjs-tssample project:New sample CI workflow (
.github/workflows/sample-ci.yml)cancel-in-progress)actions/cachefornode_modulescontinue-on-errorpermissions: contents: readfor securityConcurrency for existing workflows
event-processor.ymlandscheduled-event-processor.yml: Addedconcurrency: group: ${{ github.workflow }}withcancel-in-progress: trueactions/cachefor NuGet packagesDevcontainer (
samples/horizon-ui-pro-nextjs-ts/.devcontainer/devcontainer.json)remoteUser: codespace,postCreateCommandrunsnpm ciDocumentation (
.github/DEVOPS.md)actWhat are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?
Standard GitHub Actions patterns. Used
continue-on-errorwith conditional steps for graceful private package handling rather thanexit 0to avoid masking failures in subsequent steps.Are there test cases added in this PR? (If not, why?)
No—these are workflow/infrastructure files. Validation via YAML/JSON parsing and CodeQL security scanning.
Provide a list of related PRs (if any)
None
Command used to generate this PR:**(Applicable only to SDK release request PRs)
N/A
Checklists
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.