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 ec2 run in GHA #713

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

athiruma
Copy link
Collaborator

@athiruma athiruma commented Jan 2, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

removed ec2 run in GHA

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

@athiruma athiruma added bug Something isn't working ok-to-test PR ok to test labels Jan 2, 2024
@athiruma athiruma requested a review from ebattat January 2, 2024 11:48
@athiruma athiruma self-assigned this Jan 2, 2024
@@ -45,4 +45,4 @@ def test_ebs_in_use_s3_upload():
policy_output = 's3://test-upload-data/test'
s3operations = S3Operations(region_name='us-east-1')
ebs_in_use = EbsInUse()
assert s3operations.save_results_to_s3(policy='ec2_run', policy_output=policy_output, policy_result=ebs_in_use.run()) is None
assert s3operations.save_results_to_s3(policy='ebs_in_use', policy_output=policy_output, policy_result=ebs_in_use.run()) is None
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 you change ec2_run to ebs_in_use?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sorry, I made a mistake.
We are testing for the ebs_in_use. I mistakenly kept the ec2_run.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not check instance_run ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We had it already

@ebattat ebattat merged commit 04c049d into redhat-performance:main Jan 2, 2024
20 of 22 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 ok-to-test PR ok to test
Projects
Development

Successfully merging this pull request may close these issues.

2 participants