From 6809282457074d1cff30148578f34acf9fa741f6 Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Fri, 14 Feb 2025 15:19:38 -0600 Subject: [PATCH] no notebook monkeys, 100 tap monkeys --- applications/mobu/values-idfint.yaml | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/applications/mobu/values-idfint.yaml b/applications/mobu/values-idfint.yaml index e8eb48fd15..752ef573bf 100644 --- a/applications/mobu/values-idfint.yaml +++ b/applications/mobu/values-idfint.yaml @@ -31,30 +31,30 @@ config: - "read:image" - "read:tap" autostart: - # - name: "tap-scale" - # count: 100 - # user_spec: - # username_prefix: "bot-mobu-scale-tap" - # scopes: ["read:tap"] - # business: - # type: "TAPQuerySetRunner" - # options: - # query_set: "dp0.2" - # restart: true - - name: "scale-test-empty-notebook" - count: 1000 + - name: "tap-scale" + count: 100 user_spec: - username_prefix: "bot-mobu-scale-notebook" - scopes: - - "exec:notebook" - - "exec:portal" - - "read:image" - - "read:tap" + username_prefix: "bot-mobu-scale-tap" + scopes: ["read:tap"] business: - type: "NotebookRunner" + type: "TAPQuerySetRunner" options: - repo_url: "https://github.com/lsst-sqre/scaletest.git" - repo_ref: "no-code" - idle_time: 0 - delete_lab: false + query_set: "dp0.2" restart: true + # - name: "scale-test-empty-notebook" + # count: 1000 + # user_spec: + # username_prefix: "bot-mobu-scale-notebook" + # scopes: + # - "exec:notebook" + # - "exec:portal" + # - "read:image" + # - "read:tap" + # business: + # type: "NotebookRunner" + # options: + # repo_url: "https://github.com/lsst-sqre/scaletest.git" + # repo_ref: "no-code" + # idle_time: 0 + # delete_lab: false + # restart: true