Chitrang Patel
Chitrang Patel
https://github.com/tektoncd/pipeline/pull/8041 adds the tests
Yes, I agree. That's what needs to happen. I needed to do that for larger results. However, after the test is complete, we also need to unset those feature flags...
One other thing I found is that in order to fix [the broken tests](https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/6072/pull-tekton-pipeline-alpha-integration-tests/1620439049745469440), I had to remove `t.Parallel()` so that it does not run in parallel with the other...
I wanted to add that while this is doable for e2e tests, we cannot do this for example tests since all example tests will have the same feature flags for...
Pipeline WG: @AlanGreene @AverageMarcus PTAL again since we are hoping to get this merged this month.
Initiated discussion with ArtifactHub: https://github.com/artifacthub/hub/issues/3677#issuecomment-1972887477
This is now implemented: https://github.com/artifacthub/hub/issues/3677#issuecomment-2034005179 The staging is here: https://staging.artifacthub.io/packages/search?kind=23 @vdemeester can we close this issue now? We have support for StepActions on our GitHub catalog, Tekton Bundles and ArtifactHub.
> #7415 is still open, I think we might not include CEL in stepAction at the moment I think we should for consistency with PipelineTasks. That issue is tracking its...