Skip to content

Commit

Permalink
Update target repositories in system test mapping to remove dummy suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Dec 9, 2024
1 parent 198bc67 commit bebbf2b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions system_test_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,10 +1642,10 @@
"Backend"
],
"target_repositories": [
"users-notification-service-dummy",
"config-service-dummy",
"cadashboardbe-dummy",
"event-ingester-service-dummy"
"users-notification-service",
"config-service",
"cadashboardbe",
"event-ingester-service"
],
"description": "Checks workflows slack notifications",
"skip_on_environment": "production,production-us",
Expand All @@ -1656,10 +1656,10 @@
"Backend"
],
"target_repositories": [
"users-notification-service-dummy",
"config-service-dummy",
"cadashboardbe-dummy",
"event-ingester-service-dummy"
"users-notification-service",
"config-service",
"cadashboardbe",
"event-ingester-service"
],
"description": "Checks workflows teams notifications",
"skip_on_environment": "production,production-us",
Expand All @@ -1670,10 +1670,10 @@
"Backend"
],
"target_repositories": [
"users-notification-service-dummy",
"config-service-dummy",
"cadashboardbe-dummy",
"event-ingester-service-dummy"
"users-notification-service",
"config-service",
"cadashboardbe",
"event-ingester-service"
],
"description": "Checks workflows jira notifications",
"skip_on_environment": "production,production-us",
Expand Down

0 comments on commit bebbf2b

Please sign in to comment.