• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / CoPilot-For-Consensus / 20755513820 / 19
76%
main: 76%

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 05:00PM UTC
Files 2
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jan 2026 04:55PM UTC coverage: 93.75%. Remained the same
20755513820.19

push

github

web-flow
fix: Correct Qdrant port for internal Container Apps communication (#771)

* fix: Correct Qdrant port for internal Container Apps communication

**Problem**: Embedding and summarization services failing to connect to Qdrant with timeout errors.

**Root Cause**: Services configured to connect on port 6333, but Container Apps remaps internal
service communication (non-external ingress) to port 80. When ingress is configured with:
  ingress: {
    external: false
    targetPort: 6333
  }
Other services accessing it via Container Apps DNS use port 80, not 6333.

**Solution**: Change VECTOR_DB_PORT from '6333' to '80' in both:
- Embedding service environment variables
- Summarization service environment variables

This allows services to properly connect to Qdrant via internal Container Apps DNS:
  http://copilot-qdrant-dev (implicitly port 80)
  ↓ (mapped by Container Apps)
  Qdrant container:6333

* docs: Add Azure OpenAI configuration to embedding and summarization service schemas

**Problem**: Embedding and summarization services require Azure OpenAI configuration parameters
(azure_openai_key, azure_openai_endpoint, azure_openai_deployment) but these fields were missing
from their configuration schemas.

Without the schema definitions, the configuration loader (copilot_config) doesn't know how to map
environment variables to the service's configuration object attributes, resulting in:
  - config.azure_openai_key → AttributeError (attribute missing)
  - config.azure_openai_endpoint → AttributeError (attribute missing)

**Solution**: Add the missing Azure OpenAI configuration fields to both schemas:
- embedding.json: azure_openai_endpoint, azure_openai_key, azure_openai_deployment, azure_openai_api_version
- summarization.json: azure_openai_endpoint, azure_openai_api_key, azure_openai_deployment

These fields map to the corresponding AZURE_OPENAI_* environment variables passed by the Container Apps
Bicep module, allowing the configuration loader to prope... (continued)

150 of 160 relevant lines covered (93.75%)

0.94 hits per line

Source Files on job copilot_chunking - 20755513820.19
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20755513820
  • 94491e5e on github
  • Prev Job for on main (#20737015377.19)
  • Next Job for on main (#20758856212.6)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc