Skip to content

Commit

Permalink
Update system test mapping to use dummy target repositories for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Dec 3, 2024
1 parent 2eaa2de commit 569b701
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions system_test_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,8 @@
"Backend"
],
"target_repositories": [
"config-service",
"users-notification-service"
"config-service-dummy",
"users-notification-service-dummy"
],
"description": "testing teams alert channels with compliance and vulnerabilities notifications",
"skip_on_environment": "staging",
Expand All @@ -1387,10 +1387,10 @@
"Backend"
],
"target_repositories": [
"cadashboardbe",
"event-ingester-service",
"config-service",
"users-notification-service"
"cadashboardbe-dummy",
"event-ingester-service-dummy",
"config-service-dummy",
"users-notification-service-dummy"
],
"description": "testing slack alert channels with compliance and vulnerabilities notifications",
"skip_on_environment": "staging",
Expand Down

0 comments on commit 569b701

Please sign in to comment.