Skip to content

Commit d9ac279

Browse files
authored
CLOUDP-338819: try grouping foliage jiras per task (#4151)
1 parent 180206f commit d9ac279

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

build/ci/evergreen.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ tasks:
498498
- func: "build"
499499
# If your e2e tests depend on a cluster running please consider setting it on its own task
500500
- name: atlas_generic_e2e
501-
tags: ["e2e","generic","atlas"]
501+
tags: ["e2e","generic","atlas","foliage_check_task_only"]
502502
must_have_test_results: true
503503
depends_on:
504504
- name: compile
@@ -511,7 +511,7 @@ tasks:
511511
E2E_TEST_PACKAGES: ./test/e2e/atlas/generic/...
512512
IDENTITY_PROVIDER_ID: ${identity_provider_id}
513513
- name: atlas_gov_generic_e2e
514-
tags: ["e2e","generic","atlas"]
514+
tags: ["e2e","generic","atlas","foliage_check_task_only"]
515515
must_have_test_results: true
516516
depends_on:
517517
- name: compile
@@ -526,7 +526,7 @@ tasks:
526526
IDENTITY_PROVIDER_ID: ${identity_provider_id}
527527
# This is all about cluster which tends to be slow to get a healthy one
528528
- name: atlas_clusters_flags_e2e
529-
tags: ["e2e","clusters","atlas"]
529+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
530530
must_have_test_results: true
531531
depends_on:
532532
- name: compile
@@ -538,7 +538,7 @@ tasks:
538538
vars:
539539
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/flags/...
540540
- name: atlas_autogeneration_commands_e2e
541-
tags: ["e2e","autogeneration","atlas"]
541+
tags: ["e2e","autogeneration","atlas","foliage_check_task_only"]
542542
must_have_test_results: true
543543
depends_on:
544544
- name: compile
@@ -550,7 +550,7 @@ tasks:
550550
vars:
551551
E2E_TEST_PACKAGES: ./test/e2e/atlas/autogeneration/...
552552
- name: atlas_clusters_file_e2e
553-
tags: ["e2e","clusters","atlas"]
553+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
554554
must_have_test_results: true
555555
depends_on:
556556
- name: atlas_clusters_flags_e2e
@@ -562,7 +562,7 @@ tasks:
562562
vars:
563563
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/file/...
564564
- name: atlas_clusters_sharded_e2e
565-
tags: ["e2e","clusters","atlas"]
565+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
566566
must_have_test_results: true
567567
depends_on:
568568
- name: atlas_clusters_flags_e2e
@@ -574,7 +574,7 @@ tasks:
574574
vars:
575575
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/sharded/...
576576
- name: atlas_clusters_flex_e2e
577-
tags: ["e2e","clusters","atlas"]
577+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
578578
must_have_test_results: true
579579
depends_on:
580580
- name: atlas_clusters_flags_e2e
@@ -586,7 +586,7 @@ tasks:
586586
vars:
587587
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/flex/...
588588
- name: atlas_clusters_iss_e2e
589-
tags: ["e2e","clusters","atlas", "iss"]
589+
tags: ["e2e","clusters","atlas", "iss","foliage_check_task_only"]
590590
must_have_test_results: true
591591
depends_on:
592592
- name: atlas_clusters_flags_e2e
@@ -598,39 +598,39 @@ tasks:
598598
vars:
599599
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/iss/...
600600
- name: atlas_plugin_install
601-
tags: ["e2e","atlas","plugin","install"]
601+
tags: ["e2e","atlas","plugin","install","foliage_check_task_only"]
602602
must_have_test_results: true
603603
commands:
604604
- func: "install gotestsum"
605605
- func: "e2e test"
606606
vars:
607607
E2E_TEST_PACKAGES: ./test/e2e/atlas/plugin/install/...
608608
- name: atlas_plugin_run
609-
tags: ["e2e","atlas","plugin"]
609+
tags: ["e2e","atlas","plugin","foliage_check_task_only"]
610610
must_have_test_results: true
611611
commands:
612612
- func: "install gotestsum"
613613
- func: "e2e test"
614614
vars:
615615
E2E_TEST_PACKAGES: ./test/e2e/atlas/plugin/run/...
616616
- name: atlas_plugin_uninstall
617-
tags: ["e2e","atlas","plugin"]
617+
tags: ["e2e","atlas","plugin","foliage_check_task_only"]
618618
must_have_test_results: true
619619
commands:
620620
- func: "install gotestsum"
621621
- func: "e2e test"
622622
vars:
623623
E2E_TEST_PACKAGES: ./test/e2e/atlas/plugin/uninstall/...
624624
- name: atlas_plugin_update
625-
tags: ["e2e","atlas","plugin"]
625+
tags: ["e2e","atlas","plugin","foliage_check_task_only"]
626626
must_have_test_results: true
627627
commands:
628628
- func: "install gotestsum"
629629
- func: "e2e test"
630630
vars:
631631
E2E_TEST_PACKAGES: ./test/e2e/atlas/plugin/update/...
632632
- name: atlas_clusters_m0_e2e
633-
tags: ["e2e","clusters","atlas"]
633+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
634634
must_have_test_results: true
635635
depends_on:
636636
- name: atlas_clusters_flags_e2e
@@ -642,15 +642,15 @@ tasks:
642642
vars:
643643
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/m0/...
644644
- name: atlas_kubernetes_plugin
645-
tags: ["e2e","atlas","plugin","kubernetes"]
645+
tags: ["e2e","atlas","plugin","kubernetes","foliage_check_task_only"]
646646
must_have_test_results: true
647647
commands:
648648
- func: "install gotestsum"
649649
- func: "e2e test"
650650
vars:
651651
E2E_TEST_PACKAGES: ./test/e2e/kubernetes/...
652652
- name: atlas_clusters_upgrade_e2e
653-
tags: ["e2e","clusters","atlas"]
653+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
654654
must_have_test_results: true
655655
depends_on:
656656
- name: atlas_clusters_flags_e2e
@@ -662,7 +662,7 @@ tasks:
662662
vars:
663663
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/upgrade/...
664664
- name: atlas_interactive_e2e
665-
tags: ["e2e","atlas", "interactive"]
665+
tags: ["e2e","atlas", "interactive","foliage_check_task_only"]
666666
must_have_test_results: true
667667
depends_on:
668668
- name: compile
@@ -674,7 +674,7 @@ tasks:
674674
vars:
675675
E2E_TEST_PACKAGES: ./test/e2e/atlas/interactive/...
676676
- name: atlas_serverless_e2e
677-
tags: ["e2e","clusters","atlas"]
677+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
678678
must_have_test_results: true
679679
depends_on:
680680
- name: atlas_clusters_flags_e2e
@@ -686,7 +686,7 @@ tasks:
686686
vars:
687687
E2E_TEST_PACKAGES: ./test/e2e/atlas/serverless/instance/...
688688
- name: atlas_gov_clusters_flags_e2e
689-
tags: ["e2e","clusters","atlasgov"]
689+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
690690
must_have_test_results: true
691691
depends_on:
692692
- name: compile
@@ -699,7 +699,7 @@ tasks:
699699
E2E_PROFILE_NAME: __e2e_gov
700700
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/flags/...
701701
- name: atlas_gov_clusters_file_e2e
702-
tags: ["e2e","clusters","atlasgov"]
702+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
703703
must_have_test_results: true
704704
depends_on:
705705
- name: atlas_gov_clusters_flags_e2e
@@ -712,7 +712,7 @@ tasks:
712712
E2E_PROFILE_NAME: __e2e_gov
713713
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/file/...
714714
- name: atlas_gov_clusters_sharded_e2e
715-
tags: ["e2e","clusters","atlasgov"]
715+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
716716
must_have_test_results: true
717717
depends_on:
718718
- name: atlas_gov_clusters_flags_e2e
@@ -726,7 +726,7 @@ tasks:
726726
E2E_TEST_PACKAGES: ./test/e2e/atlas/clusters/sharded/...
727727
# LDAP Configuration depends on a cluster running
728728
- name: atlas_ldap_e2e
729-
tags: ["e2e","clusters","atlas"]
729+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
730730
must_have_test_results: true
731731
depends_on:
732732
- name: atlas_clusters_flags_e2e
@@ -739,7 +739,7 @@ tasks:
739739
E2E_TEST_PACKAGES: ./test/e2e/atlas/ldap/...
740740
# Logs depend on a cluster running to get logs from
741741
- name: atlas_logs_e2e
742-
tags: ["e2e","clusters","atlas"]
742+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
743743
must_have_test_results: true
744744
depends_on:
745745
- name: atlas_clusters_flags_e2e
@@ -751,7 +751,7 @@ tasks:
751751
vars:
752752
E2E_TEST_PACKAGES: ./test/e2e/atlas/logs/...
753753
- name: atlas_gov_logs_e2e
754-
tags: ["e2e","clusters","atlasgov"]
754+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
755755
must_have_test_results: true
756756
depends_on:
757757
- name: atlas_gov_clusters_flags_e2e
@@ -765,7 +765,7 @@ tasks:
765765
E2E_TEST_PACKAGES: ./test/e2e/atlas/logs/...
766766
# Metrics depend on a cluster running to get metrics from
767767
- name: atlas_metrics_e2e
768-
tags: ["e2e","clusters","atlas"]
768+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
769769
must_have_test_results: true
770770
depends_on:
771771
- name: atlas_clusters_flags_e2e
@@ -777,7 +777,7 @@ tasks:
777777
vars:
778778
E2E_TEST_PACKAGES: ./test/e2e/atlas/metrics/...
779779
- name: atlas_gov_metrics_e2e
780-
tags: ["e2e","clusters","atlasgov"]
780+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
781781
must_have_test_results: true
782782
depends_on:
783783
- name: atlas_gov_clusters_flags_e2e
@@ -791,7 +791,7 @@ tasks:
791791
E2E_TEST_PACKAGES: ./test/e2e/atlas/metrics/...
792792
# Processes depend on a cluster running
793793
- name: atlas_processes_e2e
794-
tags: ["e2e","clusters","atlas"]
794+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
795795
must_have_test_results: true
796796
depends_on:
797797
- name: atlas_clusters_flags_e2e
@@ -803,7 +803,7 @@ tasks:
803803
vars:
804804
E2E_TEST_PACKAGES: ./test/e2e/atlas/processes/...
805805
- name: atlas_gov_processes_e2e
806-
tags: ["e2e","clusters","atlasgov"]
806+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
807807
must_have_test_results: true
808808
depends_on:
809809
- name: atlas_gov_clusters_flags_e2e
@@ -817,7 +817,7 @@ tasks:
817817
E2E_TEST_PACKAGES: ./test/e2e/atlas/processes/...
818818
# Online archives depend on a cluster to create the archive against
819819
- name: atlas_online_archive_e2e
820-
tags: ["e2e","clusters","atlas"]
820+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
821821
must_have_test_results: true
822822
depends_on:
823823
- name: atlas_clusters_flags_e2e
@@ -830,7 +830,7 @@ tasks:
830830
E2E_TEST_PACKAGES: ./test/e2e/atlas/onlinearchive/...
831831
# Performance Advisor depend on a cluster
832832
- name: atlas_performance_advisor_e2e
833-
tags: ["e2e","clusters","atlas"]
833+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
834834
must_have_test_results: true
835835
depends_on:
836836
- name: atlas_clusters_flags_e2e
@@ -842,7 +842,7 @@ tasks:
842842
vars:
843843
E2E_TEST_PACKAGES: ./test/e2e/atlas/performanceAdvisor/...
844844
- name: atlas_gov_performance_advisor_e2e
845-
tags: ["e2e","clusters","atlasgov"]
845+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
846846
must_have_test_results: true
847847
depends_on:
848848
- name: atlas_gov_clusters_flags_e2e
@@ -856,7 +856,7 @@ tasks:
856856
E2E_TEST_PACKAGES: ./test/e2e/atlas/performanceAdvisor/...
857857
# Search depend on a cluster to create the indexes against
858858
- name: atlas_search_e2e
859-
tags: ["e2e","clusters","atlas"]
859+
tags: ["e2e","clusters","atlas","foliage_check_task_only"]
860860
exec_timeout_secs: 11400 # 3 hours 10 minutes
861861
must_have_test_results: true
862862
depends_on:
@@ -870,7 +870,7 @@ tasks:
870870
E2E_TEST_PACKAGES: ./test/e2e/atlas/search/...
871871
E2E_TIMEOUT: 3h
872872
- name: atlas_gov_search_e2e
873-
tags: ["e2e","clusters","atlasgov"]
873+
tags: ["e2e","clusters","atlasgov","foliage_check_task_only"]
874874
must_have_test_results: true
875875
depends_on:
876876
- name: atlas_gov_clusters_flags_e2e
@@ -883,7 +883,7 @@ tasks:
883883
E2E_PROFILE_NAME: __e2e_gov
884884
E2E_TEST_PACKAGES: ./test/e2e/atlas/search/...
885885
- name: atlas_search_nodes_e2e
886-
tags: ["e2e","clusters","atlas"]
886+
tags: ["e2e","clusters","atlas", "foliage_check_task_only"]
887887
must_have_test_results: true
888888
depends_on:
889889
- name: atlas_clusters_flags_e2e
@@ -896,7 +896,7 @@ tasks:
896896
E2E_TEST_PACKAGES: ./test/e2e/atlas/search_nodes/...
897897
# Private endpoints can be flaky when multiple tests run concurrently so keeping this out of the PR suite
898898
- name: atlas_private_endpoint_e2e
899-
tags: ["e2e","networking","atlas"]
899+
tags: ["e2e","networking","atlas", "foliage_check_task_only"]
900900
must_have_test_results: true
901901
depends_on:
902902
- name: compile
@@ -909,7 +909,7 @@ tasks:
909909
E2E_TEST_PACKAGES: ./test/e2e/atlas/networking/...
910910
# datafederation requires cloud provider role authentication and an s3 bucket created
911911
- name: atlas_datafederation_db_e2e
912-
tags: ["e2e","datafederation","atlas"]
912+
tags: ["e2e","datafederation","atlas","foliage_check_task_only"]
913913
must_have_test_results: true
914914
depends_on:
915915
- name: compile
@@ -924,7 +924,7 @@ tasks:
924924
E2E_CLOUD_ROLE_ID: ${e2e_cloud_role_id}
925925
# datafederation requires cloud provider role authentication and an s3 bucket created
926926
- name: atlas_datafederation_privatenetwork_e2e
927-
tags: ["e2e","datafederation","atlas"]
927+
tags: ["e2e","datafederation","atlas","foliage_check_task_only"]
928928
must_have_test_results: true
929929
depends_on:
930930
- name: compile
@@ -939,7 +939,7 @@ tasks:
939939
E2E_CLOUD_ROLE_ID: ${e2e_cloud_role_id}
940940
# datafederation requires cloud provider role authentication and an s3 bucket created
941941
- name: atlas_datafederation_querylimits_e2e
942-
tags: ["e2e","datafederation","atlas"]
942+
tags: ["e2e","datafederation","atlas","foliage_check_task_only"]
943943
must_have_test_results: true
944944
depends_on:
945945
- name: compile
@@ -954,7 +954,7 @@ tasks:
954954
E2E_CLOUD_ROLE_ID: ${e2e_cloud_role_id}
955955
# IAM commands tests with an Atlas profile
956956
- name: atlas_iam_e2e
957-
tags: ["e2e","generic","atlas"]
957+
tags: ["e2e","generic","atlas","foliage_check_task_only"]
958958
must_have_test_results: true
959959
depends_on:
960960
- name: compile
@@ -966,7 +966,7 @@ tasks:
966966
vars:
967967
E2E_TEST_PACKAGES: ./test/e2e/atlas/iam/...
968968
- name: atlas_gov_iam_e2e
969-
tags: ["e2e","generic","atlas"]
969+
tags: ["e2e","generic","atlas","foliage_check_task_only"]
970970
must_have_test_results: true
971971
depends_on:
972972
- name: compile
@@ -980,7 +980,7 @@ tasks:
980980
E2E_TEST_PACKAGES: ./test/e2e/atlas/iam/...
981981
# Live migration endpoints can be flaky when multiple tests run concurrently so keeping this out of the PR suite
982982
- name: atlas_live_migrations_link_token_e2e
983-
tags: ["e2e","atlas","livemigrations"]
983+
tags: ["e2e","atlas","livemigrations","foliage_check_task_only"]
984984
must_have_test_results: true
985985
depends_on:
986986
- name: compile

0 commit comments

Comments
 (0)