{
  "_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" : 27162,
      "buildableTimeMillis" : 27162,
      "buildingDurationMillis" : 63584,
      "executingTimeMillis" : 63584,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9317,
      "waitingTimeMillis" : 9317
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1249,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
            "branch" : [
              {
                "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
            "branch" : [
              {
                "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
        "branch" : [
          {
            "SHA1" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
            "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" : "#1249",
  "duration" : 63584,
  "estimatedDuration" : 54910,
  "executor" : None,
  "fullDisplayName" : "seed #1249",
  "id" : "1249",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1249,
  "queueId" : 2728081,
  "result" : "SUCCESS",
  "timestamp" : 1765956500974,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1249/",
  "builtOn" : "default-x4bq9",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tekton/v1/triggers/triggers/env-gcp/pingcap/advanced-statefulset/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb-operator/git-push.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb-operator/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-prod2/kustomization.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/advanced-statefulset/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/kustomization.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/advanced-statefulset/git-push.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb-operator/git-push.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/advanced-statefulset/git-push.yaml",
          ".ci/update-tekton-kustomizations.sh",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb-operator/git-create-tag.yaml"
        ],
        "commitId" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
        "timestamp" : 1765956460000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "refactor(tekton/v1): migrate build triggers from prod to gcp for tidb-operator and advance-statefulset (#4002)\u000a\u000aThis pull request updates Tekton kustomizations and trigger\u000aconfigurations to move certain `pingcap/advanced-statefulset` and\u000a`pingcap/tidb-operator` triggers from the `env-prod2` environment to the\u000a`env-gcp` environment, and updates their build parameter bindings to use\u000aGCP-specific settings. Additionally, it improves the kustomization\u000aupdate script for better compatibility.\u000a\u000a**Tekton Trigger Environment Migration:**\u000a\u000a* Moved `git-create-tag.yaml` and `git-push.yaml` triggers for\u000a`pingcap/advanced-statefulset` and `pingcap/tidb-operator` from\u000a`env-prod2` to `env-gcp` by removing them from\u000a`env-prod2/kustomization.yaml` and adding them to\u000a`env-gcp/kustomization.yaml`.\u000a[[1]](diffhunk://#diff-50efae3efbeb04329653158b8c7a0f5ac1c1dcb379cd59dee1815d26e0229a84L13-L20)\u000a[[2]](diffhunk://#diff-ccee52c4038a435be4aea12ecae9675465e8ff137ad75993de143ec1d2fc88b4R17-R20)\u000a* Renamed trigger files from the `env-prod2` directory to the `env-gcp`\u000adirectory for both `pingcap/advanced-statefulset` and\u000a`pingcap/tidb-operator`.\u000a[[1]](diffhunk://#diff-6cc5a7843af75979bd31f93ca606627a63194c0e474776cc2f52edac07bcc382L21-R21)\u000a[[2]](diffhunk://#diff-633f99129b762aeff603ef19ccb79b43842d228b8bf88263acaf7ce9c99c92c7L21-R21)\u000a[[3]](diffhunk://#diff-fed03d638ce16ba5737b9525d31dd68fd629d68757656f215f146a7471263f08L22-R22)\u000a[[4]](diffhunk://#diff-0b953eeb41c0f632a2e951c830913c0aee93b5fb57ad77fe70d1abf42317e3e6L22-R22)\u000a\u000a**Build Parameter Binding Updates:**\u000a\u000a* Updated the trigger specs for `git-create-tag.yaml` and\u000a`git-push.yaml` (for both `pingcap/advanced-statefulset` and\u000a`pingcap/tidb-operator`) to use `gcp-classic-build-params` instead of\u000a`ksy-classic-build-params`, aligning the build configuration with the\u000aGCP environment.\u000a[[1]](diffhunk://#diff-6cc5a7843af75979bd31f93ca606627a63194c0e474776cc2f52edac07bcc382L21-R21)\u000a[[2]](diffhunk://#diff-633f99129b762aeff603ef19ccb79b43842d228b8bf88263acaf7ce9c99c92c7L21-R21)\u000a[[3]](diffhunk://#diff-fed03d638ce16ba5737b9525d31dd68fd629d68757656f215f146a7471263f08L22-R22)\u000a[[4]](diffhunk://#diff-0b953eeb41c0f632a2e951c830913c0aee93b5fb57ad77fe70d1abf42317e3e6L22-R22)\u000a\u000a**Script Improvement:**\u000a\u000a* Modified `.ci/update-tekton-kustomizations.sh` to use `sed` instead of\u000a`-printf` for stripping the leading `./` from filenames, improving\u000aportability and compatibility.\u000a",
        "date" : "2025-12-17 07:27:40 +0000",
        "id" : "0b3c370d04f3e35cae4e81fd3d2c6dc9255f9c84",
        "msg" : "refactor(tekton/v1): migrate build triggers from prod to gcp for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".ci/update-tekton-kustomizations.sh"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-gcp/kustomization.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/advanced-statefulset/git-push.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/advanced-statefulset/git-push.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/kustomization.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/advanced-statefulset/git-create-tag.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/advanced-statefulset/git-create-tag.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb-operator/git-create-tag.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb-operator/git-push.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb-operator/git-push.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb-operator/git-create-tag.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}