-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(pingcap/ticdc): add build triggers (#1402)
This pull request includes updates to several Tekton configuration files to add support for the `pingcap/ticdc` repository. The changes involve adding `pingcap/ticdc` to various filters and updating resource specifications for the repository. Key changes include: ### Adding `pingcap/ticdc` to filters: * [`apps/prod/tekton/configs/triggers/triggers/_/fake-github/fake-github-branch-push.yaml`](diffhunk://#diff-568be39468441f09f11d91d4c71d77c96952fb478d3695735af6b02f24cb8969L14-R20): Added `pingcap/ticdc` to the repository filter and updated resource specifications for timeout, source-ws-size, builder-resources-cpu, and builder-resources-memory. [[1]](diffhunk://#diff-568be39468441f09f11d91d4c71d77c96952fb478d3695735af6b02f24cb8969L14-R20) [[2]](diffhunk://#diff-568be39468441f09f11d91d4c71d77c96952fb478d3695735af6b02f24cb8969R31) [[3]](diffhunk://#diff-568be39468441f09f11d91d4c71d77c96952fb478d3695735af6b02f24cb8969R42) [[4]](diffhunk://#diff-568be39468441f09f11d91d4c71d77c96952fb478d3695735af6b02f24cb8969R53) * [`apps/prod/tekton/configs/triggers/triggers/_/fake-github/fake-github-pr.yaml`](diffhunk://#diff-16116bc799a164aec2da92871c9b9f6e55fc88587d954afb5d13c261f014fefcL14-R20): Added `pingcap/ticdc` to the repository filter and updated resource specifications for timeout, source-ws-size, builder-resources-cpu, and builder-resources-memory. [[1]](diffhunk://#diff-16116bc799a164aec2da92871c9b9f6e55fc88587d954afb5d13c261f014fefcL14-R20) [[2]](diffhunk://#diff-16116bc799a164aec2da92871c9b9f6e55fc88587d954afb5d13c261f014fefcR31) [[3]](diffhunk://#diff-16116bc799a164aec2da92871c9b9f6e55fc88587d954afb5d13c261f014fefcR42) [[4]](diffhunk://#diff-16116bc799a164aec2da92871c9b9f6e55fc88587d954afb5d13c261f014fefcR53) * [`apps/prod/tekton/configs/triggers/triggers/_/fake-github/fake-github-tag-create.yaml`](diffhunk://#diff-91cd5bc58ced2d97dfd4052e5009edbe7fffbe44f7427f2bb0a0d084636dc615L14-R22): Added `pingcap/ticdc` to the repository filter and updated resource specifications for timeout, source-ws-size, builder-resources-cpu, and builder-resources-memory. [[1]](diffhunk://#diff-91cd5bc58ced2d97dfd4052e5009edbe7fffbe44f7427f2bb0a0d084636dc615L14-R22) [[2]](diffhunk://#diff-91cd5bc58ced2d97dfd4052e5009edbe7fffbe44f7427f2bb0a0d084636dc615R33) [[3]](diffhunk://#diff-91cd5bc58ced2d97dfd4052e5009edbe7fffbe44f7427f2bb0a0d084636dc615R44) [[4]](diffhunk://#diff-91cd5bc58ced2d97dfd4052e5009edbe7fffbe44f7427f2bb0a0d084636dc615R55) * [`apps/prod/tekton/configs/triggers/triggers/pingcap/_/git-create-branch.yaml`](diffhunk://#diff-9ddef8103f3cf2e639a5b0e93a7ad4530d28df90305b47ab5af9e861bb22aa38R19): Updated repository filter to use `body.repository.full_name`. * [`apps/prod/tekton/configs/triggers/triggers/pingcap/_/git-create-tag.yaml`](diffhunk://#diff-2097aacd14bf070cf62cf28ef32eebed0c578e8304018a44d0dc358b8077c91bL15-R20): Updated repository filter to use `body.repository.full_name`. ### New configuration for `pingcap/ticdc`: * [`apps/prod/tekton/configs/triggers/triggers/pingcap/ticdc/git-push.yaml`](diffhunk://#diff-d257e1812c73bd9af64b8bd869e047e0ca005d582cf296709afdba42d6f66328R1-R32): Added a new trigger configuration for `pingcap/ticdc` to handle Git push events. ### General updates: * [`apps/prod/tekton/configs/triggers/triggers/kustomization.yaml`](diffhunk://#diff-9e987d6a977b5e794b91feff8d5f43c02c6113ba625f9a545a16845de78e456eR21): Included `pingcap/ticdc/git-push.yaml` in the resources list. These changes ensure that the `pingcap/ticdc` repository is properly integrated into the Tekton pipeline configurations, allowing it to be processed similarly to other repositories in the `pingcap` organization. --------- Signed-off-by: wuhuizuo <[email protected]>
- Loading branch information
Showing
8 changed files
with
224 additions
and
151 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.