Skip to content

Commit

Permalink
[DATALAD RUNCMD] make generate
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [
  "064735c5c6a523b311ad8fcaf8ecc7b806458cb9",
  "fc6c253973517f3da44f67ad04e07105ebaefb57"
 ],
 "cmd": "make generate",
 "dsid": "6b923cfa-a6c6-4bae-941d-e92f6afd5fcb",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [
  "scripts/generate",
  "templates/"
 ],
 "outputs": [
  "README.md",
  ".github/workflows/"
 ],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Sep 16, 2024
1 parent a99c626 commit 421a097
Show file tree
Hide file tree
Showing 24 changed files with 216 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_catalog-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_catalog extension from PyPI ([devel,test,tests])
run: |
pip install datalad-catalog[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_catalog-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_catalog extension from PyPI ([devel,test,tests])
run: |
pip install datalad-catalog[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_container-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_container extension from PyPI ([devel,test,tests])
run: |
pip install datalad-container[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_container-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_container extension from PyPI ([devel,test,tests])
run: |
pip install datalad-container[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_crawler-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_crawler extension from PyPI ([devel,test,tests])
run: |
pip install datalad-crawler[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_crawler-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_crawler extension from PyPI ([devel,test,tests])
run: |
pip install datalad-crawler[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_dataverse-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_dataverse extension from PyPI ([devel,test,tests])
run: |
pip install datalad-dataverse[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_dataverse-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_dataverse extension from PyPI ([devel,test,tests])
run: |
pip install datalad-dataverse[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_deprecated-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_deprecated extension from PyPI ([devel,test,tests])
run: |
pip install datalad-deprecated[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_deprecated-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_deprecated extension from PyPI ([devel,test,tests])
run: |
pip install datalad-deprecated[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_fuse-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_fuse extension from PyPI ([devel,test,tests])
run: |
pip install datalad-fuse[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_fuse-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_fuse extension from PyPI ([devel,test,tests])
run: |
pip install datalad-fuse[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_metalad-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_metalad extension from PyPI ([devel,test,tests])
run: |
pip install datalad-metalad[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_metalad-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_metalad extension from PyPI ([devel,test,tests])
run: |
pip install datalad-metalad[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_neuroimaging-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_neuroimaging extension from PyPI ([devel,test,tests])
run: |
pip install datalad-neuroimaging[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_neuroimaging-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/master.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && master == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_neuroimaging extension from PyPI ([devel,test,tests])
run: |
pip install datalad-neuroimaging[devel,test,tests]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test-datalad_next-maint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# name mimics the one in .travis.yml for datalad build introduced in
# https://github.com/datalad/datalad/pull/4640
annex-install-scenario: [neurodebian, datalad-git-annex-latest]
datalad-install-scenario: [plain]
include:
- annex-install-scenario: neurodebian
datalad-install-scenario: with-datalad-next-release
fail-fast: false

steps:
Expand Down Expand Up @@ -63,6 +67,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/datalad/datalad/archive/maint.zip
- name: Install datalad-next
if: matrix.datalad-install-scenario == 'with-datalad-next-release' && maint == 'maint'
run: |
pip install datalad-next
git config --global --add datalad.extensions.load next
- name: Install datalad_next extension from PyPI ([devel,test,tests])
run: |
pip install datalad-next[devel,test,tests]
Expand Down
Loading

0 comments on commit 421a097

Please sign in to comment.