Skip to content

[build-preset] Add no_test variants of all of the buildbot_linux_* pr… #20109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 41 additions & 5 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -765,11 +765,7 @@ install-foundation
install-libdispatch
reconfigure


# Linux package with out test
[preset: buildbot_linux,no_test]
mixin-preset=buildbot_linux

[preset: mixin_buildbot_linux,no_test]
dash-dash

skip-test-cmark
Expand All @@ -783,6 +779,12 @@ skip-test-libdispatch
skip-test-playgroundsupport
skip-test-libicu

# Linux package with out test
[preset: buildbot_linux,no_test]
mixin-preset=
buildbot_linux
mixin_buildbot_linux,no_test

[preset: buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build]
mixin-preset=buildbot_linux

Expand All @@ -804,23 +806,57 @@ android-icu-i18n-include=%(arm_dir)s/icu/source/i18n
[preset: buildbot_linux_1804]
mixin-preset=buildbot_linux

# Ubuntu 18.04 preset that skips all tests except for integration testing of the
# package.
[preset: buildbot_linux_1804,notest]
mixin-preset=
buildbot_linux_1804
mixin_buildbot_linux,no_test

# Ubuntu 16.10 preset for backwards compat and future customizations.
[preset: buildbot_linux_1610]
mixin-preset=buildbot_linux

# Ubuntu 16.10 preset that skips all tests except for integration testing of the
# package.
[preset: buildbot_linux_1610,notest]
mixin-preset=
buildbot_linux_1610
mixin_buildbot_linux,no_test

# Ubuntu 16.04 preset for backwards compat and future customizations.
[preset: buildbot_linux_1604]
mixin-preset=buildbot_linux

# Ubuntu 16.04 preset that skips all tests except for integration testing of the
# package.
[preset: buildbot_linux_1604,notest]
mixin-preset=
buildbot_linux_1604
mixin_buildbot_linux,no_test

# Ubuntu 15.10 preset for backwards compat and future customizations.
[preset: buildbot_linux_1510]
mixin-preset=buildbot_linux

# Ubuntu 15.10 preset that skips all tests except for integration testing of the
# package.
[preset: buildbot_linux_1510,notest]
mixin-preset=
buildbot_linux_1510
mixin_buildbot_linux,no_test

# Ubuntu 14.04 preset for backwards compat and future customizations.
[preset: buildbot_linux_1404]
mixin-preset=buildbot_linux

# Ubuntu 14.04 preset that skips all tests except for integration testing of the
# package.
[preset: buildbot_linux_1404,notest]
mixin-preset=
buildbot_linux_1404
mixin_buildbot_linux,no_test

[preset: buildbot_linux,smoketest]
mixin-preset=mixin_linux_installation
build-subdir=buildbot_linux
Expand Down