Skip to content
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 for the nightly release process #421

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

afrittoli
Copy link
Member

Changes

Move run resources to a dedicated folder, so they are not applied
by mistake when doing kubectl apply -f tekton.
Make the bucket resource name unique so that it does not conflict.
Point the bucket directly into the triggers folder, to avoid
downloading the releases of all tekton projects - making the release
process more separated from other projects release process, so we
don't have an issue if the releases run in parallel.
Remove triggers from the path when copying to the bucket.

Add a cloudevent resource to trigger post release services (log copy).

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

Describe any user facing changes here, or delete this block.

Examples of user facing changes:
- API changes
- Bug fixes
- Any changes in behavior

@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 6, 2020
@dibyom
Copy link
Member

dibyom commented Feb 6, 2020

Looks like some indentation issues in the resources file; otherwise LGTM

@tekton-robot tekton-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 10, 2020
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 10, 2020
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Feb 10, 2020
Move run resources to a dedicated folder, so they are not applied
by mistake when doing `kubectl apply -f tekton`.
Make the bucket resource name unique so that it does not conflict.
Point the bucket directly into the triggers folder, to avoid
downloading the releases of all tekton projects - making the release
process more separated from other projects release process, so we
don't have an issue if the releases run in parallel.
Remove `triggers` from the path when copying to the bucket.

Add a cloudevent resource to trigger post release services (log copy).
@afrittoli
Copy link
Member Author

/test pull-tekton-triggers-build-tests

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/meow
/cc @dibyom

@tekton-robot
Copy link

@vdemeester: cat image

In response to this:

/lgtm
/meow
/cc @dibyom

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 11, 2020
- name: url
value: cmd/eventlistenersink # Registry is provided via parameter, this is a hack see #569
# ---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this meant to be commented out?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the URL of the sink there is cluster specific so I didn't want to include a resource that would actually be applied with a broken url

@dibyom
Copy link
Member

dibyom commented Feb 13, 2020

/approve

@tekton-robot
Copy link

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 13, 2020
@tekton-robot tekton-robot merged commit 3f48daf into tektoncd:master Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants