Skip to content

Commit

Permalink
separate suite tag for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlieberman-splunk committed Dec 11, 2024
1 parent 3a78dfa commit 2bee1d0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
matrix:
test: [
basic,
testnewlabel,
appframeworksS1,
# managerappframeworkc3,
# managerappframeworkm4,
# managersecret,
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
matrix:
test:
[
testnewlabel,
appframeworksS1,
appframeworkhang,
# managerappframeworkc3,
# managerappframeworkm4,
# managersecret,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
test:
[
testnewlabel,
appframeworksS1,
managerappframeworkc3,
managerappframeworkm4,
managersecret,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/namespace-scope-int-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
test:
[
testnewlabel,
appframeworksS1,
managerappframeworkc3,
managerappframeworkm4,
managersecret,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-int-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
matrix:
test:
[
testnewlabel,
appframeworksS1,
managerappframeworkc3,
managerappframeworkm4,
managersecret,
Expand Down
34 changes: 17 additions & 17 deletions test/appframework_aws/s1/appframework_aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smoke, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() {
It("smoke, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install apps then upgrade them", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -250,7 +250,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smoke, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() {
It("smoke, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -413,7 +413,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1, smoke, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install apps, scale up, install apps on new pod, scale down", func() {
It("s1, smoke, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install apps, scale up, install apps on new pod, scale down", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -608,7 +608,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1, integration, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install apps, scale up, upgrade apps", func() {
It("s1, integration, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install apps, scale up, upgrade apps", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -742,7 +742,7 @@ var _ = Describe("s1appfw test", func() {

// ES App Installation not supported at the time. Will be added back at a later time.
Context("Standalone deployment (S1) with App Framework", func() {
It("s1, integration, testnewlabel, appframework: can deploy a Standalone and have ES app installed", func() {
It("s1, integration, appframeworksS1, appframework: can deploy a Standalone and have ES app installed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -843,7 +843,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled and install around 350MB of apps at once", func() {
It("integration, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled and install around 350MB of apps at once", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -912,7 +912,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("s1, smoke, testnewlabel, appframework: can deploy a standalone instance with App Framework enabled for manual poll", func() {
It("s1, smoke, appframeworksS1, appframework: can deploy a standalone instance with App Framework enabled for manual poll", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1090,7 +1090,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can deploy Several standalone CRs in the same namespace with App Framework enabled", func() {
It("integration, s1, appframeworkhang, appframework: can deploy Several standalone CRs in the same namespace with App Framework enabled", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1191,7 +1191,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can add new apps to app source while install is in progress and have all apps installed", func() {
It("integration, s1, appframeworksS1, appframework: can add new apps to app source while install is in progress and have all apps installed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1303,7 +1303,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: Deploy a Standalone instance with App Framework enabled and reset operator pod while app install is in progress", func() {
It("integration, s1, appframeworksS1, appframework: Deploy a Standalone instance with App Framework enabled and reset operator pod while app install is in progress", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1399,7 +1399,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: Deploy a Standalone instance with App Framework enabled and reset operator pod while app download is in progress", func() {
It("integration, s1, appframeworksS1, appframework: Deploy a Standalone instance with App Framework enabled and reset operator pod while app download is in progress", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1467,7 +1467,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install an app then disable it and remove it from app source", func() {
It("integration, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install an app then disable it and remove it from app source", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1561,7 +1561,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, attempt to update using incorrect S3 credentials", func() {
It("integration, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, attempt to update using incorrect S3 credentials", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1698,7 +1698,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: Deploy a Standalone instance with App Framework enabled and update apps after app download is completed", func() {
It("integration, s1, appframeworksS1, appframework: Deploy a Standalone instance with App Framework enabled and update apps after app download is completed", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1782,7 +1782,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: can deploy a Standalone instance and install a bigger volume of apps than the operator PV disk space", func() {
It("integration, s1, appframeworksS1, appframework: can deploy a Standalone instance and install a bigger volume of apps than the operator PV disk space", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1857,7 +1857,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("integration, s1, testnewlabel, appframework: Deploy a Standalone instance with App Framework enabled and delete apps from app directory when app download is complete", func() {
It("integration, s1, appframeworksS1, appframework: Deploy a Standalone instance with App Framework enabled and delete apps from app directory when app download is complete", func() {

/* Test Steps
################## SETUP ####################
Expand Down Expand Up @@ -1928,7 +1928,7 @@ var _ = Describe("s1appfw test", func() {
})

Context("Standalone deployment (S1) with App Framework", func() {
It("smoke, s1, testnewlabel, appframework: can deploy a Standalone instance with App Framework enabled, install apps and check isDeploymentInProgress is set for Standaloen and MC CR's", func() {
It("smoke, s1, appframeworksS1, appframework: can deploy a Standalone instance with App Framework enabled, install apps and check isDeploymentInProgress is set for Standaloen and MC CR's", func() {

/* Test Steps
################## SETUP ####################
Expand Down

0 comments on commit 2bee1d0

Please sign in to comment.