Make transformers-tests job conditional on files changed#1197
Conversation
Signed-off-by: Domenic Barbuzzi <domenic@neuralmagic.com>
|
👋 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. |
Signed-off-by: Domenic Barbuzzi <domenic@neuralmagic.com>
|
@dsikka If this PR's current state works as expected, before merging, I want to make one change to how files are matched (change below). The change here is to include the uses: tj-actions/changed-files@v45
with:
- files_ignore: |
- examples/**
- tests/e2e/**
- tests/lmeval/**
- tests/examples/**
- **/*.md
- .github/workflows/*
+ files: |
+ **
+ !examples/**
+ !tests/e2e/**
+ !tests/lmeval/**
+ !tests/examples/**
+ !**/*.md
+ !.github/**
+ .github/workflows/test-check-transformers.yaml |
Signed-off-by: Domenic Barbuzzi <domenic@neuralmagic.com>
SUMMARY:
Make
transformers-testsjob conditional on files changed by way of using thetj-actions/changed-files@v45action to check which files changed (ignoring files/folders based on a separate trial: #1194).TEST PLAN:
Verify this PR:
transformers-testsjob