Skip to content

Conversation

boomanaiden154
Copy link
Contributor

This check used to also run tests for everything, but has since been modified to only run the ABI tests with actual testing being run through the premerge configuration. This patch renames the workflow to better reflect this.

@llvmbot
Copy link
Member

llvmbot commented Aug 15, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This check used to also run tests for everything, but has since been modified to only run the ABI tests with actual testing being run through the premerge configuration. This patch renames the workflow to better reflect this.


Full diff: https://github.com/llvm/llvm-project/pull/153866.diff

1 Files Affected:

  • (renamed) .github/workflows/llvm-abi-tests.yml (+1-1)
diff --git a/.github/workflows/llvm-tests.yml b/.github/workflows/llvm-abi-tests.yml
similarity index 99%
rename from .github/workflows/llvm-tests.yml
rename to .github/workflows/llvm-abi-tests.yml
index 52b486e7e62fc..f2a799fe1ad41 100644
--- a/.github/workflows/llvm-tests.yml
+++ b/.github/workflows/llvm-abi-tests.yml
@@ -1,4 +1,4 @@
-name: LLVM Tests
+name: LLVM ABI Tests
 
 permissions:
   contents: read

@boomanaiden154
Copy link
Contributor Author

@tru @tstellar Any objections to this?

This check used to also run tests for everything, but has since been
modified to only run the ABI tests with actual testing being run through
the premerge configuration. This patch renames the workflow to better
reflect this.
@boomanaiden154 boomanaiden154 force-pushed the llvm-abi-dumps-workflow-rename branch from 85d7cb0 to 58b8143 Compare October 4, 2025 18:43
@boomanaiden154 boomanaiden154 enabled auto-merge (squash) October 4, 2025 18:43
@boomanaiden154 boomanaiden154 merged commit 648e65e into llvm:main Oct 4, 2025
11 checks passed
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 6, 2025
This check used to also run tests for everything, but has since been
modified to only run the ABI tests with actual testing being run through
the premerge configuration. This patch renames the workflow to better
reflect this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants