Skip to content

Commit

Permalink
Run opt-in GPU test jobs when changing tests/e2e/*. (#18138)
Browse files Browse the repository at this point in the history
Would have been nice to run tests on
#18134, without needing to use the
`ci-extra` git trailer.
  • Loading branch information
ScottTodd authored Aug 7, 2024
1 parent 18e86ab commit 7db4aa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_tools/github_actions/configure_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ def contains(cls, val):
"runtime/src/iree/hal/drivers/cuda/*",
# Common code likely enough to affect code paths unique to NVIDIA GPUs:
"compiler/src/iree/compiler/GlobalOptimization/*",
# Tests.
"tests/e2e/*",
]

AMDGPU_PATHS = [
Expand All @@ -146,6 +148,8 @@ def contains(cls, val):
"runtime/src/iree/hal/drivers/hip/*",
# Common code likely enough to affect code paths unique to AMDGPU:
"compiler/src/iree/compiler/GlobalOptimization/*",
# Tests.
"tests/e2e/*",
]

# Jobs to run in presumbit if files under the corresponding path see changes.
Expand Down

0 comments on commit 7db4aa1

Please sign in to comment.