{
  "_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" : 18883,
      "buildableTimeMillis" : 18883,
      "buildingDurationMillis" : 89927,
      "executingTimeMillis" : 89927,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7190,
      "waitingTimeMillis" : 7190
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1193,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
            "branch" : [
              {
                "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
            "branch" : [
              {
                "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
        "branch" : [
          {
            "SHA1" : "f768b762eecd26c2386630c791f768e4dbe149f4",
            "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" : "#1193",
  "duration" : 89927,
  "estimatedDuration" : 60753,
  "executor" : None,
  "fullDisplayName" : "seed #1193",
  "id" : "1193",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1193,
  "queueId" : 2562121,
  "result" : "SUCCESS",
  "timestamp" : 1764654424839,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1193/",
  "builtOn" : "default-xvbvt",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy",
          "pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy"
        ],
        "commitId" : "f768b762eecd26c2386630c791f768e4dbe149f4",
        "timestamp" : 1764654394000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "chore(tidb,pd,CSE): enable bazel_pessimistictest and bazel_txntest in pull_integration_realcluster_test_next_gen matrix (#3934)\u000a\u000aEnables `bazel_pessimistictest` and `bazel_txntest` test groups in the\u000aCI matrix for Next-Gen kernel testing, as requested after replay testing\u000avalidation.\u000a\u000a### Changes\u000a\u000a- **pingcap/tidb** - Added test groups to\u000a`pipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`\u000a- **tikv/pd** - Added test groups to\u000a`pipelines/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy`\u000a- **tidbcloud/cloud-storage-engine** - Added test groups to\u000a`pipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy`\u000a\u000a```groovy\u000a// Before (commented out)\u000a// 'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_pessimistictest',\u000a// 'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_txntest',\u000a\u000a// After (enabled)\u000a'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_pessimistictest',\u000a'tests/realtikvtest/scripts/next-gen/run-tests.sh bazel_txntest',\u000a```\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] enable `bazel_pessimistictest` and\u000a`bazel_txntest` in matrix of job\u000a`pull_integration_realcluster_test_next_gen`</issue_title>\u000a> <issue_description>cover for repositories:\u000a> \u000a> - `pingcap/tidb`\u000a> - `tiki/pd`\u000a> - `tidbcloud/cloud-storage-engine`\u000a> </issue_description>\u000a> \u000a> <agent_instructions>Create pull request to finish this\u000atask</agent_instructions>\u000a> \u000a> ## Comments on the Issue (you are @copilot in this section)\u000a> \u000a> <comments>\u000a> <comment_new><author>@wuhuizuo</author><body>\u000a> @yibin87 Please help to testing for these two groups with replaying\u000abefore we create the pull request.</body></comment_new>\u000a> </comments>\u000a> \u000a\u000a\u000a</details>\u000a\u000a- Fixes PingCAP-QE/ci#3932\u000a\u000a<!-- START COPILOT CODING AGENT TIPS -->\u000a---\u000a\u000a\ud83d\udca1 You can make Copilot smarter by setting up custom instructions,\u000acustomizing its development environment and configuring Model Context\u000aProtocol (MCP) servers. Learn more [Copilot coding agent\u000atips](https://gh.io/copilot-coding-agent-tips) in the docs.\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>\u000aCo-authored-by: wuhuizuo <wuhuizuo@126.com>\u000a",
        "date" : "2025-12-02 05:46:34 +0000",
        "id" : "f768b762eecd26c2386630c791f768e4dbe149f4",
        "msg" : "chore(tidb,pd,CSE): enable bazel_pessimistictest and bazel_txntest in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pipelines/pingcap/tidb/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/tikv/pd/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}