1111# Examples: "kotlin-hello-world", "chain-workflow", "weather"
1212#
1313# - test_group: Run only tests in a specific group
14- # Options: all, mcp-servers, openai-1 , openai-2, openai-3, anthropic-multi, docker-tests
14+ # Options: all, mcp-servers, agentic , openai-2, openai-3, anthropic-multi, docker-tests
1515#
1616# TEST GROUPS:
1717# ┌─────────────────────┬────────────────────────────────────────────────────┐
2121# │ │ weather/starter-webflux-server │
2222# │ │ weather/starter-stdio-server │
2323# ├─────────────────────┼────────────────────────────────────────────────────┤
24- # │ openai-1 │ agentic-patterns/chain-workflow │
25- # │ (Agentic Patterns ) │ agentic-patterns/evaluator-optimizer │
24+ # │ agentic │ agentic-patterns/chain-workflow │
25+ # │ (OpenAI+Anthropic ) │ agentic-patterns/evaluator-optimizer │
2626# │ │ agentic-patterns/orchestrator-workers │
2727# │ │ agentic-patterns/parallelization-workflow │
2828# │ │ agentic-patterns/routing-workflow │
8686 options :
8787 - all
8888 - mcp-servers
89- - openai-1
89+ - agentic
9090 - openai-2
9191 - openai-3
9292 - anthropic-multi
@@ -116,9 +116,9 @@ jobs:
116116 needs_anthropic : false
117117 needs_brave : false
118118
119- # Group 2: OpenAI - Agentic Patterns
120- - group : openai-1
121- group_name : " OpenAI - Agentic Patterns"
119+ # Group 2: Agentic Patterns (OpenAI + Anthropic)
120+ - group : agentic
121+ group_name : " Agentic Patterns"
122122 tests : |
123123 agentic-patterns/chain-workflow
124124 agentic-patterns/evaluator-optimizer
@@ -127,7 +127,7 @@ jobs:
127127 agentic-patterns/routing-workflow
128128 agents/reflection
129129 needs_openai : true
130- needs_anthropic : false
130+ needs_anthropic : true
131131 needs_brave : false
132132
133133 # Group 3: OpenAI - Kotlin & Misc
0 commit comments