-
Notifications
You must be signed in to change notification settings - Fork 47
Local testing with LocalStack #4949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: nishad/job-runner-watcher
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Found 4 test failures on Blacksmith runners: Failures
|
|
| from metta.app_backend.job_runner.config import ( | ||
| JOB_NAMESPACE, | ||
| LABEL_APP, | ||
| LABEL_APP_VALUE, | ||
| LABEL_JOB_ID, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import statement needs to be updated to remove the JOB_NAMESPACE import and add get_dispatch_config since it's used to access the config.
Spotted by Graphite Agent (based on CI logs)
Is this helpful? React 👍 or 👎 to let us know.
| from metta.app_backend.job_runner.config import ( | ||
| JOB_NAMESPACE, | ||
| LABEL_APP, | ||
| LABEL_APP_VALUE, | ||
| LABEL_JOB_ID, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import statement needs to be updated to remove the JOB_NAMESPACE import and add get_dispatch_config since it's used to access the config.
Spotted by Graphite Agent (based on CI logs)
Is this helpful? React 👍 or 👎 to let us know.
63fe7fb to
b7d0e5c
Compare
4dfb22d to
21539ab
Compare
21539ab to
9dd7def
Compare
b7d0e5c to
8e02bc7
Compare
8e02bc7 to
d1a5bdf
Compare
- Add LocalStack process to process-compose.yaml - Add eval-jobs namespace alongside jobs namespace - Make JOB_NAMESPACE configurable via config - Add --s3 flag to server and watcher commands - Update help text with S3 mode instructions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Server uses host.docker.internal:4566 so presigned URLs work from pods. Watcher uses localhost:4566 since it runs on host. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
93926b7 to
1866c8d
Compare
11be74c to
849a89b
Compare

LocalStack + eval-jobs namespace for local S3 testing.