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

Migrate to matrix generator #3553

Merged
merged 32 commits into from
Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
01d2239
Represent existing matrix in json
danieljurek Apr 13, 2022
d3bcf27
Use new matrix
danieljurek Apr 13, 2022
58e14cd
Clean up comment
danieljurek Apr 13, 2022
1ca4a71
Move to stage
danieljurek Apr 13, 2022
2e1093b
Cloud configuration
danieljurek Apr 13, 2022
50bd747
Expect the Cloud
danieljurek Apr 13, 2022
e5750eb
Expect parameters
danieljurek Apr 13, 2022
bfafa8d
MaxParallel
danieljurek Apr 13, 2022
d46e753
Try wildcard
danieljurek Apr 13, 2022
965c92e
DependsOn
danieljurek Apr 13, 2022
bbb631a
Quote CtestRegex
danieljurek Apr 13, 2022
30a5cb3
s
danieljurek Apr 13, 2022
43412f6
Use template for cmake generate tests
danieljurek Apr 14, 2022
9d8ef79
Spelling
danieljurek Apr 14, 2022
86f6259
Template name mappings
danieljurek Apr 14, 2022
69fb39c
Formatting, parameters
danieljurek Apr 14, 2022
db0e177
Filename
danieljurek Apr 14, 2022
b79fe47
Job name
danieljurek Apr 14, 2022
6206379
Selection
danieljurek Apr 14, 2022
837c70d
Remove duplicate bypass-local-dns.yml
danieljurek Apr 14, 2022
bba5937
Enable Location override
danieljurek Apr 14, 2022
a7dfbec
Add Location
danieljurek Apr 14, 2022
1b483cc
Spelling
danieljurek Apr 14, 2022
b5fc6b1
Add spelling words
danieljurek Apr 14, 2022
a677627
Use Ubuntu 20 where the name specifies Ubuntu 20
danieljurek Apr 14, 2022
a113f29
Apply suggestions from code review
danieljurek Apr 18, 2022
2f217eb
PR feedback
danieljurek Apr 18, 2022
2dda1ba
Rename from archetype-
danieljurek Apr 18, 2022
d89d1fb
Remove Unsupported Clouds
danieljurek Apr 18, 2022
6fe9338
Express matrix properly
danieljurek Apr 21, 2022
b210736
fix storage sample
vhvb1989 Apr 25, 2022
9ec75ef
Matrix documentation
danieljurek Apr 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
"issecret",
"PSScriptRoot",
"BUILDID",
"cppvcpkgcache"
"cppvcpkgcache",
"cmakegenerate",
"cmakesourcegenerate"
]
},
{
Expand Down
131 changes: 0 additions & 131 deletions eng/pipelines/templates/jobs/archetype-sdk-cmake-generate.yml

This file was deleted.

Loading