We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18d010 commit 5c1bfdcCopy full SHA for 5c1bfdc
ci/cached-builds/has_tests.py
@@ -38,9 +38,6 @@ def check_tests(target: str) -> bool:
38
if target.startswith(("rocm-jupyter-minimal-", "rocm-jupyter-datascience-")):
39
return False # we don't have specific tests for -minimal-, ... in ci-operator/config
40
41
- if target.endswith("-python-3.12"):
42
- return False # we haven't yet enabled on-cluster testing because that needs valid manifests
43
-
44
build_directory = gha_pr_changed_files.get_build_directory(target)
45
kustomization = (
46
pathlib.Path(gha_pr_changed_files.PROJECT_ROOT) / build_directory / "kustomize/base/kustomization.yaml"
0 commit comments