* Use kfp client to run E2E tests
* Update Tekton server and tkn client versions
* Regenerate pipelinerun logs
* Give unique names to pipelineruns resembling file names
* Delete previous pipelineruns
* Mark tests as skipped instead of not generating them
* Regenerate pipeline-loop CRDs, update copyright statements
for f in sdk/python/tests/compiler/testdata/*_pipelineloop_cr*.yaml; do
echo ${f/_pipelineloop_cr*.yaml/.py};
done | sort -u | while read f; do
echo $f; dsl-compile-tekton --py $f --output ${f/.py/.yaml};
done;
make unit_test GENERATE_GOLDEN_YAML=True