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

Meet Orion #2

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Meet Orion #2

merged 1 commit into from
Jan 24, 2024

Conversation

shashank-boyapally
Copy link
Contributor

Type of change

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

Description

Orion is cli tool which automates the process of writing scripts when you need csv files to find regressions in metrics.

To run orion on your local, please follow the following instructions.

Build Orion

Building Orion is a straightforward process. Follow these commands:

Clone the current repository using git clone.

>> git clone <repository_url>
>> pip install venv
>> source venv/bin/activate
>> pip install -r requirements.txt
>> export ES_SERVER = <es_server_url>
>> pip install .

Run Orion

Executing Orion is as simple as building it. After following the build steps, run the following:

>> orion

Related Tickets & Documents

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.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Copy link
Member

@jtaleric jtaleric left a comment

Choose a reason for hiding this comment

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

one nit... we should check to see if the env is set, and that we can query the ES server.

orion.py Show resolved Hide resolved
orion.py Outdated Show resolved Hide resolved
Copy link
Member

@jtaleric jtaleric left a comment

Choose a reason for hiding this comment

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

lgtm!

@jtaleric jtaleric self-requested a review January 23, 2024 18:11
@jtaleric jtaleric merged commit 765ec53 into cloud-bulldozer:main Jan 24, 2024
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