forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge build_test_runtime jobs into a single matrix. (iree-org#17509)
This folds the three 'build_test_runtime' jobs (Linux x86, Linux arm64, Windows) into a single matrix with most steps shared. I'm similarly planning on merging more jobs using matrices: iree-org#17136. This does limit how "CI behavior manipulation" (https://iree.dev/developers/general/contributing/#ci-behavior-manipulation) works - for example now setting `ci-exactly: build_test_runtime` will run these 3 jobs, and they cannot be run individually. * A solution like https://stackoverflow.com/questions/65384420/how-do-i-make-a-github-action-matrix-element-conditional would be needed to keep the old behavior. We actually have a version of that already in the `generate_matrix` step of https://github.com/iree-org/iree/blob/main/.github/workflows/benchmark_execution.yml (sample logs: https://github.com/iree-org/iree/actions/runs/9214012269/job/25350287269), but I have mixed feelings about the complexity involved there.
- Loading branch information
Showing
1 changed file
with
49 additions
and
67 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