Skip to content

Commit

Permalink
wip scale testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jan 24, 2025
1 parent ff2eaed commit 581b431
Showing 1 changed file with 9 additions and 69 deletions.
78 changes: 9 additions & 69 deletions applications/mobu/values-idfint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
image:
tag: tickets-48587-mobu-scale-test
pullPolicy: Always
config:
metrics:
enabled: true
sentryTracesSampleConfig: errors
githubRefreshApp:
acceptedGithubOrgs:
- lsst-sqre
Expand All @@ -18,81 +22,17 @@ config:
- "read:image"
- "read:tap"
autostart:
- name: "recommended"
- name: "scale-test-emptyloop"
count: 1
users:
- username: "bot-mobu-recommended"
user_spec:
username_prefix: "bot-mobu-scale"
scopes:
- "exec:notebook"
- "exec:portal"
- "read:image"
- "read:tap"
business:
type: "NotebookRunner"
type: "EmptyLoop"
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
restart: true
- name: "weekly"
count: 1
users:
- username: "bot-mobu-weekly"
scopes:
- "exec:notebook"
- "exec:portal"
- "read:image"
- "read:tap"
business:
type: "NotebookRunner"
options:
image:
image_class: "latest-weekly"
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
restart: true
- name: "tutorial"
count: 1
users:
- username: "bot-mobu-tutorial"
scopes:
- "exec:notebook"
- "exec:portal"
- "read:image"
- "read:tap"
business:
type: "NotebookRunner"
options:
repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git"
repo_ref: "prod"
max_executions: 1
working_directory: "notebooks/tutorial-notebooks"
restart: true
- name: "tutorial-weekly"
count: 1
users:
- username: "bot-mobu-tutorial-weekly"
scopes:
- "exec:notebook"
- "exec:portal"
- "read:image"
- "read:tap"
business:
type: "NotebookRunner"
options:
image:
image_class: "latest-weekly"
repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git"
repo_ref: "prod"
max_executions: 1
working_directory: "notebooks/tutorial-notebooks"
restart: true
- name: "tap"
count: 1
users:
- username: "bot-mobu-tap"
scopes: ["read:tap"]
business:
type: "TAPQuerySetRunner"
options:
query_set: "dp0.2"
idle_time: 5
restart: true

0 comments on commit 581b431

Please sign in to comment.