-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from lsst-ts/tickets/DM-47882
DM-47882: Refactor config file and add command logging
- Loading branch information
Showing
12 changed files
with
99 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: build_and_test | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: docs | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: Check Python formatting | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: lint | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
name: Lint YAML Files | ||
|
||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
repos: | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
# Documentation manifest. | ||
|
||
# List of names of Python modules in this package. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
--- | ||
locations: | ||
summit: "postgresdb01.cp.lsst.org" | ||
usdf: "usdf-summitdb.slac.stanford.edu" | ||
dev: | ||
users_path: /sdf/home/f/fred3m/u/data/dev_users | ||
consdb: usdf-summitdb.slac.stanford.edu | ||
butlers: | ||
- embargo | ||
# efd_url: connection info here | ||
summit: | ||
users_path: /var/ddv-config | ||
credentials_path: /etc/secrets/postgres-credentials.txt | ||
consdb: postgresdb01.cp.lsst.org | ||
butlers: | ||
- embargo | ||
# efd_url: connection info here | ||
usdf: | ||
users_path: /var/ddv-config | ||
credentials_path: /etc/secrets/postgres-credentials.txt | ||
consdb: usdf-summitdb.slac.stanford.edu | ||
butlers: | ||
- embargo | ||
# efd_url: connection info here | ||
schemas: | ||
cdb_latiss: cdb_latiss.yaml | ||
cdb_lsstcomcam: cdb_lsstcomcam.yaml | ||
cdb_lsstcomcamsim: cdb_lsstcomcamsim.yaml | ||
# cdb_lsstcam: cdb_lsstcam.yaml | ||
repos: | ||
- /repo/main | ||
- embargo_or4 | ||
butlers: | ||
- s3://embargo@rubin-summit-users/butler.yaml | ||
#efd: | ||
# url: connection info here | ||
# cdb_lsstcam: cdb_lsstcam.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters