[TEST] Trigger test: .buildkite/ change - #3007
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merge Protections🔴 2 of 2 protections blocking · waiting on 👀 reviews
🔴 Require one maintainer reviewWaiting for any of
This rule is failing.All PRs must have at least one approving review from a maintainer before merging.
🔴 Require two reviewsWaiting for
This rule is failing.PRs labelled "two-reviews" must have at least two approving reviews before merging.
|
There was a problem hiding this comment.
Code Review
This pull request refactors the Buildkite pipeline configuration for H100 and L4 GPU tests, replacing custom bash-based file change detection with Buildkite's native 'if' and 'if_changed' syntax. It splits the 'Transformers Tests' step into separate branch and pull request steps. The feedback suggests adding 'pyproject.toml' to the 'if_changed' inclusion list to ensure that any dependency or configuration updates also trigger the tests.
| - "setup.py" | ||
| - "MANIFEST.in" |
There was a problem hiding this comment.
| - "setup.py" | ||
| - "MANIFEST.in" |
There was a problem hiding this comment.
|
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed. |
510cc28 to
bdd355d
Compare
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
… regex operator Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
bdd355d to
4cfbb1f
Compare
Test PR to verify if_changed triggers
This PR modifies a file in
.buildkite/gpu-tests/which should TRIGGER transformers tests.Part of verifying the if_changed include/exclude pattern in #2983