Closed khrm closed 1 month ago
/test pull-tekton-results-build-tests
/retest
/test pull-tekton-results-build-tests
/assign @enarha
/cherry-pick release-v0.11.x
@khrm: once the present PR merges, I will cherry-pick it on top of release-v0.11.x in a new PR and assign it to you.
/cherry-pick release-v0.12.x
@khrm: once the present PR merges, I will cherry-pick it on top of release-v0.12.x in a new PR and assign it to you.
/approve /lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: vdemeester
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@khrm: #818 failed to apply on top of branch "release-v0.11.x":
Applying: Pass Record name to the v1alpha3 API in tkn-results cli
Using index info to reconstruct a base tree...
M pkg/cli/cmd/logs/get.go
Falling back to patching base and 3-way merge...
Auto-merging pkg/cli/cmd/logs/get.go
CONFLICT (content): Merge conflict in pkg/cli/cmd/logs/get.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Pass Record name to the v1alpha3 API in tkn-results cli
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
@khrm: cannot checkout release-v0.12.x
: error checking out release-v0.12.x: exit status 1. output: error: pathspec 'release-v0.12.x' did not match any file(s) known to git
/cherry-pick release-v0.12.x
@khrm: new pull request created: #819
Now user can pass the record name in the below format to v1alpha3 GetLog :
<namespace>/results/<parent-run-uuid>/records/<child-run-uuid>
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes