Skip to content
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

feat: support tekton via cloud event #67

Merged
merged 26 commits into from
Feb 22, 2024
Merged

Conversation

lijie0123
Copy link
Contributor

@lijie0123 lijie0123 commented Jan 5, 2024

Why:

  • support trigger tekton as backend pipeline

How:

  • add a field: pipelineEngine to select backend pipeline, when it is set to tekton, it will trigger tekton
  • accept cloud event message, it will record triggered pipelines, and calculate status according to these pipeline status

Todo:

  • accept tekton message still need testing
  • only support branch right now, devbuild usually use PR

Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Signed-off-by: lijie <lijie@pingcap.com>
Copy link

ti-chi-bot bot commented Jan 5, 2024

I Skip it since the diff size(150036 bytes > 80000 bytes) is too large

@ti-chi-bot ti-chi-bot bot requested review from purelind and wuhuizuo January 5, 2024 09:49
@ti-chi-bot ti-chi-bot bot added the size/XXL label Jan 5, 2024
Copy link

ti-chi-bot bot commented Feb 22, 2024

I Skip it since the diff size(152229 bytes > 80000 bytes) is too large

@@ -15,6 +15,7 @@ import (
"github.com/PingCAP-QE/ee-apps/tibuild/internal/controller"
controllers "github.com/PingCAP-QE/ee-apps/tibuild/pkg/rest/controller"
"github.com/PingCAP-QE/ee-apps/tibuild/pkg/rest/service"
events "github.com/PingCAP-QE/ee-apps/tibuild/pkg/webhook/handler"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use origin name handler

Copy link

ti-chi-bot bot commented Feb 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: wuhuizuo

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

ti-chi-bot bot commented Feb 22, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-02-22 08:25:55.374787419 +0000 UTC m=+518444.122410525: ☑️ agreed by wuhuizuo.

@ti-chi-bot ti-chi-bot bot added the approved label Feb 22, 2024
@ti-chi-bot ti-chi-bot bot merged commit 0f07b00 into main Feb 22, 2024
3 checks passed
@ti-chi-bot ti-chi-bot bot deleted the feature/tibuild-cloudevent branch February 22, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants