{
  "_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" : 41480,
      "buildableTimeMillis" : 41480,
      "buildingDurationMillis" : 84756,
      "executingTimeMillis" : 84756,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5616,
      "waitingTimeMillis" : 5616
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1191,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
            "branch" : [
              {
                "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
            "branch" : [
              {
                "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
        "branch" : [
          {
            "SHA1" : "153c74837abd700630ca4e5ade36031322869d1c",
            "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" : "#1191",
  "duration" : 84756,
  "estimatedDuration" : 60753,
  "executor" : None,
  "fullDisplayName" : "seed #1191",
  "id" : "1191",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1191,
  "queueId" : 2554834,
  "result" : "SUCCESS",
  "timestamp" : 1764584723361,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1191/",
  "builtOn" : "default-5tfc0",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "pipelines/pingcap/tidb/latest/ghpr_check2.groovy",
          "pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy"
        ],
        "commitId" : "153c74837abd700630ca4e5ade36031322869d1c",
        "timestamp" : 1764584672000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(tikv/pd,pingcap/tidb,CSE): add bazel_pushdowntest to build matrix of real cluster test CI jobs (#3929)\u000a\u000aAdds `bazel_pushdowntest` to the build matrix for real cluster test CI\u000ajobs on trunk/feature branches and `release-nextgen-*` branches.\u000a\u000a### Changes\u000a\u000a- **`pipelines/pingcap/tidb/latest/ghpr_check2.groovy`** — Added\u000a`run_real_tikv_tests.sh bazel_pushdowntest`\u000a-\u000a**`pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`**\u000a— Added `tests/realtikvtest/scripts/next-gen/run-tests.sh\u000abazel_pushdowntest`\u000a-\u000a**`pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy`**\u000a— Added `tests/realtikvtest/scripts/next-gen/run-tests.sh\u000abazel_pushdowntest`\u000a-\u000a**`pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`**\u000a— Added `tests/realtikvtest/scripts/next-gen/run-tests.sh\u000abazel_pushdowntest`\u000a\u000aNo changes to `release-X.Y` branch CI jobs as specified.\u000a\u000a- Fixes PingCAP-QE/ci#3928\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>add `bazel_pushdowntest` the build matrix of real cluster\u000atest CI jobs</issue_title>\u000a> <issue_description>The CI jobs likes:\u000a> - `ghpr_check2`\u000a> - `pull_integration_realcluster_test`\u000a> - `pull_integration_realcluster_test_next_gen`\u000a> \u000a> Do not change the CI jobs for `release-X.Y` branches, only for trunk\u000aor feature branches or `release-nextgen-* branches`</issue_description>\u000a> \u000a> ## Comments on the Issue (you are @copilot in this section)\u000a> \u000a> <comments>\u000a> </comments>\u000a> \u000a\u000a\u000a</details>\u000a\u000a- Fixes PingCAP-QE/ci#3928\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-12-01 10:24:32 +0000",
        "id" : "153c74837abd700630ca4e5ade36031322869d1c",
        "msg" : "feat(tikv/pd,pingcap/tidb,CSE): add bazel_pushdowntest to build matrix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tidb/latest/ghpr_check2.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          },
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}