Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/agentic-ai-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Agentic AI Services CI
name: "[smoke] Agentic AI Services CI"

# Triggers when any agentic-ai service changes. Change detection routes to only
# the affected service's reusable test workflow. Manual dispatch runs all tests.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthcare-assistant-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Healthcare Assistant Services CI
name: "[smoke] Healthcare Assistant Services CI"

# Triggers when any healthcare-assistant service changes. Change detection routes
# to only the affected service's reusable test workflow. Manual dispatch runs all tests.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/otel-discovery-demo-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - OTel Discovery Demo Services CI
name: "[smoke] OTel Discovery Demo Services CI"

# Triggers when any otel-discovery-demo source file changes. Change detection
# routes to only the affected service(s). Manual dispatch runs all tests.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiling-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Profiling Services CI
name: "[smoke] Profiling Services CI"

# Triggers when any profiling service changes. Change detection routes to only
# the affected service's reusable test workflow. Manual dispatch runs all tests.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Tagging Services CI
name: "[smoke] Tagging Services CI"

# Triggers when any tagging service changes. Change detection routes to only
# the affected service's reusable test workflow. Manual dispatch runs all tests.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-agentic-ai-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Agentic AI Service
name: "[smoke] Agentic AI Service"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-flask-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Flask Service
name: "[smoke] Flask Service"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gradle-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Gradle
name: "[smoke] Gradle"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-healthcare-assistant-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Healthcare Assistant Service
name: "[smoke] Healthcare Assistant Service"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-loadgenerator-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Load Generator
name: "[smoke] Load Generator"

# The load generator is a Locust client, not a server — there's no HTTP endpoint
# to hit. Tests verify: dependencies install cleanly, the locustfile has no
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-node-consumer-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Node.js Consumer
name: "[smoke] Node.js Consumer"

# The Node.js consumer is a Kafka subscriber, not an HTTP server — there's no
# endpoint to hit. Tests verify: dependencies install cleanly, the entrypoint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-cli-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Python CLI Script
name: "[smoke] Python CLI Script"

# A CLI script is not a server — there is no HTTP endpoint to hit.
# Tests verify: dependencies install cleanly, the script has no syntax
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-spring-boot-smoke.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Spring Boot Service
name: "[smoke] Spring Boot Service"

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/travel-agent-demo-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Smoke Test - Travel Agent Demo Services CI
name: "[smoke] Travel Agent Demo Services CI"

# Triggers when any travel-agent-demo service changes. Change detection routes
# to only the affected service's reusable test workflow. Manual dispatch runs all tests.
Expand Down
Loading