From ac018dd4683fa8a68fadfe6b2ec028eee32d3c30 Mon Sep 17 00:00:00 2001 From: Kumar-Abhishek <97608374+kabhiibm@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:20:44 +0530 Subject: [PATCH] remove resource folder an update plugin --- tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml b/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml index 10352ec3e..9b6bad314 100644 --- a/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml +++ b/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml @@ -47,7 +47,7 @@ spec: - | source $(workspaces.source-code.path)/$(params.plumbing-path)/scripts/library.sh go build -o tkn $(params.package)/cmd/tkn - for testsuite in clustertask eventlistener pipeline pipelinerun resource task; do + for testsuite in clustertask eventlistener pipeline pipelinerun plugin task; do header "Running Go $(params.tags) ${testsuite} tests" report_go_test -v -count=1 -tags=$(params.tags) -timeout=$(params.timeout) $(params.tests-path)/${testsuite} done