-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Adopt soundess workflow from swiftlang
- Loading branch information
1 parent
b4673d2
commit a3ac6e8
Showing
6 changed files
with
83 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name: PR | ||
|
||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
|
||
jobs: | ||
soundness: | ||
name: Soundness | ||
uses: apple/swift-nio/.github/workflows/soundness.yml@main | ||
with: | ||
license_header_check_project_name: "SwiftAWSLambdaRuntime" | ||
shell_check_enabled: false | ||
api_breakage_check_container_image: "swift:6.0-noble" | ||
docs_check_container_image: "swift:6.0-noble" | ||
soundness: | ||
name: Soundness | ||
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main | ||
with: | ||
license_header_check_project_name: "SwiftAWSLambdaRuntime" | ||
shell_check_enabled: false | ||
api_breakage_check_container_image: "swift:6.0-noble" | ||
docs_check_container_image: "swift:6.0-noble" | ||
|
||
unit-tests: | ||
name: Unit tests | ||
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main | ||
with: | ||
linux_5_8_enabled: false | ||
linux_5_9_enabled: false | ||
linux_5_10_enabled: false | ||
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" | ||
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" | ||
unit-tests: | ||
name: Unit tests | ||
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main | ||
with: | ||
linux_5_8_enabled: false | ||
linux_5_9_enabled: false | ||
linux_5_10_enabled: false | ||
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" | ||
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" | ||
|
||
integration-tests: | ||
name: Integration Tests | ||
uses: ./.github/workflows/examples_matrix.yml | ||
with: | ||
# We should pass the list of examples here, but we can't pass an array as argument | ||
# examples: [ "HelloWorld", "APIGateway" ] | ||
name: "Integration tests" | ||
matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=../.. swift build" | ||
swift-6-language-mode: | ||
name: Swift 6 Language Mode | ||
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main | ||
integration-tests: | ||
name: Integration Tests | ||
uses: ./.github/workflows/examples_matrix.yml | ||
with: | ||
# We should pass the list of examples here, but we can't pass an array as argument | ||
# examples: [ "HelloWorld", "APIGateway" ] | ||
name: "Integration tests" | ||
matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=../.. swift build" | ||
|
||
swift-6-language-mode: | ||
name: Swift 6 Language Mode | ||
uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters