{
  "_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" : 20213,
      "buildableTimeMillis" : 20213,
      "buildingDurationMillis" : 57364,
      "executingTimeMillis" : 57364,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5594,
      "waitingTimeMillis" : 5594
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1175,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
            "branch" : [
              {
                "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
            "branch" : [
              {
                "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
        "branch" : [
          {
            "SHA1" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
            "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" : "#1175",
  "duration" : 57364,
  "estimatedDuration" : 61120,
  "executor" : None,
  "fullDisplayName" : "seed #1175",
  "id" : "1175",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1175,
  "queueId" : 2527387,
  "result" : "SUCCESS",
  "timestamp" : 1764229855904,
  "url" : "https://do.pingcap.net/jenkins/view/all/job/seed/1175/",
  "builtOn" : "default-n5ccf",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/flow/rc/check-tiup.ts",
          "scripts/flow/rc/check-images-internal.ts",
          "scripts/flow/ga/collect-info-for-release-issue.sh",
          "scripts/artifacts/tag-rc2ga-on-repos.sh"
        ],
        "commitId" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
        "timestamp" : 1764229825000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "fix(scripts): update ticdc publishing threshold to v8.5.4 (#3920)\u000a\u000aThis pull request updates the version gating logic for the\u000a`pingcap/ticdc` repository across several release and artifact\u000amanagement scripts. The main change is shifting the version threshold\u000afor including or initializing `pingcap/ticdc` from `v9.0.0` down to\u000a`v8.5.4`, ensuring that relevant scripts and processes now handle\u000a`pingcap/ticdc` starting from version `v8.5.4` instead of `v9.0.0`.\u000a\u000a**Version threshold updates for `pingcap/ticdc`:**\u000a\u000a* Updated the version check in `tag-oci-artifact-repos.sh` and\u000a`tag-oci-image-repos.sh` to include `pingcap/ticdc` starting from\u000a`v8.5.4` instead of `v9.0.0`.\u000a[[1]](diffhunk://#diff-5f9f22aa348dee8655c74d49a698358118e4321614f6f8664709a3d09190f81eL54-R55)\u000a[[2]](diffhunk://#diff-5f9f22aa348dee8655c74d49a698358118e4321614f6f8664709a3d09190f81eL118-R119)\u000a* Changed the comment and logic in `collect-info-for-release-issue.sh`\u000ato reflect that `pingcap/ticdc` is included since `v8.5.4`.\u000a* Adjusted the initialization logic for `pingcap/ticdc` in\u000a`check-images-internal.ts` and `check-tiup.ts` to use `v8.5.4` as the\u000athreshold.\u000a[[1]](diffhunk://#diff-bda2ba3d75043b6dba98a83474bb05cfa4d2a70bc74440c0f32f88ee9c6f6fb9L158-R158)\u000a[[2]](diffhunk://#diff-0be4c32d0693a4c6b794b5c07c45baa7f15e5e76ffeb8cbe37d9ba30456653b9L223-R224)\u000a\u000a**Release version updates:**\u000a\u000a* Updated the `previous_release` and `current_release` variables in\u000a`collect-info-for-release-issue.sh` to `v8.5.3` and `v8.5.4`\u000arespectively.\u000a\u000a---------\u000a\u000aCo-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>\u000a",
        "date" : "2025-11-27 07:50:25 +0000",
        "id" : "7ea9130048eb3debf3e751baefeb363ace03a7c5",
        "msg" : "fix(scripts): update ticdc publishing threshold to v8.5.4 (#3920)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/flow/ga/collect-info-for-release-issue.sh"
          },
          {
            "editType" : "edit",
            "file" : "scripts/flow/rc/check-tiup.ts"
          },
          {
            "editType" : "edit",
            "file" : "scripts/flow/rc/check-images-internal.ts"
          },
          {
            "editType" : "edit",
            "file" : "scripts/artifacts/tag-rc2ga-on-repos.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}