{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ti-chi-bot[bot]"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 19245,
      "buildableTimeMillis" : 19245,
      "buildingDurationMillis" : 42480,
      "executingTimeMillis" : 42480,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5035,
      "waitingTimeMillis" : 5035
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1103,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
            "branch" : [
              {
                "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
            "branch" : [
              {
                "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
        "branch" : [
          {
            "SHA1" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
            "name" : "origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/PingCAP-QE/ci.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1103",
  "duration" : 42480,
  "estimatedDuration" : 88935,
  "executor" : None,
  "fullDisplayName" : "seed #1103",
  "id" : "1103",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1103,
  "queueId" : 2244738,
  "result" : "SUCCESS",
  "timestamp" : 1761185714918,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1103/",
  "builtOn" : "default-vv4w1",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tekton/v1/triggers/triggers/_/git-create-tag-build-ng.yaml",
          "tekton/v1/triggers/triggers/_/git-create-branch-ng.yaml",
          "tekton/v1/triggers/triggers/_/git-push-branch-build-ng.yaml"
        ],
        "commitId" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
        "timestamp" : 1761185686000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(tekton/v1): add pingcap/tiproxy to Next-Gen build triggers (#3841)\u000a\u000a## Overview\u000a\u000aThis PR expands the build range for the `pingcap/tiproxy` repository to\u000asupport Next-Gen branches and tags in the tekton/v1 pipeline system.\u000a\u000a## Changes\u000a\u000aAdded `pingcap/tiproxy` to three Next-Gen trigger configurations:\u000a\u000a### 1. Branch Creation Trigger (`git-create-branch-ng.yaml`)\u000a- Triggers on `release-nextgen-*` branch creation (e.g.,\u000a`release-nextgen-1`, `release-nextgen-10`)\u000a- Automatically bumps placeholder versions in README when new Next-Gen\u000arelease branches are created\u000a\u000a### 2. Branch Push/Build Trigger (`git-push-branch-build-ng.yaml`)\u000a- Triggers builds on pushes to `master` and `release-nextgen-*` branches\u000a- Build configuration:\u000a  - Timeout: 20 minutes\u000a  - Source workspace: 50Gi\u000a  - CPU: 4 cores\u000a  - Memory: 16Gi\u000a- **Profile: `release`** (tiproxy uses `release` profile; other repos\u000ause `next-gen`)\u000a\u000a### 3. Tag Creation/Build Trigger (`git-create-tag-build-ng.yaml`)\u000a- Triggers builds on Next-Gen tag creation matching pattern:\u000a`vX.Y.Z-nextgen.YYMMDD.N`\u000a  - Example: `v1.0.0-nextgen.202510.1`, `v8.5.0-nextgen.241022.3`\u000a- Uses same build configuration as branch builds\u000a- **Profile: `release`** (tiproxy uses `release` profile; other repos\u000ause `next-gen`)\u000a\u000a## Resource Configuration\u000a\u000aThe build resources are configured based on:\u000a- Similar-sized components (ticdc, pd) in the Next-Gen pipeline\u000a- Existing tiproxy configuration from tekton/v0\u000a- Conservative allocation suitable for tiproxy's build requirements\u000a\u000a## Profile Configuration\u000a\u000aA conditional profile overlay has been added to ensure `pingcap/tiproxy`\u000abuilds with the `release` profile (consistent with its v0\u000aconfiguration), while other repositories (ticdc, tidb, tiflash, pd,\u000acloud-storage-engine) continue to use the `next-gen` profile.\u000a\u000a## Testing\u000a\u000a- ✅ All modified YAML files validated for syntax correctness\u000a- ✅ Build patterns tested and verified against expected branch/tag\u000aformats\u000a- ✅ Profile assignment logic validated for correct profile selection per\u000arepository\u000a- ✅ CodeQL security analysis passed\u000a\u000a## Impact\u000a\u000aThis change enables the `pingcap/tiproxy` repository to participate in\u000athe Next-Gen build pipeline alongside other core PingCAP components,\u000asupporting the Next-Gen development and release workflow with the\u000aappropriate `release` profile.\u000a\u000aFixes PingCAP-QE/ci#3839\u000a\u000a<!-- START COPILOT CODING AGENT SUFFIX -->\u000a\u000a\u000a\u000a<details>\u000a\u000a<summary>Original prompt</summary>\u000a\u000a> \u000a> ----\u000a> \u000a> *This section details on the original issue you should resolve*\u000a> \u000a> <issue_title>[Next-Gen] expend build range for `pingcap/tiproxy` repo:\u000asupport `release-nextgen-*` branches and support `vX.Y.Z-nextgen-*`\u000atags</issue_title>\u000a> <issue_description></issue_description>\u000a> \u000a> <agent_instructions>implement it on `tekton/v1`\u000afolder</agent_instructions>\u000a> \u000a> ## Comments on the Issue (you are @copilot in this section)\u000a> \u000a> <comments>\u000a> </comments>\u000a> \u000a\u000a\u000a</details>\u000a\u000aFixes PingCAP-QE/ci#3839\u000a\u000a<!-- START COPILOT CODING AGENT TIPS -->\u000a---\u000a\u000a✨ Let Copilot coding agent [set things up for\u000ayou](https://github.com/PingCAP-QE/ci/issues/new?title=✨+Set+up+Copilot+instructions&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&assignees=copilot)\u000a— coding agent works faster and does higher quality work when set up for\u000ayour repo.\u000a\u000a---------\u000a\u000aCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\u000aCo-authored-by: wuhuizuo <2574558+wuhuizuo@users.noreply.github.com>\u000a",
        "date" : "2025-10-23 02:14:46 +0000",
        "id" : "e25da8b11c5f865ea77763d0693d9df2e05d20d2",
        "msg" : "chore(tekton/v1): add pingcap/tiproxy to Next-Gen build triggers (#3841)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/_/git-create-branch-ng.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/_/git-push-branch-build-ng.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/_/git-create-tag-build-ng.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}