[check-name-matches : check-name] + set -o pipefail [check-name-matches : check-name] + printf passed [check-name-matches : check-name] + '[[' '==' ]] [check-name-matches : check-name] + exit 0 [clone-repo : clone] {"level":"info","ts":1751900404.2112665,"caller":"git/git.go:165","msg":"Successfully cloned https://github.com/tektoncd/community @ ab9c5101a6d6c3a6829a2a8e2b0ef1187e847db8 (HEAD -> main, origin/main) in path /workspace/output/"} [clone-repo : clone] {"level":"info","ts":1751900404.2756426,"caller":"git/git.go:203","msg":"Successfully initialized and updated submodules in path /workspace/output/"} [check-git-files-changed : check-files-changed] + set -o pipefail [check-git-files-changed : check-files-changed] + BACK=HEAD~2 [check-git-files-changed : check-files-changed] + CHECK=failed [check-git-files-changed : check-files-changed] + cd /workspace/input [check-git-files-changed : check-files-changed] + git diff-tree --no-commit-id --name-only -r HEAD HEAD~2 [check-git-files-changed : check-files-changed] + grep -E 'teps/**' [check-git-files-changed : check-files-changed] + jq -ncR '[inputs]' [check-git-files-changed : check-files-changed] + git diff-tree --no-commit-id --name-only -r HEAD HEAD~2 [check-git-files-changed : check-files-changed] + grep -E 'teps/**' [check-git-files-changed : check-files-changed] teps/0161-resolver-caching.md [check-git-files-changed : check-files-changed] + CHECK=passed [check-git-files-changed : check-files-changed] + printf passed [teps-lint : teps-table] diff --git a/teps/README.md b/teps/README.md [teps-lint : teps-table] index 5746e2d..1bc091b 100644 [teps-lint : teps-table] --- a/teps/README.md [teps-lint : teps-table] +++ b/teps/README.md [teps-lint : teps-table] @@ -147,3 +147,4 @@ This is the complete list of Tekton TEPs: [teps-lint : teps-table] |[TEP-0155](0155-store-pipeline-events-in-db.md) | Store Pipeline Events in Tekton Results | proposed | 2024-04-19 | [teps-lint : teps-table] |[TEP-0156](0156-whenexpressions-in-step.md) | WhenExpressions in Steps | implemented | 2024-07-22 | [teps-lint : teps-table] |[TEP-0160](0160-enhance-results-cli.md) | Enhance Tekton Results CLI | proposed | 2025-03-13 | [teps-lint : teps-table] +|[TEP-0161](0161-resolver-caching.md) | Resolver Caching for Task and Pipeline Resolution | proposed | 2024-06-15 |