Skip to content

Commit

Permalink
Merge pull request #529 from armosec/enable_workflowtests_prod
Browse files Browse the repository at this point in the history
Remove 'production' environments from skip_on_environment in system t…
  • Loading branch information
kooomix authored Dec 11, 2024
2 parents 6e2a4bd + 3b50a78 commit c057f17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system_test_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@
"event-ingester-service"
],
"description": "Checks workflows slack notifications",
"skip_on_environment": "production,production-us",
"skip_on_environment": "",
"owner": "[email protected]"
},
"teams_notifications_workflows": {
Expand All @@ -1660,7 +1660,7 @@
"event-ingester-service"
],
"description": "Checks workflows teams notifications",
"skip_on_environment": "production,production-us",
"skip_on_environment": "",
"owner": "[email protected]"
},
"jira_notifications_workflows": {
Expand All @@ -1673,7 +1673,7 @@
"event-ingester-service"
],
"description": "Checks workflows jira notifications",
"skip_on_environment": "production,production-us",
"skip_on_environment": "",
"owner": "[email protected]"
},
"workflows_configurations": {
Expand All @@ -1687,7 +1687,7 @@
"event-ingester-service"
],
"description": "Checks workflows configurations",
"skip_on_environment": "production,production-us",
"skip_on_environment": "",
"owner": "[email protected]"
}
}

0 comments on commit c057f17

Please sign in to comment.