Skip to content

wave5 #9

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 7 commits into from
Jul 16, 2025
Merged

wave5 #9

merged 7 commits into from
Jul 16, 2025

Conversation

smarunich
Copy link
Owner

@smarunich smarunich commented Jul 16, 2025

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:

  • Removed .github/workflows/bootstrap-test.yml and .github/workflows/ci-test-demo.yml as they are now consolidated into main-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))
  • Added .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:

  • Renamed .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))
  • Expanded test scenarios in the nightly workflow to include full-bootstrap, security-validation, performance-test, multi-tenant-test, and observability-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))
  • Simplified disk cleanup commands and renamed "Setup prerequisites" to "Install prerequisites" for consistency. ([.github/workflows/nightly.ymlL30-R34](https://github.com/smarunich/inference-in-a-box/pull/9/files#diff-0d5658b415099a82c11c03a06ca4ec765b4003a1f4b2f3f1943980a882cf8aa6L30-R34))

@smarunich smarunich merged commit 937020d into main Jul 16, 2025
1 check failed
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.

1 participant