{
  "_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" : 19786,
      "buildableTimeMillis" : 19786,
      "buildingDurationMillis" : 55925,
      "executingTimeMillis" : 55925,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8957,
      "waitingTimeMillis" : 8957
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1809,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
            "branch" : [
              {
                "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
            "branch" : [
              {
                "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
        "branch" : [
          {
            "SHA1" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
            "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" : "#1809",
  "duration" : 55925,
  "estimatedDuration" : 49176,
  "executor" : None,
  "fullDisplayName" : "seed #1809",
  "id" : "1809",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1809,
  "queueId" : 3694176,
  "result" : "SUCCESS",
  "timestamp" : 1782204685479,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1809/",
  "builtOn" : "default-b5wnb",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/plugins/analyze-go-test-from-bazel-output.sh"
        ],
        "commitId" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
        "timestamp" : 1782204652000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(scripts): prevent SKIP-only tests from being marked as new_flaky (#4724)\u000a\u000a## Summary\u000a\u000aFixes `parse_bazel_go_test_new_flaky_cases()` in\u000a`analyze-go-test-from-bazel-output.sh` so that test cases with only `---\u000aSKIP` evidence (no `--- FAIL`) are **not** classified as `new_flaky`.\u000a\u000a## Changes\u000a\u000a1. **Expanded grep** (line 93): `\"=== RUN|--- PASS\"` → `\"=== RUN|---\u000a(PASS|FAIL|SKIP)\"` — ensures `--- SKIP` and `--- FAIL` lines are\u000aincluded in the candidate count, so skipped tests get count ≥ 2 and are\u000afiltered out.\u000a\u000a2. **Added `--- FAIL` verification guard** (lines 99–108): Before\u000awriting candidates to the result JSON, each is verified to have a `---\u000aFAIL` line in the index. This is defense-in-depth against edge cases in\u000athe count logic.\u000a\u000a## Testing\u000a\u000a- A test case that only shows `=== RUN` + `--- SKIP` (no `--- FAIL`)\u000awill **not** be listed in `new_flaky`.\u000a- A test case that shows `=== RUN` + `--- FAIL` in one attempt and `===\u000aRUN` + `--- PASS` in another **is** correctly listed as `new_flaky`.\u000a\u000a## Risk\u000a\u000aLow — single-file, single-function change. Revert is a single commit.\u000a\u000aFixes: https://github.com/pingcap/tidb/issues/68239\u000a\u000aSigned-off-by: wuhuizuo <wuhuizuo@126.com>\u000a",
        "date" : "2026-06-23 08:50:52 +0000",
        "id" : "4af2a61d306bcfdf163a32e9e2987de9a4f41531",
        "msg" : "fix(scripts): prevent SKIP-only tests from being marked as new_flaky",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/plugins/analyze-go-test-from-bazel-output.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}