Skip to content

Commit

Permalink
Add functional-gpu tests to mergify config
Browse files Browse the repository at this point in the history
This adds the functional gpu tests as gating criteria to merge PRs, as
those test SDG's API surface area directly and should always be passing.

Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning committed Jan 17, 2025
1 parent b72bf3b commit 297c75d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,22 @@ pull_request_rules:
- -files~=^requirements.*\.txt$
- -files=.github/workflows/e2e-nvidia-t4-x1.yml

# functional gpu small workflow
- or:
- and:
# note this should match the triggering criteria in 'functional-gpu-nvidia-t4-x1.yml'
- check-success~=functional-gpu-small-workflow-complete
- or:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files=.github/workflows/functional-gpu-nvidia-t4-x1.yml
- and:
- -files~=\.py$
- -files=pyproject.toml
- -files~=^requirements.*\.txt$
- -files=.github/workflows/functional-gpu-nvidia-t4-x1.yml

# lint must pass if files change that would trigger this job
- or:
- and:
Expand Down

0 comments on commit 297c75d

Please sign in to comment.