@@ -356,6 +356,8 @@ tasks:
356
356
357
357
- name : compile_upload_benchmarks_debug
358
358
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
359
+ # TODO(SERVER-86426): Figure out a workable long-term solution to benchmark debug symbols
360
+ disable : true
359
361
depends_on :
360
362
- name : compile_upload_benchmarks
361
363
commands :
@@ -667,22 +669,16 @@ tasks:
667
669
display_name : Libdeps Graph Data
668
670
669
671
# # compile_all - build all scons targets ##
670
- - &compile_all
671
- name : compile_all
672
+ - name : compile_all_future_git_tag_multiversion
672
673
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
673
674
depends_on :
674
- - name : compile_dist_test
675
+ - name : compile_dist_test_future_git_tag_multiversion
675
676
commands :
676
677
- func : " scons compile"
677
678
vars :
678
679
targets : install-all-meta
679
680
compiling_for_test : true
680
681
681
- - << : *compile_all
682
- name : compile_all_future_git_tag_multiversion
683
- depends_on :
684
- - name : compile_dist_test_future_git_tag_multiversion
685
-
686
682
- name : compile_all_but_not_unittests
687
683
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
688
684
depends_on :
@@ -738,11 +734,10 @@ tasks:
738
734
split : 4
739
735
740
736
# # compile_unittests ##
741
- - &compile_unittests
742
- name : compile_unittests
737
+ - name : compile_unittests_future_git_tag_multiversion
743
738
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
744
739
depends_on :
745
- - name : compile_dist_test
740
+ - name : compile_dist_test_future_git_tag_multiversion
746
741
commands :
747
742
- func : " scons compile"
748
743
vars :
@@ -841,21 +836,11 @@ tasks:
841
836
install_dir : build/install/bin
842
837
exec_timeout_secs : 32400 # 9 hours
843
838
844
- - << : *compile_unittests
845
- name : compile_unittests_future_git_tag_multiversion
846
- depends_on :
847
- - name : compile_dist_test_future_git_tag_multiversion
848
-
849
- # # A copy of the compile_unittests task for the recorded unittest taskgroup ##
850
- - << : *compile_unittests
851
- name : compile_unittests_for_recorded_unittest
852
-
853
839
# # run_unittests ##
854
- - &run_unittests
855
- name : run_unittests
840
+ - name : run_unittests_future_git_tag_multiversion
856
841
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
857
842
depends_on :
858
- - name : compile_unittests
843
+ - name : compile_unittests_future_git_tag_multiversion
859
844
commands :
860
845
- func : " f_expansions_write"
861
846
- func : " run diskstats"
@@ -867,40 +852,6 @@ tasks:
867
852
suite : unittests
868
853
install_dir : build/install/bin
869
854
870
- - << : *run_unittests
871
- name : run_unittests_future_git_tag_multiversion
872
- depends_on :
873
- - name : compile_unittests_future_git_tag_multiversion
874
-
875
- # # run_unittests with UndoDB live-record ##
876
- # - name: run_unittests_with_recording
877
- # tags: ["assigned_to_jira_team_devprod_build", "auxiliary"]
878
- # depends_on:
879
- # - name: compile_unittests_for_recorded_unittest
880
- # commands:
881
- # - *f_expansions_write
882
- # - func: "run diskstats"
883
- # - func: "f_expansions_write"
884
- # - func: "monitor process threads"
885
- # - func: "collect system resource info"
886
- # - command: subprocess.exec
887
- # params:
888
- # binary: bash
889
- # args:
890
- # - "./src/evergreen/undo_wiki_page.sh"
891
- # - command: attach.artifacts
892
- # params:
893
- # files:
894
- # - undo_wiki_page_location.json
895
- # - func: "run tests"
896
- # vars:
897
- # suite: unittests
898
- # record_with: --recordWith /opt/undodb5/bin/live-record
899
- # # Start fewer jobs since there's a constant amount of overhead of starting
900
- # # live-record for each job.
901
- # resmoke_jobs_factor: 0.3
902
- # install_dir: build/install/bin
903
-
904
855
# #compile_and_archive_libfuzzertests - build libfuzzertests ##
905
856
- name : compile_and_archive_libfuzzertests
906
857
tags : ["assigned_to_jira_team_devprod_build", "auxiliary"]
0 commit comments