diff --git a/.github/workflows/kind.yml b/.github/workflows/kind.yml index 294e217a..b017bd89 100644 --- a/.github/workflows/kind.yml +++ b/.github/workflows/kind.yml @@ -36,7 +36,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..800118cd 100644 --- a/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 +++ b/tests/kind/profiles/non-gpu1/mcad-coscheduler.x86_64 @@ -16,10 +16,10 @@ "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", - "Ephemeral Storage per worker": "5Gi" + "Memory per worker": "1.25Gi", + "Ephemeral Storage per worker": "2Gi" }, "kubernetes/context": "kind-codeflare-test", "kubernetes/choose/ns": "default",