@@ -550,9 +550,6 @@ functions:
550
550
551
551
# Anchors
552
552
553
- hosts : &hosts
554
- - rhel70-small
555
-
556
553
pre :
557
554
- func : " fetch source"
558
555
- func : " prepare resources"
@@ -722,7 +719,10 @@ axes:
722
719
values :
723
720
- id : " linux"
724
721
display_name : " Linux"
725
- run_on : *hosts
722
+ run_on : rhel70-small
723
+ - id : " linux-large"
724
+ display_name : " Linux Large"
725
+ run_on : rhel70-large
726
726
- id : " ubuntu"
727
727
display_name : " Ubuntu 18.04"
728
728
run_on : ubuntu1804-test
@@ -821,14 +821,14 @@ buildvariants:
821
821
# Test packaging and other release related routines
822
822
- name : static-checks
823
823
display_name : " Static Checks"
824
- run_on : *hosts
824
+ run_on : rhel70-small
825
825
tasks :
826
826
- name : " static-analysis"
827
827
828
828
- matrix_name : " tests-zlib-compression"
829
829
matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
830
830
version : ["3.6", "4.0", "4.2", "4.4", "latest"],
831
- topology : " standalone" , os: "linux" }
831
+ topology : " standalone" , os: "linux-large " }
832
832
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
833
833
tags : ["tests-variant"]
834
834
tasks :
@@ -918,7 +918,7 @@ buildvariants:
918
918
919
919
- name : plain-auth-test
920
920
display_name : " PLAIN (LDAP) Auth test"
921
- run_on : *hosts
921
+ run_on : rhel70-small
922
922
tasks :
923
923
- name : " plain-auth-test"
924
924
@@ -931,7 +931,7 @@ buildvariants:
931
931
932
932
- name : atlas-test
933
933
display_name : " Atlas test"
934
- run_on : *hosts
934
+ run_on : rhel70-small
935
935
tasks :
936
936
- name : " atlas-test"
937
937
0 commit comments