-
Notifications
You must be signed in to change notification settings - Fork 234
Onboard Tekton Scheduler to operator #2934
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
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
9fe4a90 to
7fc9bda
Compare
7de5137 to
bd9f28a
Compare
4c1a7c9 to
78bb4d4
Compare
981a8b6 to
d12ef8f
Compare
aa0f7a6 to
2343f78
Compare
2343f78 to
cb5e579
Compare
cb5e579 to
562a12a
Compare
cfa0d55 to
149d551
Compare
|
/retest |
da805fc to
bdf5304
Compare
9a898b2 to
ad936c8
Compare
ad936c8 to
7f5a7b1
Compare
7de3490 to
bb6c59d
Compare
Signed-off-by: Pramod Bindal <prbindal@redhat.com>
Add Multi-Cluster config
bb6c59d to
e2f6c2b
Compare
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...cdefb33) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.31.0 to 0.32.0. - [Commits](golang/mod@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.10 to 1.5.11. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@3e8a2a2...7d647f4) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
The categorize changes job was failing with exit code 141 (SIGPIPE). This occurred because with pipefail enabled, when git diff pipes to commands like head or grep that exit early, git diff receives SIGPIPE and the entire pipeline fails with exit code 141. The issue manifests in two places: 1. `git diff | head -50` - head exits after 50 lines 2. `git diff | grep > /dev/null` - grep exits after finding matches With pipefail, these SIGPIPE failures cause the whole script to fail. Solution: Temporarily disable pipefail for the detection logic since we only care about the exit status of head/grep, not the pipe status. This completes the fix for the SIGPIPE issues identified in PRs tektoncd#3150 and tektoncd#3152, which addressed variable size limits and grep -q issues. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from 2.5.2 to 2.6.2. - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](sigstore/cosign@v2.5.2...v2.6.2) --- updated-dependencies: - dependency-name: github.com/sigstore/cosign/v2 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
The bump workflow generates temporary files (commit-message.txt, pr-body.txt, bump-output.txt) that should never be tracked in git. While the workflow cleanup step (c8d5e4f) removes these files after use, they were already committed to the repository. This commit: - Removes the files from git tracking - Adds them to .gitignore to prevent future accidental commits This prevents PRs like tektoncd#3160 which only delete these temp files. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Bumps [github.com/sigstore/fulcio](https://github.com/sigstore/fulcio) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/sigstore/fulcio/releases) - [Changelog](https://github.com/sigstore/fulcio/blob/main/CHANGELOG.md) - [Commits](sigstore/fulcio@v1.8.4...v1.8.5) --- updated-dependencies: - dependency-name: github.com/sigstore/fulcio dependency-version: 1.8.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
e2f6c2b to
40ad874
Compare
|
@pramodbindal: PR needs rebase. DetailsInstructions 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. |
baf30ab to
a4bbf4c
Compare
a4bbf4c to
7dee5fd
Compare
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes