{
  "_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" : 15412,
      "buildableTimeMillis" : 15412,
      "buildingDurationMillis" : 146186,
      "executingTimeMillis" : 146186,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6321,
      "waitingTimeMillis" : 6321
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1607,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
            "branch" : [
              {
                "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
                "name" : "origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
            "branch" : [
              {
                "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
                "name" : "origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
        "branch" : [
          {
            "SHA1" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
            "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" : "#1607",
  "duration" : 146186,
  "estimatedDuration" : 80415,
  "executor" : None,
  "fullDisplayName" : "seed #1607",
  "id" : "1607",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1607,
  "queueId" : 3662086,
  "result" : "SUCCESS",
  "timestamp" : 1775801426344,
  "url" : "https://do.pingcap.net/jenkins/job/seed/1607/",
  "builtOn" : "default-g4jg4",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tekton/v1/triggers/triggers/env-gcp/_/git-create-branch-ng.yaml",
          "prow-jobs/pingcap/tiflow/latest-presubmits-next-gen.yaml",
          "tekton/v1/triggers/triggers/env-gcp/_/git-push-branch-build-ng.yaml",
          "prow-jobs/kustomization.yaml",
          "jobs/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy",
          "tekton/v1/triggers/triggers/env-gcp/_/git-create-tag-build-ng.yaml",
          "pipelines/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy"
        ],
        "commitId" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
        "timestamp" : 1775801400000,
        "author" : {
          "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "feat(tiflow): add nextgen DM integration presubmit (#4501)\u000a\u000a## Summary\u000a- add a dedicated `pingcap/tiflow` nextgen presubmit for\u000a`release-nextgen-*` branches\u000a- add a nextgen DM integration Jenkins job and pipeline derived from the\u000aclassic DM integration test\u000a- switch downloaded dependency tags for `tidb` / `tikv` / `pd` to\u000a`component.computeArtifactNextGenOciTagFromPR(...)`, point artifact\u000apulls to `tidbx`, and inject `NEXT_GEN=1` for the DM-under-test path\u000a\u000aCloses #4499\u000a\u000a## Why this shape\u000a- keep the classic `pull_dm_integration_test` path untouched\u000a- isolate nextgen behavior into a dedicated job / context / branch\u000amatcher\u000a- follow the existing `pingcap/ticdc` nextgen pattern for registry auth\u000aand nextgen OCI tag resolution\u000a\u000a## sync-diff-inspector decision\u000a- this PR keeps `sync-diff-inspector` on the current fixed source\u000a(`master`) instead of switching it to a nextgen tiflow package tag\u000a- reason: the current request only requires the DM nextgen presubmit\u000aplus nextgen dependency resolution for the external components (`tidb` /\u000a`tikv` / `pd`), and switching `sync-diff-inspector` would add a\u000adependency on separate tiflow-package rollout work that is not required\u000afor this minimal CI path\u000a\u000a## Validation\u000a### Before change\u000a- `pingcap/tiflow` had only the classic DM integration presubmit in\u000a`prow-jobs/pingcap/tiflow/latest-presubmits.yaml`\u000a- there was no `pull_dm_integration_test_next_gen` job/pipeline path\u000a- the classic pipeline used `computeArtifactOciTagFromPR(...)` for\u000a`tidb` / `tikv` / `pd` and had no `NEXT_GEN` injection\u000a\u000a### After change\u000a- `git diff --check`: pass\u000a- YAML parse: pass for\u000a  - `prow-jobs/pingcap/tiflow/latest-presubmits-next-gen.yaml`\u000a  - `prow-jobs/kustomization.yaml`\u000a- kustomization inclusion check: pass for\u000a`pingcap_tiflow_latest-presubmits-next-gen.yaml=pingcap/tiflow/latest-presubmits-next-gen.yaml`\u000a- Jenkins model validation: pass\u000a- `JENKINS_URL=https://do.pingcap.net/jenkins\u000a./.ci/verify-jenkins-pipeline-file.sh\u000apipelines/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy`\u000a  - result: `Jenkinsfile successfully validated.`\u000a",
        "date" : "2026-04-10 06:10:00 +0000",
        "id" : "e629c7c8683bce79a70d48f1d82e8bd677a5f283",
        "msg" : "feat(tiflow): add nextgen DM integration presubmit (#4501)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "prow-jobs/pingcap/tiflow/latest-presubmits-next-gen.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-gcp/_/git-push-branch-build-ng.yaml"
          },
          {
            "editType" : "add",
            "file" : "pipelines/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy"
          },
          {
            "editType" : "edit",
            "file" : "prow-jobs/kustomization.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-gcp/_/git-create-tag-build-ng.yaml"
          },
          {
            "editType" : "edit",
            "file" : "tekton/v1/triggers/triggers/env-gcp/_/git-create-branch-ng.yaml"
          },
          {
            "editType" : "add",
            "file" : "jobs/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://do.pingcap.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}