Skip to content

Commit

Permalink
fix(configs): added base structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jul 11, 2023
1 parent e10b06f commit 3382816
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ python = "^3.8"
tenacity = "^8.2"
pydantic = "^2.0"
requests = "^2.31"
pyyaml = "^6.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.4"
Expand Down
13 changes: 13 additions & 0 deletions workflow/configs/chime-frb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
work:
sites:
- "canfar"
- "cedar"
- "chime"
- "aro"
- "hco"
- "gbo"
- "kko"
- "local"

authentication:
enabled: true
5 changes: 5 additions & 0 deletions workflow/configs/chime-sps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
work:
sites:
- "chime"
- "narwhal"
- "local"

0 comments on commit 3382816

Please sign in to comment.