Skip to content

Commit

Permalink
Test everything together
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Sep 27, 2024
1 parent 41ea5a0 commit cb50ad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ jobs:
fail-fast: false
matrix:
test: [
#basic#,
#appframeworks1,
basic,
appframeworks1,
managerappframeworkc3,
#managerappframeworkm4,
#managersecret,
#managermc,
managerappframeworkm4,
managersecret,
managermc,
]
runs-on: ubuntu-latest
env:
Expand Down
8 changes: 4 additions & 4 deletions test/appframework_aws/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var _ = Describe("c3appfw test", func() {
}
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -445,7 +445,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -930,7 +930,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -3103,7 +3103,7 @@ var _ = Describe("c3appfw test", func() {
})
})

XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {

/*
Expand Down

0 comments on commit cb50ad3

Please sign in to comment.