Skip to content

Commit

Permalink
TEMP: disable other CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 15, 2024
1 parent 79b91e9 commit 47ec426
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 909 deletions.
104 changes: 0 additions & 104 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,110 +65,6 @@ environment:
# List a CI run for each platform first, to have immediate access when there
# is a need for debugging

# Ubuntu core tests
- ID: Ubu22core
# ~30min
DTS: >
datalad.cli
datalad.core
datalad.customremotes
datalad.dataset
datalad.distributed
datalad.distribution
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
PY: 3.9
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
INSTALL_GITANNEX: git-annex -m datalad/packages
# Windows core tests
- ID: WinP39core
# ~35 min
DTS: datalad.core datalad.dataset datalad.runner
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
# Python version specification is non-standard on windows
PY: 39-x64
# TODO: use datalad/git-annex (github release packages) but
# it would need setup of a GITHUB_TOKEN to access.
# This one is set in master but kept without change in maint for now
# INSTALL_GITANNEX: git-annex -m datalad/packages
# MacOS core tests
- ID: MacP39core
# ~40min
DTS: datalad.core datalad.dataset datalad.runner datalad.support
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.9
# does not give a functional installation - needs env/PATH adjustment
# INSTALL_GITANNEX: git-annex -m snapshot
#INSTALL_GITANNEX: git-annex=8.20201129
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

# Additional test runs
- ID: Ubu22a1
# ~30min
DTS: >
datalad.downloaders
datalad.interface
datalad.local
datalad.runner
datalad.support
datalad.tests
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
PY: 3.9
INSTALL_SYSPKGS: python3-virtualenv
CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov
# system git-annex is way too old, use better one
INSTALL_GITANNEX: git-annex -m datalad/packages
- ID: WinP39a1
# ~40min
DTS: >
datalad.cli
datalad.customremotes
datalad.distribution
datalad.distributed
datalad.downloaders
datalad.interface
datalad.tests
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
PY: 39-x64
- ID: WinP39a2
# ~45min
DTS: >
datalad.local
datalad.support
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
PY: 39-x64

- ID: MacP39a1
# ~40min
DTS: >
datalad.cli
datalad.customremotes
datalad.distribution
datalad.downloaders
datalad.interface
datalad.tests
datalad.ui
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.9
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov
- ID: MacP39a2
# ~40min
DTS: >
datalad.local
datalad.distributed
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PY: 3.9
INSTALL_GITANNEX: git-annex -m datalad/packages
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://cli.codecov.io/v0.7.4/macos/codecov

# Test alternative Python versions
- ID: Ubu22P312a
# ~35min
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/add-changelog-snippet.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/benchmarks.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/docbuild.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/lint.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/release.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/shellcheck.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/test-label.yml

This file was deleted.

Loading

0 comments on commit 47ec426

Please sign in to comment.