Skip to content

Commit

Permalink
TESTING: mobu nicer config
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed Jul 12, 2024
1 parent fd87d11 commit ecf3d8e
Showing 1 changed file with 47 additions and 44 deletions.
91 changes: 47 additions & 44 deletions applications/mobu/values-idfdev.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
image:
pullPolicy: "Always"
tag: "tickets-DM-44635-more-cleanup"
config:
debug: true
githubRefreshAppEnabled: true
Expand All @@ -24,47 +27,47 @@ config:
repo_ref: "main"
exclude_dirs: ["exceptions"]
restart: true
- name: "recommended"
count: 1
users:
- username: "bot-mobu-recommended"
scopes:
- "exec:notebook"
- "exec:portal"
- "read:image"
- "read:tap"
business:
type: "NotebookRunner"
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
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"
exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"]
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"
restart: true
# - name: "recommended"
# count: 1
# users:
# - username: "bot-mobu-recommended"
# scopes:
# - "exec:notebook"
# - "exec:portal"
# - "read:image"
# - "read:tap"
# business:
# type: "NotebookRunner"
# options:
# repo_url: "https://github.com/lsst-sqre/system-test.git"
# repo_ref: "prod"
# exclude_dirs: ["experiments"]
# 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"
# exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"]
# 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"
# restart: true

0 comments on commit ecf3d8e

Please sign in to comment.