From b1725161d329bdc30457219220fff2839d32db1e Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 10 Aug 2023 20:43:29 +0530 Subject: [PATCH] fix e2e Signed-off-by: Shubham Gupta --- .github/workflows/e2e.yaml | 2 ++ kuttl-test.yaml | 14 -------------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 kuttl-test.yaml diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c2a035ff0..aba5e77a1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -20,6 +20,8 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1.5.0 + with: + config: "./kind-config.yaml" - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/kuttl-test.yaml b/kuttl-test.yaml deleted file mode 100644 index bf0818951..000000000 --- a/kuttl-test.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kuttl.dev/v1beta1 -kind: TestSuite -startKIND: true -kindConfig: "./kind-config.yaml" -crdDir: "./config/crd/bases" -testDirs: - - "./tests/e2e/" -parallel: 1 -timeout: 60 -kindContainers: - - operator:test -namespace : ot-container -suppress : - - events \ No newline at end of file