chore: factor kube auth test distro

We just need to validate the auth so we don't need any API / Providers.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-06 11:14:37 +02:00
parent 4597145011
commit 666f009836
No known key found for this signature in database

View file

@ -74,32 +74,8 @@ jobs:
cat <<'EOF' > $run_dir/run.yaml cat <<'EOF' > $run_dir/run.yaml
version: '2' version: '2'
image_name: kube image_name: kube
apis: apis: []
- agents providers: {}
- datasetio
- eval
- inference
- safety
- scoring
- telemetry
- tool_runtime
- vector_io
providers:
agents:
- provider_id: meta-reference
provider_type: inline::meta-reference
config:
persistence_store:
type: sqlite
namespace: null
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/ollama}/agents_store.db
telemetry:
- provider_id: meta-reference
provider_type: inline::meta-reference
config:
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/ollama/trace_store.db}
server: server:
port: 8321 port: 8321
EOF EOF