pipeline/pkg/reconciler/taskrun
Dan Lorenc ea94852c3a Refactor Resource result output, and add support for Git resources.
This change builds upon #1406, and logs the exact Git commit used by a Git input
to the ResourceResults field.

Some other cleanups are included:
- Removing custom TerminationMessagePath from the Image resource. The default is fine.
- Test cleanup.
- A new helper to write termination messages from resource containers.

And finally, this adds a new environment variable to the git resource steps, indicating the
name of the resource instance they are running as. We should make this more generic and apply
it to all resource steps as part of the extensiblity refactor.
2019-10-17 09:09:20 -05:00
..
entrypoint ServiceAccountName(s) replaces ServiceAccount(s) 2019-10-09 04:00:18 -05:00
resources Refactor Resource result output, and add support for Git resources. 2019-10-17 09:09:20 -05:00
sidecars Move nopImage from pkg/…/sidecars package to cmd/controller 2019-10-02 09:31:15 -05:00
cancel_test.go Add logging to TimeoutHandler 2019-10-11 03:43:18 -05:00
cancel.go Refactor reconciler package to not reference api version 2019-08-19 11:07:59 -05:00
controller.go Adds pipeline metrics 2019-10-17 04:28:20 -05:00
metrics_test.go Adds pipeline metrics 2019-10-17 04:28:20 -05:00
metrics.go Adds pipeline metrics 2019-10-17 04:28:20 -05:00
taskrun_test.go Refactor Resource result output, and add support for Git resources. 2019-10-17 09:09:20 -05:00
taskrun.go Refactor Resource result output, and add support for Git resources. 2019-10-17 09:09:20 -05:00
timeout_check_test.go Refactor reconciler package to not reference api version 2019-08-19 11:07:59 -05:00
timeout_check.go Refactor reconciler package to not reference api version 2019-08-19 11:07:59 -05:00
validate_resources_test.go Refactor reconciler package to not reference api version 2019-08-19 11:07:59 -05:00
validate_resources.go Refactor reconciler package to not reference api version 2019-08-19 11:07:59 -05:00