@@ -3652,6 +3652,79 @@ tasks:
3652
3652
- func : bootstrap-mongo-orchestration
3653
3653
- func : run-simple-http-server
3654
3654
- func : run-tests
3655
+ - name : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile
3656
+ run_on : amazon2023-arm64-latest-large-m8g
3657
+ tags : [sasl-matrix-openssl, compile, amazon2023-arm64-latest-large-m8g, gcc, sasl-cyrus]
3658
+ commands :
3659
+ - func : find-cmake-latest
3660
+ - func : sasl-cyrus-openssl-compile
3661
+ vars :
3662
+ CC : gcc
3663
+ CXX : g++
3664
+ - func : upload-build
3665
+ - name : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-test-latest-replica-auth
3666
+ run_on : amazon2023-arm64-latest-large-m8g
3667
+ tags : [sasl-matrix-openssl, test, amazon2023-arm64-latest-large-m8g, gcc, sasl-cyrus, auth, replica, latest, openssl]
3668
+ depends_on : [{ name: sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile }]
3669
+ commands :
3670
+ - func : fetch-build
3671
+ vars :
3672
+ BUILD_NAME : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile
3673
+ - command : expansions.update
3674
+ params :
3675
+ updates :
3676
+ - { key: CC, value: gcc }
3677
+ - { key: CXX, value: g++ }
3678
+ - { key: AUTH, value: auth }
3679
+ - { key: MONGODB_VERSION, value: latest }
3680
+ - { key: TOPOLOGY, value: replica_set }
3681
+ - { key: SSL, value: openssl }
3682
+ - func : fetch-det
3683
+ - func : bootstrap-mongo-orchestration
3684
+ - func : run-simple-http-server
3685
+ - func : run-tests
3686
+ - name : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-test-latest-server-auth
3687
+ run_on : amazon2023-arm64-latest-large-m8g
3688
+ tags : [sasl-matrix-openssl, test, amazon2023-arm64-latest-large-m8g, gcc, sasl-cyrus, auth, server, latest, openssl]
3689
+ depends_on : [{ name: sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile }]
3690
+ commands :
3691
+ - func : fetch-build
3692
+ vars :
3693
+ BUILD_NAME : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile
3694
+ - command : expansions.update
3695
+ params :
3696
+ updates :
3697
+ - { key: CC, value: gcc }
3698
+ - { key: CXX, value: g++ }
3699
+ - { key: AUTH, value: auth }
3700
+ - { key: MONGODB_VERSION, value: latest }
3701
+ - { key: TOPOLOGY, value: server }
3702
+ - { key: SSL, value: openssl }
3703
+ - func : fetch-det
3704
+ - func : bootstrap-mongo-orchestration
3705
+ - func : run-simple-http-server
3706
+ - func : run-tests
3707
+ - name : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-test-latest-sharded-auth
3708
+ run_on : amazon2023-arm64-latest-large-m8g
3709
+ tags : [sasl-matrix-openssl, test, amazon2023-arm64-latest-large-m8g, gcc, sasl-cyrus, auth, sharded, latest, openssl]
3710
+ depends_on : [{ name: sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile }]
3711
+ commands :
3712
+ - func : fetch-build
3713
+ vars :
3714
+ BUILD_NAME : sasl-cyrus-openssl-amazon2023-arm64-latest-large-m8g-gcc-compile
3715
+ - command : expansions.update
3716
+ params :
3717
+ updates :
3718
+ - { key: CC, value: gcc }
3719
+ - { key: CXX, value: g++ }
3720
+ - { key: AUTH, value: auth }
3721
+ - { key: MONGODB_VERSION, value: latest }
3722
+ - { key: TOPOLOGY, value: sharded_cluster }
3723
+ - { key: SSL, value: openssl }
3724
+ - func : fetch-det
3725
+ - func : bootstrap-mongo-orchestration
3726
+ - func : run-simple-http-server
3727
+ - func : run-tests
3655
3728
- name : sasl-cyrus-openssl-debian10-gcc-compile
3656
3729
run_on : debian10-large
3657
3730
tags : [sasl-matrix-openssl, compile, debian10, gcc, sasl-cyrus]
0 commit comments