Commit 36a15e7
committed
ci: exclude tests requiring API_KEY from e2e workflow
Tests that need a real DashScope API_KEY for LLM invocation cannot run
in CI with OIDC-only credentials. Exclude them via --ignore and -k:
- test_agent_ruintime.py: AgentRuntime lifecycle needs OSS bucket access
- test_workspace_id.py: requires AGENTRUN_TEST_WORKSPACE_ID
- invoke/with_credential/model_proxy: require real API_KEY for LLM calls
Remaining tests (credential CRUD, model_service lifecycle, all sandbox
tests) run with OIDC temporary credentials only.
Change-Id: Ic8da4460f6f4942d8afd89c4da2bd344acfc2532
Co-developed-by: Claude <noreply@anthropic.com>1 parent 83cc8f9 commit 36a15e7
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments