We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2161b commit 7943394Copy full SHA for 7943394
README.md
@@ -81,7 +81,7 @@ Create a virtualenv if required and install required packages using "pip install
81
82
4. **aggregate.py:** The aggregate.py script gets detailed information of all the builds which have run using the provided nightly image.
83
84
- ```python3 tracker.py``` This script requires the following input
+ ```python3 aggregate.py``` This script requires the following input
85
86
1. selected_ci: Jobs from where to fetch the builds.
87
- 2. nightly: Name of the Release image.
+ 2. nightly: Name of the Release image.
requirements.txt
@@ -4,4 +4,5 @@ PyYAML==6.0.1
4
requests==2.31.0
5
soupsieve==2.5
6
urllib3==2.0.6
7
-tabulate==0.9.0
+tabulate==0.9.0
8
+
0 commit comments