Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
8bb4f89
Add E2E test workflow for kind cluster
skattoju Oct 9, 2025
c9752f6
fix: Add helm dependency build step to e2e workflow
skattoju Oct 15, 2025
05f5afb
feat: Add OpenShift/MicroShift compatibility to e2e tests
skattoju Oct 17, 2025
610b067
fix: Create Kind config file explicitly to avoid YAML parsing issues
skattoju Oct 17, 2025
f293e34
fix: Add back helm dependency build step
skattoju Oct 17, 2025
1e535ee
fix: Skip OpenShift/KServe CRD dependencies for e2e tests
skattoju Oct 17, 2025
5cf564c
fix: Install stub CRDs for KServe, OpenDataHub, and Kubeflow
skattoju Oct 17, 2025
b6a8a20
fix: Explicitly disable PVC creation in configure-pipeline
skattoju Oct 17, 2025
b09b3b0
fix: Remove --wait from helm install to avoid PVC binding timeout
skattoju Oct 17, 2025
a903f17
fix: Add comprehensive logging to diagnose deployment issues
skattoju Oct 17, 2025
7c4f22a
fix: Disable additional components causing ImagePullBackOff errors
skattoju Oct 17, 2025
ba9e8a2
fix: Remove model configuration to avoid llm-service dependency
skattoju Oct 17, 2025
1723c04
fix: Update tests to skip model inference for basic e2e
skattoju Oct 17, 2025
eff2854
fix: Remove undefined INFERENCE_MODEL reference and force replicas to 0
skattoju Oct 17, 2025
46ee6fc
fix: Add auto-detection for model availability in tests
skattoju Oct 17, 2025
0afaa94
fix: Allow 404 status code for Llama Stack root endpoint
skattoju Oct 17, 2025
8fd431e
docs: update e2e README for lightweight validation approach
skattoju Oct 17, 2025
22a07a7
feat: Add MaaS integration for e2e tests
skattoju Oct 21, 2025
ca7307f
fix: Properly configure llama-stack to use MaaS model
skattoju Oct 21, 2025
2713ac4
fix: Disable ingestion pipeline for Kind compatibility
skattoju Oct 21, 2025
7ae67b7
docs: Update test expectations for Kind environment
skattoju Oct 21, 2025
67a128b
fix: Force empty initContainers to prevent wait-for-models
skattoju Oct 21, 2025
dcc8f13
feat: Add RAG vector DB test and OpenShift compatibility docs
skattoju Oct 21, 2025
48f9f1b
docs: Add KIND limitations and OpenShift compatibility verification
skattoju Oct 21, 2025
c148e36
refactor: Move KIND and OpenShift docs to docs/ folder
skattoju Oct 21, 2025
20f3237
fix: Use model.identifier instead of model.id for llama-stack
skattoju Oct 21, 2025
c1932e3
docs: Add CI debug notes for model registration issue
skattoju Oct 21, 2025
30e7470
fix: Remove /v1 suffix from OpenAI client base_url
skattoju Oct 21, 2025
00446d3
fix: Fail test when SKIP_MODEL_TESTS=false but models unavailable
skattoju Oct 21, 2025
6a13347
debug: Add detailed model registration debugging
skattoju Oct 21, 2025
57cf7c9
debug: Enhance llama-stack log collection in CI
skattoju Oct 21, 2025
b125a0d
docs: Add comprehensive debugging summary for MaaS integration
skattoju Oct 21, 2025
0dba4e8
fix: Use correct llama-stack OpenAI-compatible endpoint
skattoju Oct 21, 2025
b594149
fix: Handle llama-stack provider/model ID format
skattoju Oct 21, 2025
c2de9d1
fix: Use full model identifier for API calls
skattoju Oct 21, 2025
47cafe6
fix: Define actual_model_id before using it
skattoju Oct 21, 2025
fab5e28
cleanup: Remove temporary debugging documentation
skattoju Oct 21, 2025
0478c57
fix: Add fire dependency for llama-stack-client
skattoju Oct 21, 2025
d6aaf55
refactor: Change 404 warning to info message
skattoju Oct 21, 2025
942e103
refactor: Consolidate to MaaS-only e2e tests with enhanced logging
skattoju Oct 24, 2025
d475da0
feat: Externalize MaaS config and add secret validation
skattoju Oct 24, 2025
62deca7
feat: Add comprehensive test suite with unit, integration, and UI E2E…
skattoju Oct 29, 2025
7052560
Fix CI integration test errors
skattoju Oct 30, 2025
9bf5719
Standardize llama-stack-client version and reorganize e2e config
skattoju Oct 30, 2025
8e76f90
Fix CI: Add pytest dependencies to llamastack integration tests
skattoju Oct 30, 2025
ddc450e
Fix integration tests: correct mock patch paths for Streamlit tests
skattoju Oct 30, 2025
4ad5545
Remove ansible-lint workflow - no Ansible files in repository
skattoju Oct 30, 2025
29e79d1
Fix integration tests after rebase: add missing __init__.py and fire …
skattoju Oct 30, 2025
393c7b6
Add pytest fixtures for llamastack integration tests
skattoju Oct 30, 2025
0f464a0
Fix chat integration tests: patch llama_stack_api at module definitio…
skattoju Oct 30, 2025
2aef008
Fix Helm chart to conditionally include subcharts for MaaS deployment
skattoju Oct 30, 2025
4b2302e
fix: Remove --headed flag from Playwright tests to run in headless mode
skattoju Oct 31, 2025
5945e1f
feat: Streamline UI E2E tests and add MaaS integration tests
skattoju Oct 31, 2025
53eeb81
fix: Fix two failing UI E2E tests
skattoju Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/ansible-lint.yml

This file was deleted.

Loading