-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update recommended platform to Debian 12 / Python 3.10 (#1968)
Update test matrix: - Add Python 3.11 - Add Debian 12 - Remove Python 3.8 - Remove CentOS 7 - Remove Ubuntu
- Loading branch information
Showing
4 changed files
with
95 additions
and
208 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,312 +1,194 @@ | ||
[ | ||
{ | ||
"name": "Debian 10 / Python 3.8 / Dask", | ||
"name": "Debian 12 / Python 3.9 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py38:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py39:latest", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 10 / Python 3.8 / Local", | ||
"name": "Debian 12 / Python 3.9 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py38:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py39:latest", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 10 / Python 3.9 / Dask", | ||
"name": "Debian 12 / Python 3.10 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py39:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py310:latest", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch", "pull_request"] | ||
}, | ||
{ | ||
"name": "Debian 10 / Python 3.9 / Local", | ||
"name": "Debian 12 / Python 3.10 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py39:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py310:latest", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 10 / Python 3.10 / Dask", | ||
"name": "Debian 12 / Python 3.11 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py310:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["push", "schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 10 / Python 3.10 / Local", | ||
"name": "Debian 12 / Python 3.11 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py310:latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.8 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py38:latest", | ||
"name": "MacOS 12 / Python 3.9 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.9", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"push", | ||
"schedule", | ||
"workflow_dispatch", | ||
"pull_request" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.8 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py38:latest", | ||
"name": "MacOS 12 / Python 3.9 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.9", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.9 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py39:latest", | ||
"name": "MacOS 12 / Python 3.10 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.10", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.9 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py39:latest", | ||
"name": "MacOS 12 / Python 3.10 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.10", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.10 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py310:latest", | ||
"name": "MacOS 12 / Python 3.11 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.11", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Debian 11 / Python 3.10 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py310:latest", | ||
"name": "MacOS 12 / Python 3.11 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.11", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Ubuntu 22.04 / Python 3.8 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py38:latest", | ||
"name": "MacOS 13 / Python 3.9 / Dask", | ||
"os": "macos-13", | ||
"python-version": "3.9", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Ubuntu 22.04 / Python 3.8 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py38:latest", | ||
"name": "MacOS 13 / Python 3.9 / Local", | ||
"os": "macos-13", | ||
"python-version": "3.9", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Ubuntu 22.04 / Python 3.9 / Dask", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py39:latest", | ||
"name": "MacOS 13 / Python 3.10 / Dask", | ||
"os": "macos-13", | ||
"python-version": "3.10", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "Ubuntu 22.04 / Python 3.9 / Local", | ||
"os": "ubuntu-latest", | ||
"container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py39:latest", | ||
"name": "MacOS 13 / Python 3.10 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.10", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.8 / Dask", | ||
"os": "macos-latest", | ||
"python-version": "3.8", | ||
"name": "MacOS 13 / Python 3.11 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.11", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.8 / Local", | ||
"os": "macos-latest", | ||
"python-version": "3.8", | ||
"name": "MacOS 13 / Python 3.11 / Local", | ||
"os": "macos-13", | ||
"python-version": "3.11", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.9 / Dask", | ||
"os": "macos-latest", | ||
"name": "MacOS 14 / Python 3.9 / Dask", | ||
"os": "macos-14", | ||
"python-version": "3.9", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.9 / Local", | ||
"os": "macos-latest", | ||
"name": "MacOS 14 / Python 3.9 / Local", | ||
"os": "macos-14", | ||
"python-version": "3.9", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.10 / Dask", | ||
"os": "macos-latest", | ||
"name": "MacOS 14 / Python 3.10 / Dask", | ||
"os": "macos-14", | ||
"python-version": "3.10", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 11 / Python 3.10 / Local", | ||
"os": "macos-latest", | ||
"name": "MacOS 14 / Python 3.10 / Local", | ||
"os": "macos-14", | ||
"python-version": "3.10", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.8 / Dask", | ||
"name": "MacOS 14 / Python 3.11 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.8", | ||
"python-version": "3.11", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.8 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.8", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.9 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.9", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.9 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.9", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.10 / Dask", | ||
"os": "macos-12", | ||
"python-version": "3.10", | ||
"backend": "dask", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
}, | ||
{ | ||
"name": "MacOS 12 / Python 3.10 / Local", | ||
"os": "macos-12", | ||
"python-version": "3.10", | ||
"name": "MacOS 14 / Python 3.11 / Local", | ||
"os": "macos-14", | ||
"python-version": "3.11", | ||
"backend": "local", | ||
"experimental": false, | ||
"trigger": [ | ||
"schedule", | ||
"workflow_dispatch" | ||
] | ||
"trigger": ["schedule", "workflow_dispatch"] | ||
} | ||
] |
Oops, something went wrong.