azure: use matrix strategy to avoid configuration redundancy - #5468
Closed
mback2k wants to merge 1 commit into
Closed
azure: use matrix strategy to avoid configuration redundancy#5468mback2k wants to merge 1 commit into
mback2k wants to merge 1 commit into
Conversation
Member
|
Sounds fine. We just need to make sure to update the CI-*pl scripts in the https://github.com/curl/stats repo once this lands to make them count the jobs correctly. |
mback2k
force-pushed
the
azure-matrix-strategy
branch
from
May 28, 2020 20:11
35215a0 to
3101423
Compare
This also includes the following changes: - Use the same timeout for all jobs on Linux (60 minutes) and Windows (90 minutes) - Use CLI stable apt-get install -y instead of apt install which warns about that and run apt-get update first - Enable MQTT for Windows msys2 builds instead of legacy msys1 builds - Add ./configure --prefix parameter to the msys2 builds - The MSYSTEM environment variable is now preset inside the container images for the msys2 builds
mback2k
force-pushed
the
azure-matrix-strategy
branch
from
May 30, 2020 11:48
3101423 to
c6ab9db
Compare
mback2k
added a commit
to curl/stats
that referenced
this pull request
May 30, 2020
In preparation for curl/curl#5468
Member
Author
I took the pleasure to update and prepare the stats scripts in advance. Hope that suits you well! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also includes the following changes:
apt-get install -yinstead ofapt installwhich warns about that and runapt-get updatefirst