Skip to content

Commit

Permalink
Reduce Testing Matrix (#319)
Browse files Browse the repository at this point in the history
Only run DE and FR for `bank` and `other` peer groups (to confirm
"other" doesn't get peer results).

Closes #318 (hopefully)
  • Loading branch information
AlexAxthelm committed May 31, 2024
1 parent 26473e5 commit 7591a74
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions build/config/rmi_pacta_2023q4_pa2024ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"test_matrix": {
"user_id": ["74"],
"language": [
"EN",
"DE",
"FR"
"EN"
],
"peer_group": [
"assetmanager",
Expand All @@ -19,6 +17,28 @@
"pensionfund"
],
"include": [
{
"user_id": 74,
"language": "DE",
"peer_group": "bank",
"user_results": "https://pactadatadev.blob.core.windows.net/testing-files/user-results/PA2024CH_peer-test/20240515T164322Z/bank"
},
{
"user_id": 74,
"language": "DE",
"peer_group": "other"
},
{
"user_id": 74,
"language": "FR",
"peer_group": "bank",
"user_results": "https://pactadatadev.blob.core.windows.net/testing-files/user-results/PA2024CH_peer-test/20240515T164322Z/bank"
},
{
"user_id": 74,
"language": "FR",
"peer_group": "other"
},
{
"peer_group": "assetmanager",
"user_results": "https://pactadatadev.blob.core.windows.net/testing-files/user-results/PA2024CH_peer-test/20240515T164322Z/assetmanager"
Expand Down

0 comments on commit 7591a74

Please sign in to comment.