-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitlab: refactor using dependent jobs
Problem: subsequent framework projects will need to link against flux-core and its associated libraries. These projects (such as flux-pmix, flux-sched, and flux-coral2) are needed on various LC systems for testing flux with our LC flavors of MPI. Adapt the flux-core build to build in a shared workspace directory unique to each pipeline (set of GitLab CI jobs) and cluster. Break the core build and test into separate steps for speed. Build and install subsequent framework projects in the same shared directory, which will persist after the tests.
- Loading branch information
Showing
2 changed files
with
74 additions
and
23 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
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