@@ -82,8 +82,6 @@ variables:
8282 - func : clone
8383 - func : switch_context
8484 - func : setup_building_host_minikube
85- - func : install_goreleaser
86- - func : build_multi_cluster_binary
8785
8886 - &setup_group_multi_cluster
8987 setup_group_can_fail_task : true
@@ -92,8 +90,6 @@ variables:
9290 - func : download_kube_tools
9391 - func : switch_context
9492 - func : setup_building_host
95- - func : install_goreleaser
96- - func : build_multi_cluster_binary
9793
9894 - &setup_and_teardown_task_cloudqa
9995 setup_task_can_fail_task : true
@@ -348,12 +344,17 @@ tasks:
348344 image_name : agent
349345 flags : " --parallel --current-agents --skip-if-exists=false"
350346
351- - name : build_test_image
347+ - name : build_kubectl_mongodb_plugin
352348 commands :
353349 - func : clone
354350 - func : setup_building_host
355- - func : install_goreleaser
356351 - func : build_multi_cluster_binary
352+
353+ - name : build_test_image
354+ commands :
355+ - func : clone
356+ - func : setup_building_host
357+ - func : download_multi_cluster_binary
357358 - func : pipeline
358359 vars :
359360 image_name : meko-tests
@@ -362,8 +363,7 @@ tasks:
362363 commands :
363364 - func : clone
364365 - func : setup_building_host
365- - func : install_goreleaser
366- - func : build_multi_cluster_binary
366+ - func : download_multi_cluster_binary
367367 - func : pipeline
368368 vars :
369369 image_name : meko-tests-arm64
@@ -380,8 +380,7 @@ tasks:
380380 add_to_path :
381381 - ${workdir}/bin
382382 command : scripts/evergreen/setup_minikube_host.sh
383- - func : install_goreleaser
384- - func : build_multi_cluster_binary
383+ - func : download_multi_cluster_binary
385384 - func : build_test_image_ibm
386385
387386 - name : build_mco_test_image
@@ -679,7 +678,7 @@ task_groups:
679678 - e2e_tls_rs_external_access
680679 - e2e_replica_set_tls_require
681680 - e2e_replica_set_tls_certs_secret_prefix
682- - e2e_disable_tls_scale_up
681+ - e2e_disable_tls_and_scale
683682 - e2e_replica_set_tls_require_and_disable
684683 # e2e_x509_task_group
685684 - e2e_configure_tls_and_x509_simultaneously_st
@@ -1506,9 +1505,6 @@ buildvariants:
15061505 variant : init_test_run
15071506 - name : build_test_image_arm
15081507 variant : init_test_run_arm
1509- # TODO: Re-enable when staging is added to pipeline
1510- # https://jira.mongodb.org/browse/CLOUDP-349096
1511- disable : true
15121508 tasks :
15131509 - name : e2e_smoke_arm_task_group
15141510
@@ -1525,9 +1521,6 @@ buildvariants:
15251521 variant : init_test_run
15261522 - name : build_test_image_arm
15271523 variant : init_test_run_arm
1528- # TODO: Re-enable when staging is added to pipeline
1529- # https://jira.mongodb.org/browse/CLOUDP-349096
1530- disable : true
15311524 tasks :
15321525 - name : e2e_smoke_arm_task_group
15331526
@@ -1723,6 +1716,8 @@ buildvariants:
17231716 - name : build_operator_ubi
17241717 - name : build_operator_race_ubi
17251718 - name : build_test_image
1719+ depends_on :
1720+ - name : build_kubectl_mongodb_plugin
17261721 - name : build_mco_test_image
17271722 - name : build_init_appdb_images_ubi
17281723 - name : build_init_om_images_ubi
@@ -1731,6 +1726,7 @@ buildvariants:
17311726 - name : build_agent_images_ubi
17321727 - name : build_readiness_probe_image
17331728 - name : build_version_upgrade_hook_image
1729+ - name : build_kubectl_mongodb_plugin
17341730 - name : prepare_aws
17351731 - name : publish_helm_chart
17361732
@@ -1744,6 +1740,9 @@ buildvariants:
17441740 run_on :
17451741 - rhel9-power-small
17461742 - rhel9-power-large
1743+ depends_on :
1744+ - name : build_kubectl_mongodb_plugin
1745+ variant : init_test_run
17471746 tasks :
17481747 - name : build_test_image_ibm
17491748
@@ -1757,6 +1756,9 @@ buildvariants:
17571756 run_on :
17581757 - rhel9-zseries-small
17591758 - rhel9-zseries-large
1759+ depends_on :
1760+ - name : build_kubectl_mongodb_plugin
1761+ variant : init_test_run
17601762 tasks :
17611763 - name : build_test_image_ibm
17621764
@@ -1766,6 +1768,9 @@ buildvariants:
17661768 tags : [ "staging" ]
17671769 run_on :
17681770 - ubuntu2204-arm64-small
1771+ depends_on :
1772+ - name : build_kubectl_mongodb_plugin
1773+ variant : init_test_run
17691774 tasks :
17701775 - name : build_test_image_arm
17711776
0 commit comments