Lee Bernick

Results 47 issues of Lee Bernick

https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/5466/pull-tekton-pipeline-unit-tests/1569343520609669120 TestReconcile_InvalidPipelineRuns/invalid-pipeline-run-resources-not-bound-shd-stop-reconciling: ``` {Failed } } pipelinerun_test.go:1320: error in test pipeline-resources-not-bound: received 2 events but 3 expected. Found events: []string{"Normal Started ", "Warning Failed PipelineRun foo/pipeline-resources-not-bound doesn't bind Pipeline foo/a-fine-pipeline's...

kind/flake

This issue tracks feedback on the ["isolated workspaces"](https://tekton.dev/docs/pipelines/workspaces/#isolating-workspaces-to-specific-steps-or-sidecars) feature that allows a workspace to be mounted to specific steps and sidecars, and the work required to move this to beta...

lifecycle/frozen

### Feature request Right now, some fields from `pipelineRun.spec.taskRunSpecs` are [passed to custom runs created by the PipelineRun](https://github.com/tektoncd/pipeline/blob/99404d532ae9e9149cd941d11b754035cfb646c9/pkg/reconciler/pipelinerun/pipelinerun.go#L971-L976). Not all fields in `taskRunSpecs` make sense for Runs, so it might...

kind/feature

# Changes This commit adds a "beta" option to the "enable-api-fields" feature flag. No functional changes. /kind misc # Submitter Checklist As the author of this PR, please check off...

do-not-merge/hold
size/L
release-note-none
needs-rebase
kind/misc

Based on https://bigkevmcd.github.io/tekton/flux/notifications/2020/12/06/flux-tekton.html. Uses Flux GitRepositories to poll for changes to specific branches on linked repos, Flux Receivers to accept events related to changes to these GitRepositories, a Flux Provider...

size/XXL
do-not-merge/work-in-progress

# Changes This commit updates the top-level plumbing vendor directory with the most recent version of the code, and adds instructions for new projects to add presubmit tests. # Submitter...

size/S
do-not-merge/work-in-progress

Our [docs](https://github.com/tektoncd/experimental/blob/main/CONTRIBUTING.md#adding-a-new-project) instruct users to add their project to the list of tests to run presubmits for, but don't instruct them to add a presubmit-tests.sh file. If the project does...

kind/bug

Most of our documentation uses v1beta1 versions of Task, TaskRun, Pipeline, and PipelineRun. We should update our examples to use v1 versions, using our [existing migration guide](https://github.com/tektoncd/pipeline/blob/main/docs/migrating-v1beta1-to-v1.md).

help wanted
kind/documentation

This commit adds links to docs, examples, and the release tag for v0.41.1. /kind documentation # Submitter Checklist As the author of this PR, please check off the items in...

size/XS
kind/documentation
release-note-none

This issue tracks the release of v1 api versions for Task, TaskRun, Pipeline, and PipelineRun. Before doing this, we would like to wait for remote resolution beta (https://github.com/tektoncd/pipeline/issues/4710), since we...