-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/ci: combine acceptance/integration tests (#4210)
tests/ci: combine acceptence/integration tests The separation of running acceptance tests and other bazel-based integration tests is not necessary for any technical reason. Combining these into a single "thing" makes it easier for contributors run all tests locally. The organizational separation persists, the acceptance tests remain in their separate directory. In .bazelrc, combine the test configs `integration_go` and `acceptance_all` to `integration_all` and rename the corresponding make target to `test-integration`. Generate the steps buildkite steps for all bazel integration tests in one go instead of treating acceptance separate from other tests. This adds the previously missing file_transfer demo to CI. Organize buildkite steps into groups and streamline the pipeline config: * Use yaml anchors for recurring snippets. * Split Lint into separate step. * Enable streamed test output for acceptance tests. * Remove unneeded (?) unzipping of bazel testlogs outputs.zip (the content is there anyway).
- Loading branch information
Showing
7 changed files
with
112 additions
and
174 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
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
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