From d21595e852936294ca8ae7dbeaa0eef296ac4128 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 21 Nov 2023 15:49:23 +0100 Subject: [PATCH] Update pipeline version to 0.53.2 Signed-off-by: Vincent Demeester --- .github/workflows/test.yaml | 4 ++-- test/helper/helper.sh | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bf6110d..e8afe2c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,8 +32,8 @@ jobs: # settings to reach it during testing - uses: openshift-pipelines/setup-tektoncd@v1 with: - pipeline_version: v0.41.3 + pipeline_version: v0.53.2 # running end-to-end test target - name: test-e2e - run: make test-e2e \ No newline at end of file + run: make test-e2e diff --git a/test/helper/helper.sh b/test/helper/helper.sh index 4117dfc..fd55ab4 100644 --- a/test/helper/helper.sh +++ b/test/helper/helper.sh @@ -34,9 +34,6 @@ function assert_tekton_resource () { {{- printf "%s\n" .message -}} {{- end -}} {{- end }} -{{- range .status.taskResults }} - {{- printf "%s=%s\n" .name .value -}} -{{- end -}} {{- range .status.results }} {{- printf "%s=%s\n" .name .value -}} {{- end -}} @@ -46,4 +43,4 @@ EOS shift assert_success assert_output ${*} -} \ No newline at end of file +}