Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the env variable in scripts #864

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

athiruma
Copy link
Collaborator

@athiruma athiruma commented Nov 5, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

Unusual activity, mails are sent multiple times. Removed the env in scripts and verified it's working.

For security reasons, all pull requests need to be approved first before running any automated CI

@athiruma athiruma added the bug Something isn't working label Nov 5, 2024
@athiruma athiruma requested a review from ebattat November 5, 2024 05:06
@athiruma athiruma self-assigned this Nov 5, 2024
@@ -39,6 +39,9 @@ pipeline {
contact4 = "[email protected]"
// Find the all available policies: https://github.com/redhat-performance/cloud-governance/tree/main/cloud_governance/policy
// By default, all policies are running in dry_run="yes" mode and the whole list can be found in run_policies.py
// POLICIES_IN_ACTION: Policies that run in the dry_run="no" mode
POLICIES_IN_ACTION = '["unattached_volume", "ip_unattached", "zombie_snapshots", "unused_nat_gateway", "s3_inactive", "empty_roles"]'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did u delete "zombie_cluster_resource" ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to simulate the old scenario. After adding the zombie_cluster_resources policy it behaving wiered.

@ebattat ebattat merged commit 51ec3f8 into redhat-performance:main Nov 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

2 participants