<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>19245</buildableDurationMillis><buildableTimeMillis>19245</buildableTimeMillis><buildingDurationMillis>42480</buildingDurationMillis><executingTimeMillis>42480</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>5035</waitingDurationMillis><waitingTimeMillis>5035</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1103</buildNumber><marked><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><branch><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><name>origin/main</name></branch></marked><revision><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><branch><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><branch><SHA1>e25da8b11c5f865ea77763d0693d9df2e05d20d2</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1103</displayName><duration>42480</duration><estimatedDuration>80415</estimatedDuration><fullDisplayName>seed #1103</fullDisplayName><id>1103</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1103</number><queueId>2244738</queueId><result>SUCCESS</result><timestamp>1761185714918</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1103/</url><builtOn>default-vv4w1</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tekton/v1/triggers/triggers/_/git-create-tag-build-ng.yaml</affectedPath><affectedPath>tekton/v1/triggers/triggers/_/git-push-branch-build-ng.yaml</affectedPath><affectedPath>tekton/v1/triggers/triggers/_/git-create-branch-ng.yaml</affectedPath><commitId>e25da8b11c5f865ea77763d0693d9df2e05d20d2</commitId><timestamp>1761185686000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>chore(tekton/v1): add pingcap/tiproxy to Next-Gen build triggers (#3841)

## Overview

This PR expands the build range for the `pingcap/tiproxy` repository to
support Next-Gen branches and tags in the tekton/v1 pipeline system.

## Changes

Added `pingcap/tiproxy` to three Next-Gen trigger configurations:

### 1. Branch Creation Trigger (`git-create-branch-ng.yaml`)
- Triggers on `release-nextgen-*` branch creation (e.g.,
`release-nextgen-1`, `release-nextgen-10`)
- Automatically bumps placeholder versions in README when new Next-Gen
release branches are created

### 2. Branch Push/Build Trigger (`git-push-branch-build-ng.yaml`)
- Triggers builds on pushes to `master` and `release-nextgen-*` branches
- Build configuration:
  - Timeout: 20 minutes
  - Source workspace: 50Gi
  - CPU: 4 cores
  - Memory: 16Gi
- **Profile: `release`** (tiproxy uses `release` profile; other repos
use `next-gen`)

### 3. Tag Creation/Build Trigger (`git-create-tag-build-ng.yaml`)
- Triggers builds on Next-Gen tag creation matching pattern:
`vX.Y.Z-nextgen.YYMMDD.N`
  - Example: `v1.0.0-nextgen.202510.1`, `v8.5.0-nextgen.241022.3`
- Uses same build configuration as branch builds
- **Profile: `release`** (tiproxy uses `release` profile; other repos
use `next-gen`)

## Resource Configuration

The build resources are configured based on:
- Similar-sized components (ticdc, pd) in the Next-Gen pipeline
- Existing tiproxy configuration from tekton/v0
- Conservative allocation suitable for tiproxy's build requirements

## Profile Configuration

A conditional profile overlay has been added to ensure `pingcap/tiproxy`
builds with the `release` profile (consistent with its v0
configuration), while other repositories (ticdc, tidb, tiflash, pd,
cloud-storage-engine) continue to use the `next-gen` profile.

## Testing

- ✅ All modified YAML files validated for syntax correctness
- ✅ Build patterns tested and verified against expected branch/tag
formats
- ✅ Profile assignment logic validated for correct profile selection per
repository
- ✅ CodeQL security analysis passed

## Impact

This change enables the `pingcap/tiproxy` repository to participate in
the Next-Gen build pipeline alongside other core PingCAP components,
supporting the Next-Gen development and release workflow with the
appropriate `release` profile.

Fixes PingCAP-QE/ci#3839

&lt;!-- START COPILOT CODING AGENT SUFFIX --&gt;



&lt;details&gt;

&lt;summary&gt;Original prompt&lt;/summary&gt;

&gt; 
&gt; ----
&gt; 
&gt; *This section details on the original issue you should resolve*
&gt; 
&gt; &lt;issue_title&gt;[Next-Gen] expend build range for `pingcap/tiproxy` repo:
support `release-nextgen-*` branches and support `vX.Y.Z-nextgen-*`
tags&lt;/issue_title&gt;
&gt; &lt;issue_description&gt;&lt;/issue_description&gt;
&gt; 
&gt; &lt;agent_instructions&gt;implement it on `tekton/v1`
folder&lt;/agent_instructions&gt;
&gt; 
&gt; ## Comments on the Issue (you are @copilot in this section)
&gt; 
&gt; &lt;comments&gt;
&gt; &lt;/comments&gt;
&gt; 


&lt;/details&gt;

Fixes PingCAP-QE/ci#3839

&lt;!-- START COPILOT CODING AGENT TIPS --&gt;
---

✨ Let Copilot coding agent [set things up for
you](https://github.com/PingCAP-QE/ci/issues/new?title=✨+Set+up+Copilot+instructions&amp;body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&amp;assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

Co-authored-by: copilot-swe-agent[bot] &lt;198982749+Copilot@users.noreply.github.com&gt;
Co-authored-by: wuhuizuo &lt;2574558+wuhuizuo@users.noreply.github.com&gt;
</comment><date>2025-10-23 02:14:46 +0000</date><id>e25da8b11c5f865ea77763d0693d9df2e05d20d2</id><msg>chore(tekton/v1): add pingcap/tiproxy to Next-Gen build triggers (#3841)</msg><path><editType>edit</editType><file>tekton/v1/triggers/triggers/_/git-create-tag-build-ng.yaml</file></path><path><editType>edit</editType><file>tekton/v1/triggers/triggers/_/git-push-branch-build-ng.yaml</file></path><path><editType>edit</editType><file>tekton/v1/triggers/triggers/_/git-create-branch-ng.yaml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>