-
Notifications
You must be signed in to change notification settings - Fork 420
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
Fixes Triggers release pipeline and tasks #1024
Fixes Triggers release pipeline and tasks #1024
Conversation
5be5dd5
to
3e621e8
Compare
Fix `ko resolve` step in `publish-tekton-triggers` task Fix `koparse` error ``` Expected images did not match: Images ['gcr.io/tekton-nightly/github.com/tektoncd/triggers/cmd/binding-eval:v20210331-6cc9094a8a', 'gcr.io/tekton-nightly/github.com/tektoncd/triggers/cmd/triggerrun:v20210331-6cc9094a8a', 'gcr.io/tekton-nightly/github.com/tektoncd/triggers/cmd/interceptors:v20210331-6cc9094a8a'] were expected but missing. ``` Tested by running a nightly release: https://dashboard.dogfooding.tekton.dev/#/namespaces/tekton-nightly/pipelineruns/triggers-release-nightly-vp46d?pipelineTask=git-clone&step=clone Signed-off-by: Nikhil Thomas <nikthoma@redhat.com>
3e621e8
to
190b396
Compare
/retest |
/test pull-tekton-triggers-build-tests |
Not sure what is going on with the build tests. |
its odd because the test logs don't show any errors...i had the same thing happen on the other PR I submitted this morning |
I guess prow must have been running into issues. |
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 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 |
Fix
ko resolve
step inpublish-tekton-triggers
taskFix
koparse
errorRename release pipeline to
release
instead oftriggers-release
askustomization in plumbing will add the
triggers-
prefix while updating thepipeline on dogfooding cluster (namespace: tekton-nigtly), every hour.
Without this patch the name of the Triggers release pipeline created on dogfooding cluster
will be
triggers-triggers-release
.Note: The TriggerTemplate refers to pipelineref:
triggers-release
.ref: https://github.com/tektoncd/plumbing/blob/9dcf14d1320bd10674d44673cebac8ecc6bae30e/tekton/resources/nightly-release/overlays/triggers/kustomization.yaml#L1
Signed-off-by: Nikhil Thomas nikthoma@redhat.com
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Release Notes