Test: Introduce intentional VS build break for CI testing#16
Open
devin-ai-integration[bot] wants to merge 3 commits intomasterfrom
Open
Test: Introduce intentional VS build break for CI testing#16devin-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>
Owner
❌ Build Failed:
|
The CI failed with error: ERROR: failed to solve: no build stage in current context This was caused by an invalid Dockerfile command (RUN_INVALID_COMMAND) placed before the FROM statement. Also removed the Makefile syntax error (missing closing parenthesis) that was added for testing. 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 demonstrates the full cycle of:
Work item tracking
How I did it
Step 1: Introduced intentional errors in VS-specific files:
Makefile syntax error in
platform/vs/docker-sonic-vs.mk:$(NONEXISTENT_DEPENDENCYInvalid Dockerfile command in
platform/vs/docker-sonic-vs/Dockerfile.j2:RUN_INVALID_COMMAND this_will_failbefore the FROM statementStep 2: CI detected the error:
Step 3: Fixed based on CI logs:
How to verify it
Which release branch to backport (provide reason below if selected)
N/A - Test PR, not for backporting
Tested branch (Please provide the tested image version)
N/A - Test PR
Description for the changelog
Test PR to verify VS build CI failure detection and fix workflow - DO NOT MERGE
Link to config_db schema for YANG module changes
N/A
A picture of a cute animal (not mandatory but encouraged)
🐛➡️🦋 (bug found and fixed!)
Link to Devin run: https://cisco-demo.devinenterprise.com/sessions/8ff2c8abda09472183a2ced384128eab
Requested by: Arthur Poon (@arthurkkp-cog)