Skip to content

Commit 9a03aca

Browse files
committed
Try removing gcp test cases from int test workflow
1 parent 002c406 commit 9a03aca

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

test/appframework_gcp/c3/manager_appframework_test.go

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ var _ = Describe("c3appfw test", func() {
659659
})
660660

661661
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
662-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
662+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
663663

664664
/* Test Steps
665665
################## SETUP ####################
@@ -1076,7 +1076,7 @@ var _ = Describe("c3appfw test", func() {
10761076
})
10771077

10781078
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1079-
It("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {
1079+
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them", func() {
10801080

10811081
/* Test Steps
10821082
################## SETUP ####################
@@ -1287,7 +1287,7 @@ var _ = Describe("c3appfw test", func() {
12871287
})
12881288

12891289
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1290-
It("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {
1290+
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then downgrade them", func() {
12911291

12921292
/* Test Steps
12931293
################## SETUP ####################
@@ -1495,7 +1495,7 @@ var _ = Describe("c3appfw test", func() {
14951495
})
14961496

14971497
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1498-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {
1498+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA instance with App Framework enabled and install above 200MB of apps at once", func() {
14991499

15001500
/* Test Steps
15011501
################## SETUP ####################
@@ -1587,7 +1587,7 @@ var _ = Describe("c3appfw test", func() {
15871587
})
15881588

15891589
Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
1590-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
1590+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled for manual update", func() {
15911591
/* Test Steps
15921592
################## SETUP ####################
15931593
* Upload V1 apps to Gcs for Monitoring Console
@@ -1831,7 +1831,7 @@ var _ = Describe("c3appfw test", func() {
18311831
})
18321832

18331833
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
1834-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {
1834+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and have apps installed and updated locally on Cluster Manager and Deployer for manual polling", func() {
18351835

18361836
/* Test Steps
18371837
################## SETUP ####################
@@ -2014,7 +2014,7 @@ var _ = Describe("c3appfw test", func() {
20142014
})
20152015

20162016
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
2017-
It("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
2017+
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
20182018

20192019
/* Test Steps
20202020
################## SETUP ####################
@@ -2238,7 +2238,7 @@ var _ = Describe("c3appfw test", func() {
22382238
})
22392239

22402240
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2241-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
2241+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
22422242

22432243
/* Test Steps
22442244
################## SETUP ####################
@@ -2366,7 +2366,7 @@ var _ = Describe("c3appfw test", func() {
23662366
})
23672367
// Vivek need testing
23682368
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2369-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {
2369+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3, add new apps to app source while install is in progress and have all apps installed cluster-wide", func() {
23702370

23712371
/* Test Steps
23722372
################## SETUP ####################
@@ -2501,7 +2501,7 @@ var _ = Describe("c3appfw test", func() {
25012501
})
25022502
// Vivek need testing
25032503
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2504-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
2504+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
25052505

25062506
/* Test Steps
25072507
################## SETUP ####################
@@ -2595,7 +2595,7 @@ var _ = Describe("c3appfw test", func() {
25952595
})
25962596

25972597
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2598-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
2598+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
25992599

26002600
/* Test Steps
26012601
################## SETUP ####################
@@ -2689,7 +2689,7 @@ var _ = Describe("c3appfw test", func() {
26892689
})
26902690

26912691
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2692-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
2692+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
26932693

26942694
/* Test Steps
26952695
################## SETUP ####################
@@ -2798,7 +2798,7 @@ var _ = Describe("c3appfw test", func() {
27982798
})
27992799

28002800
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
2801-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {
2801+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and update apps after app download is completed", func() {
28022802

28032803
/* Test Steps
28042804
################## SETUP ####################
@@ -2918,7 +2918,7 @@ var _ = Describe("c3appfw test", func() {
29182918
})
29192919

29202920
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
2921-
It("c3, integration, managerappframeworkc3, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {
2921+
It("c3, integration, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and install a bigger volume of apps than the operator PV disk space", func() {
29222922

29232923
/* Test Steps
29242924
################## SETUP ####################
@@ -3013,7 +3013,7 @@ var _ = Describe("c3appfw test", func() {
30133013
})
30143014

30153015
Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
3016-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
3016+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
30173017

30183018
/* Test Steps
30193019
################## SETUP ####################
@@ -3236,7 +3236,7 @@ var _ = Describe("c3appfw test", func() {
32363236
})
32373237

32383238
Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
3239-
It("integration, c3, managerappframeworkc3, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {
3239+
It("integration, c3, managerappframeworkc3gcptodo, appframework: can deploy a C3 SVA and have ES app installed on Search Head Cluster", func() {
32403240

32413241
/* Test Steps
32423242
################## SETUP ####################

test/appframework_gcp/m4/manager_appframework_test.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ var _ = Describe("m4appfw test", func() {
306306
})
307307

308308
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
309-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps and downgrade them", func() {
309+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled, install apps and downgrade them", func() {
310310

311311
/* Test Steps
312312
################## SETUP ##################
@@ -504,7 +504,7 @@ var _ = Describe("m4appfw test", func() {
504504
})
505505

506506
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
507-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
507+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled, install apps, scale up clusters, install apps on new pods, scale down", func() {
508508

509509
/* Test Steps
510510
################## SETUP ##################
@@ -783,7 +783,7 @@ var _ = Describe("m4appfw test", func() {
783783
})
784784

785785
Context("Multi Site Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
786-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
786+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA and have apps installed locally on Cluster Manager and Deployer", func() {
787787

788788
/* Test Steps
789789
################## SETUP ####################
@@ -916,7 +916,7 @@ var _ = Describe("m4appfw test", func() {
916916
})
917917

918918
Context("Multi Site Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
919-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled for manual poll", func() {
919+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled for manual poll", func() {
920920
/* Test Steps
921921
################## SETUP ####################
922922
* Upload V1 apps to GCP for Monitoring Console
@@ -1170,7 +1170,7 @@ var _ = Describe("m4appfw test", func() {
11701170
})
11711171

11721172
Context("Multi Site Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
1173-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA and have apps installed and updated locally on Cluster Manager and Deployer via manual poll", func() {
1173+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA and have apps installed and updated locally on Cluster Manager and Deployer via manual poll", func() {
11741174

11751175
/* Test Steps
11761176
################## SETUP ####################
@@ -1353,7 +1353,7 @@ var _ = Describe("m4appfw test", func() {
13531353
})
13541354

13551355
Context("Multi Site Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
1356-
It("m4, integration, managerappframeworkm4, appframework: can deploy a m4 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
1356+
It("m4, integration, managerappframeworkm4gcptodo, appframework: can deploy a m4 SVA with apps installed locally on Cluster Manager and Deployer, cluster-wide on Peers and Search Heads, then upgrade them via a manual poll", func() {
13571357

13581358
/* Test Steps
13591359
################## SETUP ####################
@@ -1584,7 +1584,7 @@ var _ = Describe("m4appfw test", func() {
15841584
})
15851585

15861586
Context("Multisite Indexer Cluster with Search Head Cluster (M4) and App Framework", func() {
1587-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
1587+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4, add new apps to app source while install is in progress and have all apps installed locally on Cluster Manager and Deployer", func() {
15881588

15891589
/* Test Steps
15901590
################## SETUP ####################
@@ -1853,7 +1853,7 @@ var _ = Describe("m4appfw test", func() {
18531853
})
18541854

18551855
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
1856-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
1856+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled and reset operator pod while app install is in progress", func() {
18571857

18581858
/* Test Steps
18591859
################## SETUP ##################
@@ -1945,7 +1945,7 @@ var _ = Describe("m4appfw test", func() {
19451945
})
19461946

19471947
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
1948-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
1948+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled and reset operator pod while app download is in progress", func() {
19491949

19501950
/* Test Steps
19511951
################## SETUP ##################
@@ -2037,7 +2037,7 @@ var _ = Describe("m4appfw test", func() {
20372037
})
20382038

20392039
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2040-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
2040+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled, install an app, then disable it by using a disabled version of the app and then remove it from app source", func() {
20412041

20422042
/* Test Steps
20432043
################## SETUP ##################
@@ -2148,7 +2148,7 @@ var _ = Describe("m4appfw test", func() {
21482148
})
21492149

21502150
Context("Multi Site Indexer Cluster with Search Head Cluster (M4) with App Framework", func() {
2151-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA, install apps via manual polling, switch to periodic polling, verify apps are not updated before the end of AppsRepoPollInterval, then updated after", func() {
2151+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA, install apps via manual polling, switch to periodic polling, verify apps are not updated before the end of AppsRepoPollInterval, then updated after", func() {
21522152

21532153
/* Test Steps
21542154
################## SETUP ####################
@@ -2329,7 +2329,7 @@ var _ = Describe("m4appfw test", func() {
23292329
})
23302330

23312331
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2332-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and update apps after app download is completed", func() {
2332+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled and update apps after app download is completed", func() {
23332333

23342334
/* Test Steps
23352335
################## SETUP ##################
@@ -2448,7 +2448,7 @@ var _ = Describe("m4appfw test", func() {
24482448
})
24492449

24502450
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2451-
It("m4, integration, managerappframeworkm4, appframework: can deploy a M4 SVA and install a bigger volume of apps than the operator PV disk space", func() {
2451+
It("m4, integration, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA and install a bigger volume of apps than the operator PV disk space", func() {
24522452

24532453
/* Test Steps
24542454
################## SETUP ####################
@@ -2540,7 +2540,7 @@ var _ = Describe("m4appfw test", func() {
25402540
})
25412541

25422542
Context("Multisite Indexer Cluster with Search Head Cluster (m4) with App Framework", func() {
2543-
It("integration, m4, managerappframeworkm4, appframework: can deploy a M4 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
2543+
It("integration, m4, managerappframeworkm4gcptodo, appframework: can deploy a M4 SVA with App Framework enabled and delete apps from app directory when download is complete", func() {
25442544

25452545
/* Test Steps
25462546
################## SETUP ##################

0 commit comments

Comments
 (0)