-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add git-resolver/PipelineTask example to tests #5604
Add git-resolver/PipelineTask example to tests #5604
Conversation
/assign @afrittoli @lbernick @vdemeester |
/retest Hmm. The test passes for me locally - I'm going to rerun it once to see if anything's different. |
Ok, still failing. Something else is going on, not sure what - I'll get back to this later. |
/hold Holding while I do some debug logging. |
/retest |
params: | ||
params: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is duplicate? And cause err:
31:16 error empty value in block mapping (empty-values)
32:9 error duplication of key "params" in mapping (key-duplicates)
/retest Ok, so for some reason, using |
e901094
to
e51bb14
Compare
/retest |
e51bb14
to
6be77ba
Compare
This uses `/task/git-clone/0.7/git-clone.yaml` in the Catalog repo as the remote task. Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
6be77ba
to
491c120
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
This uses
/task/git-clone/0.7/git-clone.yaml
onmain
in the Catalog repo as the remote task./kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes