@@ -765,11 +765,7 @@ install-foundation
765
765
install-libdispatch
766
766
reconfigure
767
767
768
-
769
- # Linux package with out test
770
- [preset: buildbot_linux,no_test]
771
- mixin-preset =buildbot_linux
772
-
768
+ [preset: mixin_buildbot_linux,no_test]
773
769
dash-dash
774
770
775
771
skip-test-cmark
@@ -783,6 +779,12 @@ skip-test-libdispatch
783
779
skip-test-playgroundsupport
784
780
skip-test-libicu
785
781
782
+ # Linux package with out test
783
+ [preset: buildbot_linux,no_test]
784
+ mixin-preset =
785
+ buildbot_linux
786
+ mixin_buildbot_linux,no_test
787
+
786
788
[preset: buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build]
787
789
mixin-preset =buildbot_linux
788
790
@@ -804,23 +806,57 @@ android-icu-i18n-include=%(arm_dir)s/icu/source/i18n
804
806
[preset: buildbot_linux_1804]
805
807
mixin-preset =buildbot_linux
806
808
809
+ # Ubuntu 18.04 preset that skips all tests except for integration testing of the
810
+ # package.
811
+ [preset: buildbot_linux_1804,notest]
812
+ mixin-preset =
813
+ buildbot_linux_1804
814
+ mixin_buildbot_linux,no_test
807
815
808
816
# Ubuntu 16.10 preset for backwards compat and future customizations.
809
817
[preset: buildbot_linux_1610]
810
818
mixin-preset =buildbot_linux
811
819
820
+ # Ubuntu 16.10 preset that skips all tests except for integration testing of the
821
+ # package.
822
+ [preset: buildbot_linux_1610,notest]
823
+ mixin-preset =
824
+ buildbot_linux_1610
825
+ mixin_buildbot_linux,no_test
826
+
812
827
# Ubuntu 16.04 preset for backwards compat and future customizations.
813
828
[preset: buildbot_linux_1604]
814
829
mixin-preset =buildbot_linux
815
830
831
+ # Ubuntu 16.04 preset that skips all tests except for integration testing of the
832
+ # package.
833
+ [preset: buildbot_linux_1604,notest]
834
+ mixin-preset =
835
+ buildbot_linux_1604
836
+ mixin_buildbot_linux,no_test
837
+
816
838
# Ubuntu 15.10 preset for backwards compat and future customizations.
817
839
[preset: buildbot_linux_1510]
818
840
mixin-preset =buildbot_linux
819
841
842
+ # Ubuntu 15.10 preset that skips all tests except for integration testing of the
843
+ # package.
844
+ [preset: buildbot_linux_1510,notest]
845
+ mixin-preset =
846
+ buildbot_linux_1510
847
+ mixin_buildbot_linux,no_test
848
+
820
849
# Ubuntu 14.04 preset for backwards compat and future customizations.
821
850
[preset: buildbot_linux_1404]
822
851
mixin-preset =buildbot_linux
823
852
853
+ # Ubuntu 14.04 preset that skips all tests except for integration testing of the
854
+ # package.
855
+ [preset: buildbot_linux_1404,notest]
856
+ mixin-preset =
857
+ buildbot_linux_1404
858
+ mixin_buildbot_linux,no_test
859
+
824
860
[preset: buildbot_linux,smoketest]
825
861
mixin-preset =mixin_linux_installation
826
862
build-subdir =buildbot_linux
0 commit comments