-
Notifications
You must be signed in to change notification settings - Fork 259
Migrate CI into GitHub workflows #2516
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
base: main
Are you sure you want to change the base?
Conversation
477255f
to
7f70c7d
Compare
/retest |
We can ignore |
With tektoncd/cli#2516 those are no more needed. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
/retest |
c73cdef
to
9dba98b
Compare
/retest |
Importing this from the tektoncd/pipeline repsitory. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
… The goal is to remove the prow jobs. This is imported from tektoncd/pipeline. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Let's share code 🙃. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
9dba98b
to
a6d0b8e
Compare
paths-ignore: | ||
- '**/*.md' | ||
- '**/*.txt' | ||
- '**/*.yaml' |
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.
Should this also include **/*.yml
?
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.
probably 😛 not sure how many we have.
uses: github/codeql-action/init@v3 | ||
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 |
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.
🔒 🙏🏼
|
||
- name: Run tests | ||
run: | | ||
./hack/setup-kind.sh \ |
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 script seems to exist in the plumbing repo. Any reason we wouldn't want to reference it instead of copying it?
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.
No valid reason I can see, I just ported what we had in tektoncd/pipeline
.
I would probably want to create an issue to follow-up 😛
yamllint -c .yamllint $(find . -path ./vendor -prune -o -type f -regex ".*y[a]ml" -print | tr '\n' ' ') | ||
- name: check-license | ||
run: | | ||
go install github.com/google/go-licenses@v1.0.0 |
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.
Do we have any specific reason for using 1.0.0
?
I can see 1.6.0 as the latest version
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.
Yes, after 1.0.0 a behavior breaks our usage, we had to pin this in test-runner, …
/retest |
/lgtm |
@pratap0007: changing LGTM is restricted to collaborators In response to this:
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. |
/retest |
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
/retest |
@piyush-garg @vinamra28 can you please review and merge this PR? Thanks! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aThorp96, piyush-garg 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 |
/retest |
2 similar comments
/retest |
/retest |
/test pull-tekton-cli-integration-tests |
@vdemeester: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
@waveywaves @piyush-garg the prow job will always fail 😛 |
my ask for the retest was a bit mindless 😅 sorry about that |
I can force merge, but we need to remove the prow configuration. One "problem" is that it will remove the prow check for branches : tektoncd/plumbing#2510. We'll have to figure out what we do about bugfix releases, but I would love for this to get merged now. |
@vdemeester: PR needs rebase. 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. |
Changes
Closes #2452
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes