-
Notifications
You must be signed in to change notification settings - Fork 107
Create smoke test workflow to validate common development tool availability #12383
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
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
| 6. **Programming Runtimes:** | ||
| - `node --version` - Verify Node.js runtime is available | ||
| - `python3 --version` - Verify Python 3 runtime is available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot Add more, Go, Java, C#, etc.
Also add those runtimes into runtimes: frontmatter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added Go (1.24), Java (21), and .NET (8.0) runtimes to both the test cases and the runtimes: frontmatter configuration. The workflow now tests 12 tools total. (e6b0433)
| 5. **GitHub CLI:** | ||
| - `gh --version` - Verify GitHub CLI is available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed wget from the HTTP tools section. (e6b0433)
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
.github/workflows/smoke-test-tools.mdsmoke test workflowgh aw compileto generate.lock.ymlspecs/agent-container-testing.mddocumentationSummary
Created a smoke test workflow that validates common development tools in the agent container:
Files Created
.github/workflows/smoke-test-tools.md- Smoke test workflow for 12 common tools.github/workflows/smoke-test-tools.lock.yml- Compiled workflowspecs/agent-container-testing.md- Documentation for the smoke testTested Tools (12 total)
bash- Shell scriptingsh- POSIX shellgit- Version controljq- JSON processingyq- YAML processingcurl- HTTP requestsgh- GitHub CLInode- Node.js runtimepython3- Python runtimego- Go runtimejava- Java runtimedotnet- .NET runtime (C#)Runtimes Configured
Triggers
smokelabel on pull requestsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.