tiflow icon indicating copy to clipboard operation
tiflow copied to clipboard

ci(*): deprecate github action jobs to prevent developer misunderstanding and interference

Open wlwilliamx opened this issue 2 months ago • 8 comments

What problem does this PR solve?

Issue Number: close #12361

What is changed and how it works?

This PR completely removes the "Check & Build" GitHub Actions workflow by deleting the .github/workflows/check_and_build.yaml file.

Why is this change necessary?

The "Check & Build" workflow is a known source of instability and random failures. These failures often have no connection to the code changes being proposed in a pull request.

Crucially, these jobs are not required checks for merging a PR. However, their failure frequently confuses contributors, leading them to believe their PR is blocked. This creates unnecessary noise and requires developers to investigate non-critical issues.

By removing this workflow, we aim to:

  • Eliminate a flaky and unstable CI process.
  • Reduce confusion for developers during the PR process.
  • Save CI resources that were being used on these non-essential builds.

What has been changed?

The file .github/workflows/check_and_build.yaml has been deleted. This action removes the following CI jobs that were previously triggered on pull requests and pushes to master and release branches:

  1. docker_build: This job ran on ubuntu-latest and executed the following steps:

    • docker build -f ./deployments/ticdc/docker/Dockerfile .
    • docker build -f ./dm/Dockerfile .
    • docker build -f ./deployments/engine/docker/Dockerfile .
  2. mac_build: This job ran on macos-latest and was responsible for:

    • Setting up the Go v1.23 environment.
    • Running make build.
    • Running make check.
  3. arm_build: This job ran on a self-hosted ARM64 runner and was responsible for:

    • Setting up the Go v1.23 environment.
    • Running make build.

The removal of the file also gets rid of the workflow's trigger conditions and concurrency settings.

Check List

Tests

  • No code

Questions

Will it cause performance regression or break compatibility?

None

Do you need to update user documentation, design documentation or monitoring documentation?

None

Release note

None

wlwilliamx avatar Oct 16 '25 03:10 wlwilliamx

This cherry pick PR is for a release branch and has not yet been approved by triage owners. Adding the do-not-merge/cherry-pick-not-approved label.

To merge this cherry pick:

  1. It must be approved by the approvers firstly.
  2. AFTER it has been approved by approvers, please wait for the cherry-pick merging approval from triage owners.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

ti-chi-bot[bot] avatar Oct 16 '25 03:10 ti-chi-bot[bot]

[!NOTE] Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

gemini-code-assist[bot] avatar Oct 16 '25 03:10 gemini-code-assist[bot]

@OliverS929: adding LGTM is restricted to approvers and reviewers in OWNERS files.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

ti-chi-bot[bot] avatar Oct 16 '25 03:10 ti-chi-bot[bot]

/retest

wlwilliamx avatar Oct 16 '25 07:10 wlwilliamx

/retest

wlwilliamx avatar Oct 20 '25 04:10 wlwilliamx

@Benjamin2037: adding LGTM is restricted to approvers and reviewers in OWNERS files.

In response to this:

LGTM

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

ti-chi-bot[bot] avatar Oct 20 '25 04:10 ti-chi-bot[bot]

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Benjamin2037, lidezhu, OliverS929, wk989898

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • ~~OWNERS~~ [lidezhu,wk989898]

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

ti-chi-bot[bot] avatar Oct 20 '25 09:10 ti-chi-bot[bot]

[LGTM Timeline notifier]

Timeline:

  • 2025-10-16 03:24:38.224882766 +0000 UTC m=+323784.302135326: :ballot_box_with_check: agreed by lidezhu.
  • 2025-10-20 09:10:05.212424207 +0000 UTC m=+690111.289676757: :ballot_box_with_check: agreed by wk989898.

ti-chi-bot[bot] avatar Oct 20 '25 09:10 ti-chi-bot[bot]