diff --git a/applications/mobu/values-idfdev.yaml b/applications/mobu/values-idfdev.yaml index 4c0a555004..e115ffd41c 100644 --- a/applications/mobu/values-idfdev.yaml +++ b/applications/mobu/values-idfdev.yaml @@ -18,6 +18,7 @@ config: options: repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true - name: "tutorial" count: 1 @@ -33,6 +34,7 @@ config: options: repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git" repo_branch: "prod" + exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"] max_executions: 1 working_directory: "notebooks/tutorial-notebooks" restart: true diff --git a/applications/mobu/values-idfint.yaml b/applications/mobu/values-idfint.yaml index e6d50c84e1..7e619b32d0 100644 --- a/applications/mobu/values-idfint.yaml +++ b/applications/mobu/values-idfint.yaml @@ -14,6 +14,7 @@ config: options: repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true - name: "weekly" count: 1 @@ -31,6 +32,7 @@ config: image_class: "latest-weekly" repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true - name: "tutorial" count: 1 @@ -46,6 +48,7 @@ config: options: repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git" repo_branch: "prod" + exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"] max_executions: 1 working_directory: "notebooks/tutorial-notebooks" restart: true @@ -65,6 +68,7 @@ config: image_class: "latest-weekly" repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git" repo_branch: "prod" + exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"] max_executions: 1 working_directory: "notebooks/tutorial-notebooks" restart: true diff --git a/applications/mobu/values-idfprod.yaml b/applications/mobu/values-idfprod.yaml index e72f556ae3..1f2097293a 100644 --- a/applications/mobu/values-idfprod.yaml +++ b/applications/mobu/values-idfprod.yaml @@ -14,6 +14,7 @@ config: options: repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] max_executions: 1 restart: true - name: "quickbeam" @@ -30,6 +31,7 @@ config: options: repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] idle_time: 900 delete_lab: false restart: true @@ -47,6 +49,7 @@ config: options: repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git" repo_branch: "prod" + exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages"] max_executions: 1 working_directory: "notebooks/tutorial-notebooks" restart: true diff --git a/applications/mobu/values-usdfdev.yaml b/applications/mobu/values-usdfdev.yaml index facf862243..074f1148e2 100644 --- a/applications/mobu/values-usdfdev.yaml +++ b/applications/mobu/values-usdfdev.yaml @@ -19,6 +19,7 @@ config: image_class: "latest-weekly" repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true - name: "tap" count: 1 diff --git a/applications/mobu/values-usdfint.yaml b/applications/mobu/values-usdfint.yaml index 84c264637d..8316034d5b 100644 --- a/applications/mobu/values-usdfint.yaml +++ b/applications/mobu/values-usdfint.yaml @@ -19,4 +19,5 @@ config: image_class: "latest-weekly" repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true diff --git a/applications/mobu/values-usdfprod.yaml b/applications/mobu/values-usdfprod.yaml index b04c82af58..2a3960dcae 100644 --- a/applications/mobu/values-usdfprod.yaml +++ b/applications/mobu/values-usdfprod.yaml @@ -17,6 +17,7 @@ config: options: repo_url: "https://github.com/lsst-sqre/system-test.git" repo_branch: "prod" + exclude_dirs: ["experiments"] restart: true - name: "tap" count: 1