From 8faaa62ffcb4f9172a98c76e9253535a82a6cfb9 Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Wed, 14 Jun 2023 23:57:24 +0300 Subject: [PATCH] Use the channel from my ocm-ramen-sample fork My ocm-ramen-sample fork use `csi-hostpath-sc` storage class, so we can test busybox with volsync without installing cephfs. Work in progress: - Need to add a busybox variant to ramendr ocm-ramen-samples that works with minikube so we can test with the upstream repo. Signed-off-by: Nir Soffer --- ramenctl/ramenctl/resources/samples-channel.yaml | 2 +- test/basic-test/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ramenctl/ramenctl/resources/samples-channel.yaml b/ramenctl/ramenctl/resources/samples-channel.yaml index c8e5140daa..db3ed34fe4 100644 --- a/ramenctl/ramenctl/resources/samples-channel.yaml +++ b/ramenctl/ramenctl/resources/samples-channel.yaml @@ -13,4 +13,4 @@ metadata: namespace: ramen-samples spec: type: GitHub - pathname: https://github.com/RamenDR/ocm-ramen-samples.git + pathname: https://github.com/nirs/ocm-ramen-samples.git diff --git a/test/basic-test/config.yaml b/test/basic-test/config.yaml index 2ada79887b..b7477636f5 100644 --- a/test/basic-test/config.yaml +++ b/test/basic-test/config.yaml @@ -7,7 +7,7 @@ # directory somewhere. tmp_dir: /tmp/ramen-test/basic-test -samples_url: https://github.com/ramendr/ocm-ramen-samples +samples_url: https://github.com/nirs/ocm-ramen-samples samples_dir: /tmp/ramen-test/basic-test/ocm-ramen-samples hub: hub