Test: Introduce breaking change in VS build#12
Open
devin-ai-integration[bot] wants to merge 3 commits intomasterfrom
Open
Test: Introduce breaking change in VS build#12devin-ai-integration[bot] wants to merge 3 commits intomasterfrom
devin-ai-integration[bot] wants to merge 3 commits intomasterfrom
Conversation
Co-Authored-By: Arthur Poon <arthur.poon@windsurf.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Arthur Poon <arthur.poon@windsurf.com>
Co-Authored-By: Arthur Poon <arthur.poon@windsurf.com>
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.
Why I did it
This PR was created to test the CI pipeline failure detection and fix workflow. The goal was to:
Work item tracking
How I did it
Introduced an intentional breaking change in
platform/vs/docker-sonic-vs/start.shby changingsupervisorctltosupervisorctl_broken, which is not a valid command. This will cause a runtime failure when the container starts.Note: A build-time failure was also introduced in
Dockerfile.j2and subsequently fixed based on CI logs. The Dockerfile.j2 is now restored to its original state, and only the start.sh runtime change remains.How to verify it
Updates since last revision
supervisorctl_broken) remains in the PR as intendedWhich release branch to backport (provide reason below if selected)
N/A - This is a test PR and should not be backported.
Tested branch (Please provide the tested image version)
Description for the changelog
Test PR to verify CI pipeline failure detection and fix workflow (DO NOT MERGE)
Human Review Checklist
start.shcontainssupervisorctl_brokenwhich will cause runtime failuresLink to Devin run
https://cisco-demo.devinenterprise.com/sessions/9426dcded3d84173a2ce74a20103ec0e
Requested by: Arthur Poon (@arthurkkp-cog)