Skip to content

Commit

Permalink
Merge pull request lsst-sqre#2964 from lsst-sqre/u/stvoutsin/roe-mobu
Browse files Browse the repository at this point in the history
Modify mobu for the roe environment to test TAP only with list of queries
  • Loading branch information
stvoutsin authored Feb 21, 2024
2 parents 45bbe76 + afa7782 commit b038298
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions applications/mobu/values-roe.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
config:
autostart:
- name: "firefighter"
- name: "tap"
count: 1
users:
- username: "bot-mobu-recommended"
- username: "bot-mobu-tap"
uidnumber: 74768
gidnumber: 74768
scopes: ["exec:notebook", "exec:portal", "read:image", "read:tap"]
scopes: ["read:tap"]
business:
type: "NotebookRunner"
type: "TAPQueryRunner"
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_branch: "prod"
max_executions: 1
restart: true
- name: "weekly"
count: 1
users:
- username: "bot-mobu-weekly"
uidnumber: 74769
gidnumber: 74769
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_branch: "prod"
queries:
- "SELECT TOP 10 * FROM video.hsc_g_f"
- "SELECT TOP 10 * FROM TAP_SCHEMA.tables"
- "SELECT TOP 10 * FROM viking.hsc_g_f"
restart: true

0 comments on commit b038298

Please sign in to comment.