...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/scripts/job-matrix/tests/test-import-matrix.json

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/scripts/job-matrix/tests

     1{
     2  "displayNames": {
     3    "importedBaz": "importedBazName"
     4  },
     5  "matrix": {
     6    "Foo": [ "foo1", "foo2" ],
     7    "Bar": [ "bar1", "bar2" ]
     8  },
     9  "include": [
    10    {
    11      "Baz": "importedBaz"
    12    }
    13  ]
    14}

View as plain text