Zak Taccardi
10/13/2024, 11:41 PM.yaml files (that map JIRA tickets to test casese), where each .yaml file one is in an outgoing variant.
On the consumer side, I need to merge any of these .yaml files exposedZak Taccardi
10/13/2024, 11:44 PMZak Taccardi
10/13/2024, 11:44 PMZak Taccardi
10/13/2024, 11:46 PM.yaml file is `android`/`jvm` or `debug`/`release` or standard JVM.
How do I express…give me all the artifacts with artifactType attribute value jira-test-case-functions-yaml?Vampire
10/14/2024, 11:48 PMDoes it make sense for a consumer to request multiple outgoing variants of a producer into a single resolvable configuration on the consumer side?
Generally, definitely, as long as the variants are not mutually exclusive by having some common capability. In your case it is not possible to depend on all the variants from one resolvable configuration, as all have the same capability.
How do I express…give me all the artifacts with artifactType attribute value jira-test-case-functions-yaml?
Iirc even with different capabilities you cannot resolve multiple variants with one dependency declaration. One dependency declaration => one resolved variant.
Zak Taccardi
10/14/2024, 11:50 PMas all have the same capability
ahh, all are
unspecifiedVampire
10/14/2024, 11:51 PMVampire
10/14/2024, 11:51 PMZak Taccardi
10/14/2024, 11:52 PMVampire
10/14/2024, 11:55 PMVampire
10/14/2024, 11:56 PM