Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run matrix builds sequentially in the same container #1211

Open
ericoporto opened this issue Aug 7, 2023 · 0 comments
Open

Run matrix builds sequentially in the same container #1211

ericoporto opened this issue Aug 7, 2023 · 0 comments
Labels

Comments

@ericoporto
Copy link
Contributor

Description

I have some cases where I need to build for debug/release or have different build types using CMake, and in all of these I could decently build sequentially in the same container, since it would be using new directories and everything, and saving me from waiting the container to startup.

Unfortunately as far as I can tell matrix always makes me build things in different containers in parallel.

Context

Looking into how to reduce compute credits usage. Also, there is a lot of delay into getting the Windows machines to start (actually they are mostly not even starting in my pipeline), this would make them run faster.

Anything Else

There is a chance there is already a way to do this using yaml hackery or the other complex language, but I just wanted a sequentially: true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant