-
Notifications
You must be signed in to change notification settings - Fork 263
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
Conversation
477255f to
7f70c7d
Compare
|
/retest |
|
We can ignore |
With tektoncd/cli#2516 those are no more needed. Signed-off-by: Vincent Demeester <[email protected]>
|
/retest |
c73cdef to
9dba98b
Compare
|
/retest |
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/[email protected] |
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 DetailsIn 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 |
divyansh42
left a comment
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 DetailsNeeds 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 |
|
@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 What's the state of this one? |
|
@vdemeester can you please rebase it? |
Importing this from the tektoncd/pipeline repsitory. Signed-off-by: Vincent Demeester <[email protected]>
… The goal is to remove the prow jobs. This is imported from tektoncd/pipeline. Signed-off-by: Vincent Demeester <[email protected]>
Let's share code 🙃. Signed-off-by: Vincent Demeester <[email protected]>
a6d0b8e to
01e9e34
Compare
|
Rebased. |
|
@vdemeester do we want to re-run the tests? |
divyansh42
left a comment
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
With tektoncd/cli#2516 those are no more needed. Signed-off-by: Vincent Demeester <[email protected]>
#2560 | [dependabot[bot]] Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 | 2025/07/14-12:36 #2562 | [dependabot[bot]] Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 | 2025/07/15-14:06 #2554 | [dependabot[bot]] Bump github.com/sigstore/sigstore from 1.9.4 to 1.9.5 | 2025/07/18-20:54 #2516 | [Vincent Demeester] .github/workflows: update codeql job | 2025/07/24-11:26 #2516 | [Vincent Demeester] .github/workflows: add slack and retest workflows | 2025/07/24-11:26 #2516 | [Vincent Demeester] .github/workflows: add a ci workflow… | 2025/07/24-11:26 #2516 | [Vincent Demeester] .github/workflows: use plumbing workflow definitions. | 2025/07/24-11:26 null | [Tyler Auerbeck] cleanup: update golangci-lint to v2 | 2025/07/28-12:33 null | [divyansh42] Fix golang CI lint failures | 2025/07/28-12:33 null | [dependabot[bot]] Bump github.com/docker/docker | 2025/08/01-09:21 null | [dependabot[bot]] Bump github.com/docker/cli | 2025/08/01-10:19 null | [dependabot[bot]] Bump github.com/tektoncd/pipeline from 1.0.0 to 1.2.0 | 2025/08/01-10:31 null | [dependabot[bot]] Bump ko-build/setup-ko from 0.8 to 0.9 | 2025/08/05-16:20 null | [dependabot[bot]] Bump github/codeql-action from 3.28.11 to 3.29.5 | 2025/08/05-16:22 null | [dependabot[bot]] Bump actions/setup-go from 5.3.0 to 5.5.0 | 2025/08/05-22:46 null | [dependabot[bot]] Bump step-security/harden-runner from 2.11.0 to 2.13.0 | 2025/08/05-22:48 null | [pratap0007] Deprecate the chain command | 2025/08/11-09:22 null | [dependabot[bot]] Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.3 | 2025/08/12-12:50 null | [dependabot[bot]] Bump github.com/ktr0731/go-fuzzyfinder from 0.8.0 to 0.9.0 | 2025/08/12-13:20 null | [dependabot[bot]] Bump the go-k8s-dependencies group with 3 updates | 2025/08/12-20:10 null | [dependabot[bot]] Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 | 2025/08/19-02:41 null | [pratap0007] Bump tektoncd/pipeline, tektoncd/triggers and tektoncd/hub | 2025/08/19-08:11 null | [dependabot[bot]] Bump golang.org/x/term from 0.32.0 to 0.34.0 | 2025/08/19-10:45 null | [dependabot[bot]] Bump actions/checkout from 4.2.2 to 5.0.0 | 2025/08/20-08:03 null | [dependabot[bot]] Bump github/codeql-action from 3.29.7 to 3.29.10 | 2025/08/20-08:05 null | [dependabot[bot]] Bump the go-k8s-dependencies group with 3 updates | 2025/08/20-08:07 null | [huntlyroad] fix panic when trying to read pod logs when pod is already deleted | 2025/08/21-04:11 null | [divyansh42] Handle nil steps and add error message | 2025/08/21-04:11 Signed-off-by: vinamra28 <[email protected]>
Changes
Closes #2452
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make checkmake generatedSee the contribution guide
for more details.
Release Notes