Skip to content

Commit

Permalink
Integration testing enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Dec 18, 2024
1 parent 37b2374 commit 9fc919f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- main
- feature**
- CSPL_3256
jobs:
build-operator-image:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9fc919f

Please sign in to comment.