From 2fcb280c9b0ab7e5889dce0f21db9603117e09df Mon Sep 17 00:00:00 2001 From: Revital Sur Date: Sun, 13 Aug 2023 05:54:03 +0000 Subject: [PATCH 1/2] Fix typo in base-template.yaml Signed-off-by: Revital Sur --- src/codeflare_sdk/templates/base-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codeflare_sdk/templates/base-template.yaml b/src/codeflare_sdk/templates/base-template.yaml index f408df2e2..3ee9874f2 100644 --- a/src/codeflare_sdk/templates/base-template.yaml +++ b/src/codeflare_sdk/templates/base-template.yaml @@ -287,7 +287,7 @@ spec: optional: false - name: server-cert emptyDir: {} - - replica: 1 + - replicas: 1 generictemplate: kind: Route apiVersion: route.openshift.io/v1 From 95810edcf02e8cfabd800d7003e0d6f035f4d9d9 Mon Sep 17 00:00:00 2001 From: Revital Sur Date: Mon, 14 Aug 2023 19:28:23 +0000 Subject: [PATCH 2/2] Fix tests. Signed-off-by: Revital Sur --- demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml | 2 +- .../guided-demos/notebook-ex-outputs/instascaletest.yaml | 2 +- .../guided-demos/notebook-ex-outputs/interactivetest.yaml | 2 +- demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml | 2 +- demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml | 2 +- tests/test-case-bad.yaml | 2 +- tests/test-case.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml b/demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml index beac45ce3..48ed6ebaa 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/gptfttest.yaml @@ -189,5 +189,5 @@ spec: to: kind: Service name: gptfttest-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml b/demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml index 182acd724..1cd6ea6a1 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/instascaletest.yaml @@ -189,5 +189,5 @@ spec: to: kind: Service name: instascaletest-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml b/demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml index de06ee142..5953bced7 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/interactivetest.yaml @@ -189,5 +189,5 @@ spec: to: kind: Service name: interactivetest-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml b/demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml index 05e7529f2..09d0b57b8 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/jobtest.yaml @@ -169,5 +169,5 @@ spec: to: kind: Service name: jobtest-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml b/demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml index f3389a5fa..7a3752edc 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/raytest.yaml @@ -169,5 +169,5 @@ spec: to: kind: Service name: raytest-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/tests/test-case-bad.yaml b/tests/test-case-bad.yaml index 5518cb48e..e2bbb3b4d 100644 --- a/tests/test-case-bad.yaml +++ b/tests/test-case-bad.yaml @@ -171,5 +171,5 @@ spec: to: kind: Service name: unit-test-cluster-head-svc - replica: 1 + replicas: 1 Items: [] diff --git a/tests/test-case.yaml b/tests/test-case.yaml index 167bb61b3..ebdfdacdd 100644 --- a/tests/test-case.yaml +++ b/tests/test-case.yaml @@ -191,5 +191,5 @@ spec: to: kind: Service name: unit-test-cluster-head-svc - replica: 1 + replicas: 1 Items: []