From 1ac26698560d8572646e01ee1c030e3fb53175d9 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 10 Nov 2023 11:46:12 -0800 Subject: [PATCH] wip Signed-off-by: Kevin Su --- .github/workflows/end2end.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index 41cd28016..1704d58d7 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -29,6 +29,7 @@ jobs: run: | flytectl config init --host localhost:30080 flytectl demo start + # TODO: Build a single binary image that enables and install all the plugins kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/default?ref=v0.5.2" kubectl rollout restart deployment flyte-sandbox -n flyte - name: Setup Flytekit @@ -44,3 +45,4 @@ jobs: working-directory: examples run: | pyflyte --config /home/runner/.flyte/config-sandbox.yaml run --remote integration_test.py integration_test + # TODO: Check workflow status \ No newline at end of file