Skip to content

refactor(tests): move PipelineRun tests to Makefile targets - #2347

Open
Yashh56 wants to merge 1 commit into
shipwright-io:mainfrom
Yashh56:refactor-pipelinerun-ci
Open

refactor(tests): move PipelineRun tests to Makefile targets#2347
Yashh56 wants to merge 1 commit into
shipwright-io:mainfrom
Yashh56:refactor-pipelinerun-ci

Conversation

@Yashh56

@Yashh56 Yashh56 commented Sep 8, 2026

Copy link
Copy Markdown

Changes

Moves PipelineRun e2e and integration test logic out of GitHub Actions yaml and into the Makefile for better maintainability and local testability.

Related Issue

Fixes #2134

Type of PR

/kind cleanup

Submitter Checklist

  • Includes tests if functionality changed/was added
  • Includes docs if changes are user-facing
  • Kind label has been set
  • Release notes block has been filled in, or marked NONE

Release Notes

None

Moves PipelineRun e2e and integration test logic out of GitHub Actions yaml and into the Makefile for better maintainability and local testability.

Signed-off-by: Yash <yashsaini18166@gmail.com>
@openshift-ci openshift-ci Bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Label for when a PR does not need a release note labels Sep 8, 2026
@pull-request-size pull-request-size Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 8, 2026
@openshift-ci openshift-ci Bot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Sep 8, 2026
@openshift-ci

openshift-ci Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign saschaschwarze0 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details 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

@Yashh56
Yashh56 marked this pull request as ready for review September 8, 2026 10:38
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 8, 2026
@openshift-ci
openshift-ci Bot requested review from IrvingMg and qu1queee September 8, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-none Label for when a PR does not need a release note size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[CLEANUP] Moving the PipelineRun test logic from CI to Makefile and invoking them from the CI

2 participants