{
  "_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" : 21634,
      "buildableTimeMillis" : 21634,
      "buildingDurationMillis" : 54196,
      "executingTimeMillis" : 54196,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6652,
      "waitingTimeMillis" : 6652
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1279,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
            "branch" : [
              {
                "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
            "branch" : [
              {
                "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
        "branch" : [
          {
            "SHA1" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
            "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" : "#1279",
  "duration" : 54196,
  "estimatedDuration" : 102188,
  "executor" : None,
  "fullDisplayName" : "seed #1279",
  "id" : "1279",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1279,
  "queueId" : 2808592,
  "result" : "SUCCESS",
  "timestamp" : 1766567826701,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1279/",
  "builtOn" : "default-b562n",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb/git-push-branch-build.yaml",
          "tekton/v1/triggers/triggers/env-prod2/_/harbor/cronjobs/fetch-sync-pre-ver-image-tags-to-hub.yaml",
          "tekton/v1/triggers/triggers/env-prod2/kustomization.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tiproxy/git-push.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tiflow-operator/git-push.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tiflow-operator/git-push.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/ticdc/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tiproxy/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/kustomization.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb/git-push-branch-build.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/tiflow-operator/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-prod2/pingcap/ticdc/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tiflow-operator/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tiproxy/git-create-tag.yaml",
          "tekton/v1/triggers/triggers/env-gcp/pingcap/tiproxy/git-push.yaml"
        ],
        "commitId" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
        "timestamp" : 1766567794000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "refactor(tekton/v1/triggers): move linux builds from prod2 to gcp env (#4035)\u000a\u000aThis pull request updates the Tekton trigger configurations for the GCP\u000aenvironment, primarily by adding new triggers for several PingCAP\u000acomponents, migrating some triggers from the `env-prod2` environment to\u000a`env-gcp`, and adjusting resource allocations and build parameters. The\u000amain goal is to ensure that the correct triggers and resource settings\u000aare in place for the GCP environment, and to standardize build\u000aparameters across components.\u000a\u000a**Key changes:**\u000a\u000a### New triggers and resource additions in `env-gcp`:\u000a\u000a- Added new triggers for `pingcap/ticdc`, `pingcap/tidb`,\u000a`pingcap/tiflow-operator`, and `pingcap/tiproxy` in the `env-gcp`\u000aenvironment, including both tag creation and branch push triggers where\u000aapplicable.\u000a[[1]](diffhunk://#diff-ccee52c4038a435be4aea12ecae9675465e8ff137ad75993de143ec1d2fc88b4R23-R30)\u000a[[2]](diffhunk://#diff-7b9890227e73f73e64beaca4c686471145260a9066f5dfcf0c4da908cb9f0610R1-R29)\u000a[[3]](diffhunk://#diff-8bb48177b2457fe7acde29d8390fcb304306b640373a6f7a29436d99067911faR1-R29)\u000a[[4]](diffhunk://#diff-c7cf3c2cb8da5fb052215208fff5b7689b60cbce4e7d1a8eb9fc59809f6da086R1-R29)\u000a\u000a### Migration and removal of triggers from `env-prod2`:\u000a\u000a- Removed `pingcap/tidb/git-push-branch-build.yaml`,\u000a`pingcap/tiflow-operator/git-create-tag.yaml`, and\u000a`pingcap/tiflow-operator/git-push.yaml` from the `env-prod2`\u000akustomization, reflecting their migration to `env-gcp`.\u000a\u000a### Resource and parameter updates:\u000a\u000a- Updated resource allocation and build parameters for `pingcap/tidb`,\u000a`pingcap/tiflow-operator` triggers in `env-gcp`, including switching\u000afrom `ksy-classic-build-params` to `gcp-classic-build-params`, and\u000aadjusting CPU, memory, and workspace size values.\u000a[[1]](diffhunk://#diff-423fe0c453fdd847511690cf7a0786ecd5d84097390514273280b83bc6efc6d5L25-R32)\u000a[[2]](diffhunk://#diff-5c355b279863a4634e2bcb671eba68d86ff7b0a2c543911becabdf5302dfa256L22-R27)\u000a[[3]](diffhunk://#diff-c0d51bad79885ba07f19d1827e923ddc16f5f23e0b16ce7863bf0990ccb8622fL22-R27)\u000a\u000a### Build template adjustments in `env-prod2`:\u000a\u000a- Changed the build template for `pingcap/ticdc` and `pingcap/tiproxy`\u000atriggers in `env-prod2` from `build-component-all-platforms` to\u000a`build-component-darwin`.\u000a[[1]](diffhunk://#diff-b4b57832295f0e95cd2f8ea5762a8a24a7cd5f54866930bcca440e4535c6ff37L29-R29)\u000a[[2]](diffhunk://#diff-645994630f857de2a83345fa312da005101c0ab2627ce73674703bac00859c70L29-R29)\u000a[[3]](diffhunk://#diff-8f4e72355b84e160042e4988c93e4f581f4019e2156b2ede39aea3fe1c422c1cL29-R29)\u000a",
        "date" : "2025-12-24 09:16:34 +0000",
        "id" : "76a2c8dd3d0d8f03d9cf265e5e959ccfc68ddd72",
        "msg" : "refactor(tekton/v1/triggers): move linux builds from prod2 to gcp env",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tidb/git-push-branch-build.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tiflow-operator/git-create-tag.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-gcp/kustomization.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tiproxy/git-push.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tiproxy/git-create-tag.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tiproxy/git-push.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/_/harbor/cronjobs/fetch-sync-pre-ver-image-tags-to-hub.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/kustomization.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tiproxy/git-create-tag.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/ticdc/git-create-tag.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/ticdc/git-create-tag.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tidb/git-push-branch-build.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tiflow-operator/git-create-tag.yaml"
          },
          {
            "editType" : "add",
            "file" : "tekton/v1/triggers/triggers/env-gcp/pingcap/tiflow-operator/git-push.yaml"
          },
          {
            "editType" : "delete",
            "file" : "tekton/v1/triggers/triggers/env-prod2/pingcap/tiflow-operator/git-push.yaml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}