Skip to content

Commit

Permalink
DM-44635: mobu: bump to 11.0.0, ditch exclude_dirs from autostart c…
Browse files Browse the repository at this point in the history
…onfig

It's in the [in-repo
config](https://mobu.lsst.io/user_guide/in_repo_config.html) in each
notebook repo now.
  • Loading branch information
fajpunk committed Aug 6, 2024
1 parent 7477e50 commit a8163e4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion applications/mobu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: "Continuous integration testing"
home: https://mobu.lsst.io/
sources:
- "https://github.com/lsst-sqre/mobu"
appVersion: 10.1.0
appVersion: 11.0.0
3 changes: 0 additions & 3 deletions applications/mobu/values-idfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/dfuchs-test-mobu.git"
repo_ref: "main"
exclude_dirs: ["exceptions"]
restart: true
- name: "recommended"
count: 1
Expand All @@ -44,7 +43,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
- name: "tutorial"
count: 1
Expand All @@ -60,7 +58,6 @@ config:
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
Expand Down
4 changes: 0 additions & 4 deletions applications/mobu/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
- name: "weekly"
count: 1
Expand All @@ -48,7 +47,6 @@ config:
image_class: "latest-weekly"
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
- name: "tutorial"
count: 1
Expand All @@ -64,7 +62,6 @@ config:
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
Expand All @@ -84,7 +81,6 @@ config:
image_class: "latest-weekly"
repo_url: "https://github.com/rubin-dp0/tutorial-notebooks.git"
repo_ref: "prod"
exclude_dirs: ["DP02_09_Custom_Coadds", "DP02_11_User_Packages", "DP02_03c_Big_deepCoadd_Cutout"]
max_executions: 1
working_directory: "notebooks/tutorial-notebooks"
restart: true
Expand Down
3 changes: 0 additions & 3 deletions applications/mobu/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
max_executions: 1
restart: true
- name: "quickbeam"
Expand All @@ -34,7 +33,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
idle_time: 900
delete_lab: false
restart: true
Expand All @@ -52,7 +50,6 @@ config:
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
Expand Down
1 change: 0 additions & 1 deletion applications/mobu/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ config:
image_class: "latest-weekly"
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
- name: "tap"
count: 1
Expand Down
1 change: 0 additions & 1 deletion applications/mobu/values-usdfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ config:
image_class: "latest-weekly"
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
1 change: 0 additions & 1 deletion applications/mobu/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ config:
options:
repo_url: "https://github.com/lsst-sqre/system-test.git"
repo_ref: "prod"
exclude_dirs: ["experiments"]
restart: true
- name: "tap"
count: 1
Expand Down

0 comments on commit a8163e4

Please sign in to comment.