-
Notifications
You must be signed in to change notification settings - Fork 111
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
Migrate tektoncd/Pipeline integration tests from prow to tekton #1292
base: main
Are you sure you want to change the base?
Migrate tektoncd/Pipeline integration tests from prow to tekton #1292
Conversation
oh that's amazing!! I should have looked at it earlier.
…On Sat, Nov 26, 2022, 5:53 p.m. Andrea Frittoli ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In tekton/ci/jobs/tekton-integration-tests.yaml
<#1292 (comment)>:
> @@ -0,0 +1,177 @@
+apiVersion: tekton.dev/v1beta1
FYI - this exists too
https://github.com/tektoncd/plumbing/blob/main/tekton/ci/jobs/e2e-kind.yaml
—
Reply to this email directly, view it on GitHub
<#1292 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZE5VQRI3J6GJOVTQQOAPDWKKIF3ANCNFSM6AAAAAASMBAFAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
/hold |
9ac20e9
to
f3d39e3
Compare
9497452
to
52b6501
Compare
Partially addresses #1264 |
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
/hold until #1388 is resolved
52b6501
to
2990e40
Compare
New changes are detected. LGTM label has been removed. |
/hold cancel |
/retest |
/test plumbing-unit-tests |
@chitrangpatel: The specified target(s) for
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. |
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.
will these tests be blocking as soon as this PR is merged?
I think once this PR is merged, within an hour or so I think (whenever our CI system updates), we will start running it like we do the Let me hold it and we can unhold it after the production WG call this week. My fear is what would happen if we roll this out and it fails. Would it stop all PRs from being merged? /hold |
This PR allows us to run the tektonCD/pipeline's integration tests on the tekton dogfooding cluster using a pipeline instead of a prow job.
2990e40
to
388501f
Compare
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
This PR allows us to run the tektonCD/pipeline's integration tests on the tekton dogfooding cluster using a pipeline instead of a prow job.
Changes
/kind feature
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide
for more details.