fix(infra): move Argo logs to dedicated argo-logs bucket

Argo artifact logs were stored in foxhunt-training-results which is
meant for model checkpoints. Separate bucket makes logs findable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-16 09:33:11 +01:00
parent c84c51434e
commit 2357337bbd
2 changed files with 2 additions and 2 deletions

View File

@@ -54,8 +54,7 @@ artifactRepository:
s3:
endpoint: minio.foxhunt.svc.cluster.local:9000
insecure: true
bucket: foxhunt-training-results
keyPrefix: ci-logs/
bucket: argo-logs
accessKeySecret:
name: minio-credentials
key: access-key

View File

@@ -159,6 +159,7 @@ spec:
mc mb --ignore-existing foxhunt/foxhunt-binaries
mc mb --ignore-existing foxhunt/foxhunt-models
mc mb --ignore-existing foxhunt/foxhunt-training-results
mc mb --ignore-existing foxhunt/argo-logs
mc mb --ignore-existing foxhunt/foxhunt-sccache
mc mb --ignore-existing foxhunt/foxhunt-training-data
echo "Buckets created:"