Skip to content
Success

Changes

Summary

  1. ci: fix workspace pvc rollout for migrated jobs (#4512) (commit: aa4a5cc) (details)
Commit aa4a5cc947bb571ece1fce853fdc15a94a50e82c by noreply
ci: fix workspace pvc rollout for migrated jobs (#4512)

## Summary
- fix the ineffective workspace PVC rollout from `ci#4509` / `ci#4510`
- move migrated GCP Jenkins jobs to the Jenkins kubernetes plugin's real
`workspaceVolume genericEphemeralVolume(...)` field
- remove the dead `workspace-volume` blocks previously added into pod
yaml files

## Root cause
The replay log for `pingcap/tidb/release-8.5/pull_build` showed the
final created pod still had:
- `workspace-volume: emptyDir`

Even after `pod-pull_build.yaml` defined
`spec.volumes[name=workspace-volume].ephemeral.volumeClaimTemplate`.

The Jenkins kubernetes plugin treats workspace storage as a dedicated
`workspaceVolume` field. When that field is not set in the declarative
agent, it falls back to `EmptyDirWorkspaceVolume`, so a raw pod-yaml
volume named `workspace-volume` does not actually replace the default
workspace volume.

## Scope
- keep the same rollout scope as the merged phase-1 / phase-2 change
- exclude `PingCAP-QE/ci: seed` as before
- add effective `workspaceVolume genericEphemeralVolume(...)` to the
affected Jenkins pipelines
- delete the ineffective `workspace-volume` pod-yaml blocks

## Validation
- confirmed the problem from replay log:
-
https://prow.tidb.net/jenkins/job/pingcap/job/tidb/job/release-8.5/job/pull_build/30
- `111` modified Jenkinsfiles validated successfully via:
  - `https://prow.tidb.net/jenkins/pipeline-model-converter/validate`
- `131` modified pod yaml files parsed successfully with local YAML
validation
- rechecked cleanup completeness:
  - no target pod yaml still contains `name: workspace-volume`
(commit: aa4a5cc)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_dm_compatibility_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_jdbc_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-ghpr_check.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_unit_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_tidb_tools_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_unit_test_ddlv1.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_copr_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_pulsar_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_copr_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pull_cdc_integration_kafka_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_lightning_integration_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_unit_test_ddlv1.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_sqllogic_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v8_1/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pod-pull_cdc_integration_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_common_test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/ghpr_verify.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_check.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_br_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_mysql_client_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_build.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_unit_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_mysql_client_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_kafka_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v7_5/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_br_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pull_cdc_integration_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_mysql_client_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_nodejs_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_build_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_copr_test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_build.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-ghpr_check2.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_dm_integration_test_next_gen.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_syncdiff_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v8_1/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_dm_integration_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_br_integration_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v7_5/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_python_orm_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflash-scripts/latest/pull_schrodinger_test/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v8_1/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_sqllogic_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pod-pull_cdc_integration_build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_sqllogic_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_common_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_dm_compatibility_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_mysql_client_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_pulsar_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_cdc_integration_kafka_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_mysql_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_ddl_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_integration_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v7_5/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_unit_test_ddlv1.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_e2e_test_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_unit_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_unit_test_ddlv1.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pull_cdc_integration_pulsar_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_lightning_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v7_5/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_sqllogic_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_copr_test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_storage_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_check.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-merged_unit_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/main-pod.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_build/pod.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.5/pod-ghpr_verify.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_jdbc_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_unit_test_ddlv1.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_mysql_client_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v8_1/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tiflash-scripts/latest/pull_regression_test/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_ddl_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_common_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v8_1/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_check2.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v7_5/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_dm_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_pulsar_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_integration_br_test.yaml (diff)
The file was modifiedpipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/test-pod.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_copr_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_common_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_nodejs_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_lightning_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_jdbc_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/tidbcloud/cloud-storage-engine/dedicated/pull_integration_realcluster_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_copr_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_e2e_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_unit_test_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_v8_1/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pod-pull_cdc_integration_kafka_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_sqllogic_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflash-scripts/latest/pull_schrodinger_test/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_python_orm_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_common_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pod-pull_cdc_integration_storage_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_jdbc_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_pulsar_integration_heavy_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_python_orm_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_jdbc_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_jdbc_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_cdc_integration_pulsar_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-ghpr_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_integration_br_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_tidb_tools_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_cdc_integration_storage_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_ddl_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-ghpr_unit_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_lightning_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pod-pull_cdc_integration_pulsar_test.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-ghpr_verify.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_cdc_integration_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_realcluster_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_br_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_pulsar_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_storage_integration_heavy_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_sqllogic_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tiflash-scripts/latest/pull_regression_test/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_check2.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_integration_lightning_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_python_orm_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_ddl_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_build_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_common_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_heavy/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_unit_test_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_python_orm_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_mysql_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_mysql_test.yaml (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_v7_5/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_storage_integration_light/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_mysql_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_check.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_build/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_tici_test/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_build.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_integration_tici_test/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_heavy/pod-build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pull_integration_nodejs_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_check2.groovy (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pull_integration_e2e_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_mysql_integration_heavy_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/merged_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_br_test.groovy (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pull_cdc_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap/ticdc/latest/pull_cdc_kafka_integration_light_next_gen/pipeline.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_mysql_client_test_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_build.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_check.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/latest/pod-pull_syncdiff_integration_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_common_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_build.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_integration_common_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-pull_integration_nodejs_test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_br_integration_test.groovy (diff)
The file was modifiedpipelines/pingcap-inc/ticdc/latest/pull_cdc_kafka_integration_light/pod-test.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pod-merged_e2e_test.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tidb/release-8.5/pod-pull_check2.yaml (diff)
The file was modifiedpipelines/pingcap-inc/tiflow/release-8.5/pull_cdc_integration_storage_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_integration_python_orm_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_check2.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_mysql_test_next_gen/pod.yaml (diff)
The file was modifiedpipelines/pingcap/tidb/release-8.5/pod-pull_check.yaml (diff)
The file was modifiedpipelines/pingcap/tiflow/release-8.5/ghpr_verify.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/pull_lightning_integration_test.groovy (diff)