Skip to content

Commit 55b869d

Browse files
authored
add multicluster to cloudqa bump tests (#368)
# Summary This pull request updates the build configuration to include the "cloudqa" tag for several multi-cluster end-to-end (E2E) test variants in `.evergreen.yml`. This allows these test suites to be more easily identified and filtered as part of cloud QA processes. Build configuration updates: * Added the "cloudqa" tag to the `tags` list for the following build variants in `.evergreen.yml`: - `e2e_multi_cluster_kind` - `e2e_static_multi_cluster_kind` - `e2e_multi_cluster_2_clusters` - `e2e_static_multi_cluster_2_clusters` ## Proof of Work - ci is starting - evergreen is parsed ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
1 parent 1e90170 commit 55b869d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.evergreen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ buildvariants:
15861586

15871587
- name: e2e_multi_cluster_kind
15881588
display_name: e2e_multi_cluster_kind
1589-
tags: [ "e2e_test_suite" ]
1589+
tags: [ "e2e_test_suite", "cloudqa"]
15901590
run_on:
15911591
- ubuntu2204-large
15921592
<<: *base_om6_dependency
@@ -1595,7 +1595,7 @@ buildvariants:
15951595

15961596
- name: e2e_static_multi_cluster_kind
15971597
display_name: e2e_static_multi_cluster_kind
1598-
tags: [ "e2e_test_suite" ]
1598+
tags: [ "e2e_test_suite", "cloudqa"]
15991599
run_on:
16001600
- ubuntu2204-large
16011601
<<: *base_om6_dependency
@@ -1604,7 +1604,7 @@ buildvariants:
16041604

16051605
- name: e2e_multi_cluster_2_clusters
16061606
display_name: e2e_multi_cluster_2_clusters
1607-
tags: [ "e2e_test_suite" ]
1607+
tags: [ "e2e_test_suite", "cloudqa"]
16081608
run_on:
16091609
- ubuntu2204-large
16101610
<<: *base_om6_dependency
@@ -1613,7 +1613,7 @@ buildvariants:
16131613

16141614
- name: e2e_static_multi_cluster_2_clusters
16151615
display_name: e2e_static_multi_cluster_2_clusters
1616-
tags: [ "e2e_test_suite" ]
1616+
tags: [ "e2e_test_suite", "cloudqa"]
16171617
run_on:
16181618
- ubuntu2204-large
16191619
<<: *base_om6_dependency

0 commit comments

Comments
 (0)