Skip to content

Commit

Permalink
ci-debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Yicheng-Lu-llll <[email protected]>
  • Loading branch information
Yicheng-Lu-llll committed May 20, 2023
1 parent 8af3bd9 commit da7330b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified tests/framework/__pycache__/utils.cpython-310.pyc
Binary file not shown.
5 changes: 5 additions & 0 deletions tests/framework/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ def __install_crd_and_operator(self):
f"--set image.repository={repo},image.tag={tag}"
)

logger.info("!!!check CRD!!!")
shell_subprocess_check_output("kubectl get crd rayjobs.ray.io -o yaml | grep suspend")



def shell_subprocess_run(command, check = True):
"""
Command will be executed through the shell. If check=True, it will raise an error when
Expand Down

0 comments on commit da7330b

Please sign in to comment.