Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / get-job-cost-be3f4061e9cbdc90.yaml
1 ---
2 features:
3   - |
4     Generate Job cost information Each job it will archive a CSV file
5     (cost.csv). It will contain a single CSV record containing the following
6     fields: JobName , BuildNumber , Date , InstanceType , Uptime , Cost1 , Cost2
7     The Date field can be sorted as a string and is readable by your favorite
8     spreadsheet.
9     The Date/Time is GMT.
10     The Uptime is uptime of the build agent  (secs).
11     The Cost1 field is the cost($$) of the build node & Cost2 is cost associated
12     with the stack. If the job is not a Openstack job, then Cost2 is '0'.  The
13     project cost file will based on the year (cost-2019.csv).
14
15 upgrade:
16   - |
17     The openstack-stack-delete.sh script installs the latest tagged version of
18     lftools and it uses that to get the stack cost. Any version of lftools >=
19     v0.29.0 will contain the required changes to get the stack cost.