Skip to content

Commit 7d9678b

Browse files
committed
chore: remove redundant local e2e script
The script duplicated the CI composite action (.github/actions/e2e/action.yml) just to call tests/e2e/run.sh. Use make dev-env + make e2e-tilt instead.
1 parent 225d551 commit 7d9678b

File tree

2 files changed

+0
-350
lines changed

2 files changed

+0
-350
lines changed

DEVELOPMENT.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,6 @@ make e2e
317317
# With local Kubernetes cluster (requires make dev-env first)
318318
make e2e-tilt
319319

320-
# Run E2E tests exactly like CI (automated setup + teardown)
321-
./scripts/run-e2e-local.sh
322-
323-
# Run with options
324-
./scripts/run-e2e-local.sh --skip-cleanup # Keep cluster after tests
325-
./scripts/run-e2e-local.sh --collect-artifacts # Collect artifacts even on success
326-
327320
# KWOK simulated cluster tests (no GPU hardware required)
328321
make kwok-test-all # All recipes
329322
make kwok-e2e RECIPE=eks-training # Single recipe
@@ -461,27 +454,13 @@ make dev-reset # Full reset (tear down and recreate)
461454
### Running E2E Tests with Tilt
462455

463456
```bash
464-
# Option 1: Automated (exactly like CI)
465-
./scripts/run-e2e-local.sh
466-
467-
# Option 2: Manual setup (for development/debugging)
468457
# Start the dev environment
469458
make dev-env
470459

471460
# In another terminal, run E2E tests against the Tilt cluster
472461
make e2e-tilt
473462
```
474463

475-
The automated script (`run-e2e-local.sh`) replicates the exact CI workflow:
476-
- Creates Kind cluster with local registry
477-
- Starts Tilt in CI mode
478-
- Builds and pushes both images (`aicr:local`, `aicr-validator:local`)
479-
- Injects fake nvidia-smi into worker nodes
480-
- Sets up port forwarding to aicrd
481-
- Runs E2E tests with proper environment variables
482-
- Collects debug artifacts on failure
483-
- Cleans up cluster and resources
484-
485464
### Testing the API Server Locally (without Kubernetes)
486465

487466
For quick iteration without Kubernetes:

scripts/run-e2e-local.sh

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)