feat(layered-products): trigger build on artc cluster via --on-cluster - #4795
Merged
ashwindasr merged 1 commit intoAug 20, 2026
Merged
Conversation
Contributor
|
[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 |
ashwindasr
force-pushed
the
feat/layered-products-on-cluster
branch
3 times, most recently
from
August 20, 2026 15:09
396a24e to
a927e2e
Compare
Switch to triggering the build-layered-products Tekton pipeline in the layered-products namespace on artc (artcd --on-cluster) and watching until completion, rather than running the build locally on the Jenkins agent. - Add --on-cluster so the job triggers a PipelineRun on artc and blocks via tkn pipeline start --showlog (logs stream to Jenkins console) - Add art-cluster-layered-products-pipeline-kubeconfig credential that provides the kubeconfig for the layered-products SA on artc - Remove returnStdout from sh() so tkn log output is visible in Jenkins Pre-req: Jenkins credential art-cluster-layered-products-pipeline-kubeconfig must be created with a SA kubeconfig for the layered-products namespace. Companion PRs: - art-tools: openshift-eng/art-tools#3316 - art-config: openshift-eng/art-config#166 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
ashwindasr
force-pushed
the
feat/layered-products-on-cluster
branch
from
August 20, 2026 15:28
a927e2e to
d132811
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All existing credentials are retained unchanged.
Pre-requisites
A Jenkins credential `art-cluster-layered-products-pipeline-kubeconfig` must be created (file type) containing a kubeconfig for a ServiceAccount in the `layered-products` namespace with permission to create/watch PipelineRuns.
Companion PRs
Test plan
Made with Cursor