Skip to content

Commit

Permalink
need to use strings for validation config
Browse files Browse the repository at this point in the history
Signed-off-by: Bettina Heim <heimb@outlook.com>
  • Loading branch information
bettinaheim committed Nov 1, 2024
1 parent 7efcb4b commit f9e8682
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/config/validation_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"python":
[
{
"version": 3.10,
"version": "3.10",
"operating_systems":
[
"ubuntu:22.04",
Expand All @@ -11,7 +11,7 @@
]
},
{
"version": 3.11,
"version": "3.11",
"operating_systems":
[
"ubuntu:22.04",
Expand All @@ -22,7 +22,7 @@
]
},
{
"version": 3.12,
"version": "3.12",
"operating_systems":
[
"ubuntu:24.04",
Expand All @@ -48,31 +48,31 @@
"ubuntu:22.04":
{
"libcdev_package": "libc6-dev",
"cudart_version": 12.0,
"cudart_version": "12.0",
"cuda_distribution": "ubuntu2204"
},
"debian:12":
{
"libcdev_package": "libc6-dev",
"cudart_version": 12.6,
"cudart_version": "12.6",
"cuda_distribution": "debian12"
},
"redhat/ubi9:9.2":
{
"libcdev_package": "glibc-devel",
"cudart_version": 12.0,
"cudart_version": "12.0",
"cuda_distribution": "rhel9"
},
"opensuse/leap:15.5":
{
"libcdev_package": "glibc-devel",
"cudart_version": 12.0,
"cudart_version": "12.0",
"cuda_distribution": "opensuse15"
},
"fedora:39":
{
"libcdev_package": "glibc-devel",
"cudart_version": 12.4,
"cudart_version": "12.4",
"cuda_distribution": "fedora39"
}
},
Expand All @@ -89,25 +89,25 @@
"ubuntu:22.04":
{
"libcdev_package": "libc6-dev",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "ubuntu2204"
},
"redhat/ubi8:8.0":
{
"libcdev_package": "glibc-devel",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "rhel9"
},
"opensuse/leap:15.5":
{
"libcdev_package": "glibc-devel",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "opensuse15"
},
"fedora:38":
{
"libcdev_package": "glibc-devel",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "rhel9"
}
},
Expand All @@ -122,13 +122,13 @@
"ubuntu:22.04":
{
"libcdev_package": "libc6-dev",
"cudart_version": 12.0,
"cudart_version": "12.0",
"cuda_distribution": "ubuntu2204"
},
"redhat/ubi9:9.2":
{
"libcdev_package": "glibc-devel",
"cudart_version": 12.0,
"cudart_version": "12.0",
"cuda_distribution": "rhel9"
}
},
Expand All @@ -144,19 +144,19 @@
"ubuntu:22.04":
{
"libcdev_package": "libc6-dev",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "ubuntu2204"
},
"redhat/ubi8:8.0":
{
"libcdev_package": "glibc-devel",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "rhel9"
},
"fedora:38":
{
"libcdev_package": "glibc-devel",
"cudart_version": 11.8,
"cudart_version": "11.8",
"cuda_distribution": "rhel9"
}
}
Expand Down

0 comments on commit f9e8682

Please sign in to comment.