@@ -685,80 +685,9 @@ def generate_alternative_hosts_variants():
685
685
return variants
686
686
687
687
688
- """
689
-
690
- - id: rhel7
691
- display_name: .x"
692
- run_on: rhel79-small
693
- batchtime: 10080 # 7 days
694
- - id: rhel9-fips
695
- display_name: "RHEL 9 FIPS"
696
- run_on: rhel92-fips
697
- batchtime: 10080 # 7 days
698
- - id: rhel8-zseries
699
- display_name: "RHEL 8 (zSeries)"
700
- run_on: rhel8-zseries-small
701
- batchtime: 10080 # 7 days
702
- variables:
703
- SKIP_HATCH: true
704
- - id: rhel8-power8
705
- display_name: "RHEL 8 (POWER8)"
706
- run_on: rhel8-power-small
707
- batchtime: 10080 # 7 days
708
- variables:
709
- SKIP_HATCH: true
710
- - id: rhel8-arm64
711
- display_name: "RHEL 8 (ARM64)"
712
- run_on: rhel82-arm64-small
713
- batchtime: 10080 # 7 days
714
- variables:
715
-
716
- - name: "test-fips-standalone"
717
- tags: ["fips"]
718
- commands:
719
- - func: "bootstrap mongo-orchestration"
720
- vars:
721
- VERSION: "latest"
722
- TOPOLOGY: "server"
723
- - func: "run tests"
724
-
725
- - matrix_name: "tests-fips"
726
- matrix_spec:
727
- platform:
728
- - rhel9-fips
729
- auth: "auth"
730
- ssl: "ssl"
731
- display_name: "${platform} ${auth} ${ssl}"
732
- tasks:
733
- - "test-fips-standalone"
734
-
735
- # Test one server version with zSeries, POWER8, and ARM.
736
- - matrix_name: "test-different-cpu-architectures"
737
- matrix_spec:
738
- platform:
739
- - rhel8-zseries # Added in 5.0.8 (SERVER-44074)
740
- - rhel8-power8 # Added in 4.2.7 (SERVER-44072)
741
- - rhel8-arm64 # Added in 4.4.2 (SERVER-48282)
742
- auth-ssl: "*"
743
- display_name: "${platform} ${auth-ssl}"
744
- tasks:
745
- - ".6.0"
746
-
747
- - matrix_name: "tests-python-version-supports-openssl-102-test-ssl"
748
- matrix_spec:
749
- platform: rhel7
750
- # Python 3.10+ requires OpenSSL 1.1.1+
751
- python-version: ["3.9"]
752
- auth-ssl: "*"
753
- display_name: "OpenSSL 1.0.2 ${python-version} ${platform} ${auth-ssl}"
754
- tasks:
755
- - ".5.0"
756
- """
757
-
758
688
##################
759
689
# Generate Config
760
690
##################
761
691
762
692
variants = generate_alternative_hosts_variants ()
763
- # print(len(variants))
764
693
generate_yaml (variants = variants )
0 commit comments