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.
Migrate yaml e2e test from knative/build
Fixes tektoncd#302 what: Add yaml tests which cover different features of knative build in knative build pipeline like mounting secret as volume, templating arguements. list build yamls tests are not added: - build with `source` key. As build added support for multiple sources build examples included both `source` and `sources` key version of build. In taskrun world it means the same thing (https://github.com/knative/build/tree/master/test/sources) - build subpath feature is not supported in taskrun (https://github.com/knative/build/tree/master/test/subpath) - build with multiple steps(https://github.com/knative/build/tree/master/test/multiple-steps). taskrun contains examples with multiple steps - build that panics (https://github.com/knative/build/tree/master/test/panic). Taskrun with expectation to fail is not supported in yaml - build with timeout (https://github.com/knative/build/tree/master/test/build-with-timeout). Taskrun with timeout test is already present in e2e go test - build with custom source. Taskrun does nto support custom source (https://github.com/knative/build/tree/master/test/custom-source) - build that fails (https://github.com/knative/build/tree/master/test/fail). Taskrun does not support failed taskruns - build with step status (https://github.com/knative/build/tree/master/test/step-status). go e2e tests already cover this feature - build yaml tests git-init image directly. This is indirectly testing git resource and does not add much value. (https://github.com/knative/build/tree/master/test/reuse-git-init)
- Loading branch information
Shash Reddy
committed
Feb 13, 2019
1 parent
709bc85
commit 9c94778
Showing
37 changed files
with
836 additions
and
151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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.
12 changes: 12 additions & 0 deletions
12
examples/run/output-pipelinerun.yaml → ...ples/pipelineruns/output-pipelinerun.yaml
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.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
Oops, something went wrong.