Skip to content

Commit

Permalink
Merge pull request #183 from datalad/doc-clients
Browse files Browse the repository at this point in the history
Write down client deployment locations
  • Loading branch information
jwodder authored Nov 16, 2023
2 parents f423593 + d4d3e15 commit 65730d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions clients/clients.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ndoli:
# Client location:
# - Server: ndoli.dartmouth.edu
# - Account: f006dyc
# - datalad/git-annex clone location: ~/git-annex-client/git-annex
tests:
git-annex-home: |
set -eux
Expand All @@ -17,6 +21,10 @@ ndoli:
timeout 7200 git annex test -J5 | ts -s
smaug:
# Client location:
# - Server: smaug.datalad.org
# - Account: datalad
# - datalad/git-annex clone location: ~/git-annex-ci/git-annex
tests:
git-annex: |
set -eux
Expand All @@ -26,6 +34,10 @@ smaug:
timeout 3600 git annex test -J5 | ts -s
openmind7:
# Client location:
# - Server: openmind
# - Account: Managed by @yarikoptic; see him for information
# - datalad/git-annex clone location: ~/git-annex-ci/git-annex
tests:
git-annex-home: |
set -eux
Expand Down

0 comments on commit 65730d2

Please sign in to comment.