-
Notifications
You must be signed in to change notification settings - Fork 5
Update readme file. #106
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
base: main
Are you sure you want to change the base?
Update readme file. #106
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alokgoswami-ag The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9737b89
to
f391f70
Compare
README.md
Outdated
|
||
```python3 CI_Jobhistory.py --job_type ``` This command line allows user to fetch querry based on job type. | ||
|
||
```python3 CI_Jobhistory.py --filter ``` This command line allows user to fetch querry based on search filter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we provide more details on the filter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify the filter string to fetch jobs (Example heavy build / libvirt / powervs / upgrade / 4.14 / 4.15 / 4.16 / 4.17/ 4.18 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we cannot provide 2 words in filter like heavy build
. Can you remove that from example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add upgrade,multi in the example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'heavy build' it will take as it as one word
647fd28
to
c8f6bc9
Compare
Signed-off-by: alokgoswami-ag <[email protected]>
c8f6bc9
to
3867ae1
Compare
Python3
pip
git clone https://github.com/ocp-power-automation/ci-monitoring-automation.git
cd ci-monitoring-automation
Create a virtualenv if required and install required packages using "pip install -r requirements.txt"