Skip to content

Commit b450eff

Browse files
committed
✅ update testing matrix to include KubeRay 1.4.0 and Dagster 1.11.1 without ray 2.47.0
1 parent 65e8dc2 commit b450eff

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,14 @@ jobs:
3535
- "3.10"
3636
- "3.9"
3737
ray:
38-
- "2.42.1"
39-
- "2.37.0"
40-
- "2.24.0"
38+
- "2.46.0"
4139
dagster:
42-
- "1.10.12"
43-
- "1.10.2"
40+
- "1.11.1"
41+
- "1.10.21"
4442
kuberay:
45-
- "1.3.0-rc.1"
43+
- "1.4.0"
44+
- "1.3.0"
4645
- "1.2.2"
47-
- "1.1.0"
4846
steps:
4947
- uses: actions/checkout@v4
5048
- uses: azure/setup-helm@v4.3.0

tests/kuberay/test_pipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"shutdownAfterJobFinishes": False, # helpful for debugging tests1
6060
"submissionMode": "K8sJobMode",
61-
"ttlSecondsAfterFinished": 300,
61+
# "ttlSecondsAfterFinished": 300, # doesn't work together with shutdownAfterJobFinishes starting from KubeRay 1.4.0
6262
},
6363
}
6464

0 commit comments

Comments
 (0)