ci: remove GPT models not deployed on AI Core
CI / test (pull_request) Successful in 14s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 35s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 1m4s
CI / review (gpt-5, security, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 1m22s

gpt-4.1, gpt-4.1-mini, and gpt-5-mini are not deployed on SAP AI Core.
Only gpt-5 and anthropic--claude-4.6-sonnet are available.

Removed matrix entries for non-existent deployments to fix CI failures.
This commit is contained in:
Rodin
2026-05-10 01:09:21 -07:00
parent 5b3f6b1a44
commit 6d4c33a7a4
+2 -9
View File
@@ -20,6 +20,8 @@ jobs:
# Self-review using native SAP AI Core provider # Self-review using native SAP AI Core provider
# Models must match SAP AI Core deployments # Models must match SAP AI Core deployments
# Available models: gpt-5, anthropic--claude-4.6-sonnet, anthropic--claude-4.6-opus
# Removed gpt-4.1, gpt-5-mini, gpt-4.1-mini - not deployed on AI Core
review: review:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
@@ -33,15 +35,6 @@ jobs:
- name: gpt - name: gpt
token_secret: GPT_REVIEW_TOKEN token_secret: GPT_REVIEW_TOKEN
model: gpt-5 model: gpt-5
- name: gpt41
token_secret: GPT_REVIEW_TOKEN
model: gpt-4.1
- name: gpt5-mini
token_secret: GPT_REVIEW_TOKEN
model: gpt-5-mini
- name: gpt41-mini
token_secret: GPT_REVIEW_TOKEN
model: gpt-4.1-mini
- name: security - name: security
token_secret: SECURITY_REVIEW_TOKEN token_secret: SECURITY_REVIEW_TOKEN
model: gpt-5 model: gpt-5