From 9fc919f1fae29112bf902993b20aeff326a8d3ae Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Wed, 18 Dec 2024 09:10:28 -0600 Subject: [PATCH] Integration testing enabled --- .github/workflows/int-test-workflow.yml | 1 + .../manager_custom_resource_crud_c3_test.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/int-test-workflow.yml b/.github/workflows/int-test-workflow.yml index cb0dd7d9f..64799f8e5 100644 --- a/.github/workflows/int-test-workflow.yml +++ b/.github/workflows/int-test-workflow.yml @@ -5,6 +5,7 @@ on: - develop - main - feature** + - CSPL_3256 jobs: build-operator-image: runs-on: ubuntu-latest diff --git a/test/custom_resource_crud/manager_custom_resource_crud_c3_test.go b/test/custom_resource_crud/manager_custom_resource_crud_c3_test.go index facbb8c85..9eef5ef7c 100644 --- a/test/custom_resource_crud/manager_custom_resource_crud_c3_test.go +++ b/test/custom_resource_crud/manager_custom_resource_crud_c3_test.go @@ -159,7 +159,7 @@ var _ = Describe("Crcrud test for SVA C3", func() { }) Context("Search Head Cluster", func() { - It("managercrcrud, smoke, c3: can deploy Search Head Cluster with Deployer resource spec configured", func() { + It("managercrcrud, integration, c3: can deploy Search Head Cluster with Deployer resource spec configured", func() { shcName := fmt.Sprintf("%s-shc", deployment.GetName()) _, err := deployment.DeploySearchHeadCluster(ctx, shcName, "", "", "", "") if err != nil {