Skip to content

Add PR test presets for sourcekit-lsp and indexstore-db #22535

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
merged 1 commit into from
Feb 12, 2019
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
74 changes: 74 additions & 0 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,80 @@ dash-dash
skip-test-swift
skip-test-cmark

#===------------------------------------------------------------------------===#
# Test Swift Packages
#===------------------------------------------------------------------------===#

[preset: buildbot_swiftpm_package_base]
mixin-preset=buildbot_incremental_base

build-subdir=buildbot_incremental

release
assertions

llbuild
swiftpm
indexstore-db
sourcekit-lsp

install-swift
install-llbuild
install-swiftpm

skip-test-swift
skip-test-cmark
skip-test-llbuild
skip-test-swiftpm

[preset: buildbot_swiftpm_package_macos]
mixin-preset=buildbot_swiftpm_package_base

[preset: buildbot_swiftpm_package_linux]
mixin-preset=buildbot_swiftpm_package_base

libdispatch
foundation
xctest

install-foundation
install-libdispatch
install-xctest

skip-test-foundation
skip-test-libdispatch
skip-test-xctest

#===------------------------------------------------------------------------===#
# Test SourceKit-LSP
#===------------------------------------------------------------------------===#

[preset: buildbot_sourcekitlsp_macos]
mixin-preset=buildbot_swiftpm_package_macos

sourcekit-lsp

[preset: buildbot_sourcekitlsp_linux]
mixin-preset=buildbot_swiftpm_package_linux

sourcekit-lsp

#===------------------------------------------------------------------------===#
# Test IndexStore-DB
#===------------------------------------------------------------------------===#

[preset: buildbot_indexstoredb_macos]
mixin-preset=buildbot_swiftpm_package_macos

indexstore-db
sourcekit-lsp

[preset: buildbot_indexstoredb_linux]
mixin-preset=buildbot_swiftpm_package_linux

indexstore-db
sourcekit-lsp

#===------------------------------------------------------------------------===#
# Remote Mirror Library
#===------------------------------------------------------------------------===#
Expand Down