Skip to content

Commit

Permalink
Update pipeline version to 0.53.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 21, 2023
1 parent 9e26d2f commit d21595e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: make test-e2e
5 changes: 1 addition & 4 deletions test/helper/helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand All @@ -46,4 +43,4 @@ EOS
shift
assert_success
assert_output ${*}
}
}

0 comments on commit d21595e

Please sign in to comment.