Skip to content

Commit

Permalink
Mobu: add exclude_dirs to existing flocks
Browse files Browse the repository at this point in the history
fajpunk committed May 20, 2024
1 parent f0b8cb5 commit 5efd9bc
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
@@ -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
4 changes: 4 additions & 0 deletions applications/mobu/values-idfint.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions applications/mobu/values-idfprod.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions applications/mobu/values-usdfdev.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions applications/mobu/values-usdfint.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -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

0 comments on commit 5efd9bc

Please sign in to comment.