Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update recommended platform to Debian 12 / Python 3.10 #1968

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
288 changes: 85 additions & 203 deletions .github/workflows/test_matrix.json
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"]
}
]
Loading
Loading