From 9b9fdb8791e01906540dc857e4c8b0a5a8d5241e Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Fri, 1 Aug 2025 11:26:33 +0100 Subject: [PATCH 1/2] e2e test Signed-off-by: Pat O'Connor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc22626..0a8cf53e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CodeFlare SDK +# CodeFlare SDK -> TESTING CI [![Python application](https://github.com/project-codeflare/codeflare-sdk/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/project-codeflare/codeflare-sdk/actions/workflows/unit-tests.yml) ![coverage badge](./coverage.svg) From ab0e2f2982692a8af4fd6dfd2b8da4694e151182 Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Fri, 1 Aug 2025 11:29:30 +0100 Subject: [PATCH 2/2] e2e test 2 Signed-off-by: Pat O'Connor --- src/codeflare_sdk/ray/cluster/cluster.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/codeflare_sdk/ray/cluster/cluster.py b/src/codeflare_sdk/ray/cluster/cluster.py index 4eaa2000..2bfb0450 100644 --- a/src/codeflare_sdk/ray/cluster/cluster.py +++ b/src/codeflare_sdk/ray/cluster/cluster.py @@ -16,6 +16,8 @@ The cluster sub-module contains the definition of the Cluster object, which represents the resources requested by the user. It also contains functions for checking the cluster setup queue, a list of all existing clusters, and the user's working namespace. + +E2E TESTING """ from time import sleep