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

HCP burner to be executed as containers #27

Merged
merged 8 commits into from
Jul 3, 2024

Conversation

mukrishn
Copy link
Collaborator

@mukrishn mukrishn commented Apr 16, 2024

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

It is required for CI pipelines to be run as a container.

Changes:

  1. Added a Dockerfile
  2. Made aws account file as optional, it can be replaced with local env vars

Test Command:

podman run --env ES_SERVER=https://search-perfscale-pro-wxrjvmobqs7gsyi3xvxkqmn7am.us-west-2.es.amazonaws.com:443 --env AWS_SECRET_ACCESS_KEY=<>  --env AWS_ACCESS_KEY_ID=<>  --env AWS_REGION=us-east-2  -it 503d9fd67291 python3 hcp-burner.py

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

@mukrishn mukrishn requested a review from morenod April 16, 2024 16:59
@mukrishn mukrishn requested review from krishvoor and dry923 May 2, 2024 10:50
Copy link
Member

@krishvoor krishvoor left a comment

Choose a reason for hiding this comment

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

/lgtm

@mukrishn mukrishn merged commit e9d6a06 into cloud-bulldozer:main Jul 3, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants