Skip to content

Commit

Permalink
Update recommended platform to Debian 12 / Python 3.10
Browse files Browse the repository at this point in the history
Update test matrix:
- Add Python 3.11
- Add Debian 12
- Remove Python 3.8
- Remove CentOS 7
- Remove Ubuntu
  • Loading branch information
cjao committed Aug 26, 2024
1 parent 215d8d3 commit 9c41403
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 208 deletions.
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"]
},
{
"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", "pull_request"]
},
{
"name": "Debian 10 / Python 3.10 / Local",
"name": "Debian 12 / Python 3.10 / 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

0 comments on commit 9c41403

Please sign in to comment.