forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run CI YAML Example tests using
go test
- Accurately report specific example failures - Test failures now use same output format as other tests - Provides greater control over parallelism using args to `go test` - Use the same test harness as other integration tests - De-dupe harness between bash/go Future work: - allow e2e tests to be run entirely locally by expanding SubEnv - (avoid external deps, see tektoncd#1372) Side effects: - new `yaml` build tag added so that existing integration tests aren't affected - Limited to 4 folders for testing - no-ci isn't explicitly excluded - no recursion in examples directory when finding examples to run Fixes tektoncd#1251
- Loading branch information
1 parent
fc24674
commit 629b6a0
Showing
5 changed files
with
204 additions
and
183 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.