tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

Use latest pipeline version in e2e test #656

Closed enarha closed 11 months ago

enarha commented 11 months ago

Changes

Always use the latest pipeline version in the e2e tests. Using a hardcoded version is hard to keep up-to-date and tests are less reliable when done against outdated version.

/kind misc

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

Release Notes

NONE
tekton-robot commented 11 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please ask for approval from enarha after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/tektoncd/results/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
enarha commented 11 months ago

Duplicate of #613