Skip to content

[CI] Remove Jenkins PR linter step#19795

Closed
tqchen wants to merge 1 commit into
apache:mainfrom
tqchen:tvm-remove-check-pr-ci-stage
Closed

[CI] Remove Jenkins PR linter step#19795
tqchen wants to merge 1 commit into
apache:mainfrom
tqchen:tvm-remove-check-pr-ci-stage

Conversation

@tqchen

@tqchen tqchen commented Jun 16, 2026

Copy link
Copy Markdown
Member

Summary

The Jenkins PR title/body linter can be comparatively heavy and can report false positives before the normal CI signal is available. This PR removes that Jenkins prepare-flow check so PR validation proceeds through the remaining CI jobs.

Changes

  • Remove the generated Jenkins check_pr invocation from all Jenkins pipelines.
  • Drop the now-unused Jenkins PR linter script and its script-level test coverage.

The Jenkins PR title/body linter is comparatively heavy and can report false positives before the normal CI signal is available.

This removes the check_pr step from the Jenkins prepare flow and drops the now-unused script-level test coverage.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the PR title and body linter check (check_pr.py) from the Jenkins CI pipeline. This includes deleting the check_pr.py script, removing the check_pr helper function and its invocation from the Jenkinsfile templates and generated Jenkinsfiles, and removing the corresponding unit tests in test_ci.py. There are no review comments to assess, and I have no further feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@tqchen

tqchen commented Jun 16, 2026

Copy link
Copy Markdown
Member Author

Replaced by #19798 from an apache/tvm branch because this change touches generated Jenkinsfiles.

@tqchen tqchen closed this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant