Skip to content

Fix precompiled script plugin name generation#36342

Merged
reinsch82 merged 2 commits into
release8xfrom
reinhold/backport-precompiled-script-plugin-name-generation
Jan 20, 2026
Merged

Fix precompiled script plugin name generation#36342
reinsch82 merged 2 commits into
release8xfrom
reinhold/backport-precompiled-script-plugin-name-generation

Conversation

@reinsch82

Copy link
Copy Markdown
Member

(cherry picked from commit 5495e3b)

Reviewing cheatsheet

Before merging the PR, comments starting with

  • ❌ ❓must be fixed
  • 🤔 💅 should be fixed
  • 💭 may be fixed
  • 🎉 celebrate happy things

@reinsch82 reinsch82 added this to the 8.14.4 milestone Jan 20, 2026
@reinsch82 reinsch82 self-assigned this Jan 20, 2026
@reinsch82

This comment has been minimized.

@bot-gradle

This comment has been minimized.

@reinsch82 reinsch82 changed the title Ensure transitive excludes are updatedr Fix precompiled script plugin name generation Jan 20, 2026
@reinsch82 reinsch82 marked this pull request as ready for review January 20, 2026 09:23
@reinsch82 reinsch82 added this pull request to the merge queue Jan 20, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jan 20, 2026
@reinsch82 reinsch82 added this pull request to the merge queue Jan 20, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jan 20, 2026
@bot-gradle

This comment has been minimized.

@reinsch82

Copy link
Copy Markdown
Member Author

@bot-gradle test QFB

@bot-gradle

Copy link
Copy Markdown
Collaborator

Sorry I don't understand what you said.
Currently, the following commands are supported:

@bot-gradle test this

This is equivalent to @bot-gradle test PullRequestFeedback.

@bot-gradle test {BuildTrigger1} ... {BuildTriggerN} [without PTS] [on linux]

Add without PTS to run the build with full test coverage.

Add on linux/windows/macos to run the build on specific OS (only support stage trigger).

Add the following code block to specify build parameters:

@bot-gradle test X
```
additional.gradle.parameters=-PrerunAllTests
```
  • A build trigger is a special build for this PR on TeamCity, common triggers are:
    • SanityCheck/CompileAll/QuickFeedbackLinux/QuickFeedback/PullRequestFeedback/ReadyForNightly/ReadyForRelease
    • Shortcuts: SC/CA/QFL/QF/PRF/RFN/RFR
    • Specific builds:
      • BD: BuildDistributions/BuildDocs so that you can preview the generated docs/distribution.
      • IPT: IsolatedProjectsTest for IsolatedProjects tests.
      • PT: PerformanceTest, all performance tests for Ready For Nightly stage.
      • APT: AllPerformanceTest, all performance tests, including slow performance tests.
      • ACT: AllCrossVersionTests, all cross version tests in ReadyForNightly and ReadyForRelease.
      • AST: AllSmokeTestsPullRequestFeedback
      • AFT: AllFunctionalTestsPullRequestFeedback
      • ASB: AllSpecificBuildsPullRequestFeedback
      • ACC: AllConfigCacheTestsPullRequestFeedback
      • ACTN: AllCrossVersionTestsReadyForNightly
      • AFTN: AllFunctionalTestsReadyForNightly
      • ACTR: AllCrossVersionTestsReadyForRelease, alias of ACT
      • AFTR: AllFunctionalTestsReadyForRelease
@bot-gradle squash

  • Squash the current pull request into a single commit. The squash message will come from the pull request body, with:
    • All Signed-off-by: lines kept.
    • All authors being Co-Authored-By:
@bot-gradle merge

  • Enqueue this PR into GitHub merge queue for merging.
    • GitHub will create a merge commit from your PR branch HEAD and the target branch
    • A GitHub Merge Queue Check Pass build will be triggered on the merge commit
    • When the build passes, the target branch will be fast-forwarded to this merge commit (i.e. merge the PR)
@bot-gradle squash and merge

  • Squash the current pull request into a single commit as described in squash command above,
    then enqueue this PR into GitHub merge queue as described in merge command above.
@bot-gradle cherrypick to {branch}

  • Cherrypicks the current PR to another branch.
    A new PR will be created and a build will triggered automatically if there is no conflict.
@bot-gradle cancel

  • cancel a running build in GitHub merge queue and remove the PR from the queue
@bot-gradle clean

  • clear the conversation history
@bot-gradle help

  • display this message

To run a command, simply submit a comment. For detailed instructions see here.

@reinsch82

Copy link
Copy Markdown
Member Author

@bot-gradle test QF

@bot-gradle

This comment has been minimized.

@bot-gradle

Copy link
Copy Markdown
Collaborator

The following builds have passed:

@reinsch82 reinsch82 added this pull request to the merge queue Jan 20, 2026
@reinsch82 reinsch82 removed this pull request from the merge queue due to a manual request Jan 20, 2026
@reinsch82 reinsch82 added this pull request to the merge queue Jan 20, 2026
Merged via the queue into release8x with commit 489f282 Jan 20, 2026
14 checks passed
@reinsch82 reinsch82 deleted the reinhold/backport-precompiled-script-plugin-name-generation branch January 20, 2026 16:04
@ov7a ov7a mentioned this pull request Jan 23, 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.

[Backport] Precompiled script plugin with @file annotation loses package and breaks

3 participants