From 8ba0a96c244f88a98b23e57105b25de1c3fd034b Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Thu, 30 Mar 2023 19:06:30 -0400 Subject: [PATCH] test: bump helm/kind-action from 1.3.0 to 1.5.0 --- .github/workflows/kind.yml | 2 +- tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index 541c63da..c7b6c15e 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.5.0 with: install_only: true diff --git a/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 b/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 index 92b02237..1780e477 100644 --- a/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 +++ b/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 @@ -16,9 +16,9 @@ "s3/choose/bucket/maybe": "My data is not stored in S3", "ml/ray/start/resources": { "Number of Workers": 0, - "CPUs per worker": "600m", + "CPUs per worker": "200m", "GPUs per worker": 0, - "Memory per worker": "3Gi", + "Memory per worker": "1.5Gi", "Ephemeral Storage per worker": "5Gi" }, "kubernetes/context": "kind-codeflare-test",