forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch more ci.yml jobs to optional based on paths changed. (iree-org…
…#17923) The `test_amd_mi250` and `test_amd_mi300` jobs in particular have been stuck with long queues and should not block merging core project PRs. This changes `ci.yml` to only run these jobs if files under code paths most likely to affect them are changed. The jobs can still be opted into via `ci-extra: job_name` git trailers in PR descriptions (see https://iree.dev/developers/general/contributing/#ci-behavior-manipulation). I also want to change `build_test_runtime :: arm64` from `ci.yml` and `Regression Test / test_onnx :: amdgpu_vulkan` from `pkgci_regression_test.yml`, but those jobs are under matrices that can't use ```yml if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'job_name') ``` At least the pkgci jobs are not blocking PR merges right now. Signed-off-by: Lubo Litchev <lubol@google.com>
- Loading branch information
Showing
1 changed file
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters