|
55 | 55 | conda_lean_filter: ${{ steps.set-filters.outputs.conda_lean_filter }} |
56 | 56 | conda_test_filter: ${{ steps.set-filters.outputs.conda_test_filter }} |
57 | 57 | wheel_lean_filter: ${{ steps.set-filters.outputs.wheel_lean_filter }} |
58 | | - lean_filter: ${{ steps.set-filters.outputs.lean_filter }} |
59 | 58 | mps_parser_filter: ${{ steps.set-filters.outputs.mps_parser_filter }} |
60 | 59 | libcuopt_filter: ${{ steps.set-filters.outputs.libcuopt_filter }} |
61 | 60 | cuopt_server_filter: ${{ steps.set-filters.outputs.cuopt_server_filter }} |
|
68 | 67 | echo "conda_lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.10\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
69 | 68 | echo "conda_test_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.13\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
70 | 69 | echo "wheel_lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
71 | | - echo "lean_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
72 | 70 | echo "mps_parser_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
73 | 71 | echo "libcuopt_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
74 | 72 | echo "cuopt_server_filter=[map(select(.ARCH == \"amd64\" and .PY_VER == \"3.12\")) | max_by(.CUDA_VER | split(\".\") | map(tonumber))]" >> $GITHUB_OUTPUT |
|
77 | 75 | echo "conda_lean_filter=." >> $GITHUB_OUTPUT |
78 | 76 | echo "conda_test_filter=." >> $GITHUB_OUTPUT |
79 | 77 | echo "wheel_lean_filter=." >> $GITHUB_OUTPUT |
80 | | - echo "lean_filter=." >> $GITHUB_OUTPUT |
81 | 78 | echo "mps_parser_filter=group_by([.ARCH, (.PY_VER |split(\".\") | map(tonumber))])|map(max_by([(.CUDA_VER|split(\".\")|map(tonumber))]))" >> $GITHUB_OUTPUT |
82 | 79 | echo "libcuopt_filter=group_by([.ARCH, (.CUDA_VER|split(\".\")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(\".\")|map(tonumber)))" >> $GITHUB_OUTPUT |
83 | 80 | echo "cuopt_server_filter=map(select(.ARCH == \"amd64\")) | group_by(.CUDA_VER|split(\".\")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(\".\")|map(tonumber)), (.CUDA_VER|split(\".\")|map(tonumber))]))" >> $GITHUB_OUTPUT |
|
0 commit comments