Skip to content

Commit

Permalink
Mobu: add exclude_dirs to existing flocks
Browse files Browse the repository at this point in the history
  • Loading branch information
fajpunk committed May 20, 2024
1 parent 5abcb6e commit e6947ee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/mobu/values-idfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions applications/mobu/values-idfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions applications/mobu/values-idfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions applications/mobu/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions applications/mobu/values-usdfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions applications/mobu/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6947ee

Please sign in to comment.