Skip to content

build_generation: Add auto discovery agent #1014

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

Merged
merged 3 commits into from
Apr 24, 2025

Conversation

arthurscchan
Copy link
Collaborator

This PR add a new build_generation agent to auto discovery the target project in a docker image and create a build script after gathered enough information.

Signed-off-by: Arthur Chan <[email protected]>
Signed-off-by: Arthur Chan <[email protected]>
@arthurscchan
Copy link
Collaborator Author

/gcbrun skip

@arthurscchan arthurscchan marked this pull request as ready for review April 23, 2025 19:47
@DavidKorczynski DavidKorczynski merged commit d921330 into main Apr 24, 2025
6 checks passed
@DavidKorczynski DavidKorczynski deleted the llm-envrironment-discovery branch April 24, 2025 10:29
DavidKorczynski pushed a commit that referenced this pull request Apr 25, 2025
The container tool used by the Auto Build Discovery Agent, introduced in
#1014, kept the Docker session alive until the end of the process. This
led to a false positive scenario, where previous test commands and
results could affect the outcome of the build script tests.

This PR resolves the issue by refreshing the Docker container session
before each test of the build script, thereby avoiding confusion and
eliminating false positives.

Signed-off-by: Arthur Chan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants