From 581b43155e37f7dbe8b56a39336af7785ce24426 Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Fri, 24 Jan 2025 14:54:57 -0600 Subject: [PATCH] wip scale testing --- applications/mobu/values-idfint.yaml | 78 ++++------------------------ 1 file changed, 9 insertions(+), 69 deletions(-) diff --git a/applications/mobu/values-idfint.yaml b/applications/mobu/values-idfint.yaml index ccdc43148b..fd8aa96474 100644 --- a/applications/mobu/values-idfint.yaml +++ b/applications/mobu/values-idfint.yaml @@ -1,6 +1,10 @@ +image: + tag: tickets-48587-mobu-scale-test + pullPolicy: Always config: metrics: enabled: true + sentryTracesSampleConfig: errors githubRefreshApp: acceptedGithubOrgs: - lsst-sqre @@ -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