Skip to content

Commit 4fc60d4

Browse files
author
jordanbreen28
committed
(maint) - Add example matrix
1 parent c21775b commit 4fc60d4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In order to use this new functionality, run:
5959

6060
`$: bundle exec matrix_from_metadata_v2 --custom-matrix matrix.json`
6161

62-
> Note: The file should contain a valid Array of JSON Objects (i.e. `[{"label":"AlmaLinux-8","provider":"provision_service","image":"almalinux-cloud/almalinux-8","machine_type":"n1-standard-2"}, {"label":"RedHat-9-arm","provider":"provision_service","image":"rhel-9-arm64","machine_type":"t2a-standard-2"}, {..}]`), otherwise it will throw an error.
62+
> Note: The file should contain a valid Array of JSON Objects (i.e. see [here](https://github.com/puppetlabs/puppet_litmus/blob/main/docs/custom_matrix.json)), otherwise it will throw an error.
6363
6464
## Documentation
6565

docs/custom_matrix.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"label":"AlmaLinux-8",
4+
"provider":"provision_service",
5+
"image":"almalinux-cloud/almalinux-8"
6+
},
7+
{
8+
"label":"RedHat-9",
9+
"provider":"provision_service",
10+
"image":"rhel-9"
11+
},
12+
{
13+
"label":"centos-7",
14+
"provider":"docker",
15+
"image":"litmusimage/centos-7"
16+
}
17+
]

0 commit comments

Comments
 (0)