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.
This pull request reorganizes and simplifies the CI workflows by removing redundant files and consolidating functionality into a new streamlined workflow. It also updates the nightly testing configuration for improved clarity and expanded test coverage.
Workflow Consolidation and Simplification:
.github/workflows/bootstrap-test.yml
and.github/workflows/ci-test-demo.yml
as they are now consolidated intomain-ci.yml
to streamline CI processes. ([[1]](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-e53d86f3ef8e1ee715421497cbcd302a740404697c0ab87c5cd9538a733dd7e2L1-L81)
,[[2]](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-95da57887b1adc4c58c6a65d5e4838386c087099fd3dbba66e59603c95829675L1-L266)
).github/workflows/main-ci.yml
to handle bootstrap testing and Docker image builds in a single workflow with improved resource management and reporting. ([.github/workflows/main-ci.ymlR1-R162](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-993609d1e993acb4eeef79ed9dad54194b6c9ed15a9eab32f08405c0339cf272R1-R162)
)Nightly Workflow Updates:
.github/workflows/nightly-full-test.yml
to.github/workflows/nightly.yml
and updated its name to "Nightly - Comprehensive Testing" for better clarity. ([.github/workflows/nightly.ymlL1-R1](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-0d5658b415099a82c11c03a06ca4ec765b4003a1f4b2f3f1943980a882cf8aa6L1-R1)
)full-bootstrap
,security-validation
,performance-test
,multi-tenant-test
, andobservability-test
. Increased timeout to 120 minutes to accommodate the broader scope. ([.github/workflows/nightly.ymlL12-R21](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-0d5658b415099a82c11c03a06ca4ec765b4003a1f4b2f3f1943980a882cf8aa6L12-R21)
)[.github/workflows/nightly.ymlL30-R34](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-0d5658b415099a82c11c03a06ca4ec765b4003a1f4b2f3f1943980a882cf8aa6L30-R34)
)