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 {