test(core): git-backed memory repo integration (real object store) (#9298)

---------

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Sarah Wooders
2026-02-05 14:53:28 -08:00
committed by Caren Thomas
parent 0bdedb3c0f
commit 93249b96f5
3 changed files with 38 additions and 1 deletions

View File

@@ -41,7 +41,8 @@ jobs:
"integration_test_batch_api_cron_jobs.py",
"integration_test_builtin_tools.py",
"integration_test_turbopuffer.py",
"integration_test_human_in_the_loop.py"
"integration_test_human_in_the_loop.py",
"integration_test_git_memory_repo_http.py"
]
}
}

View File

@@ -381,6 +381,10 @@ jobs:
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
GOOGLE_CLOUD_LOCATION: ${{ secrets.GOOGLE_CLOUD_LOCATION }}
# Real object store (required for git-backed memory integration test)
# Use DEV bucket/prefix variable to avoid prod resources.
LETTA_OBJECT_STORE_URI: ${{ vars.LETTA_OBJECT_STORE_URI_DEV }}
# Feature flags (shared across all test types)
LETTA_ENABLE_BATCH_JOB_POLLING: true