]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script: add script to help format QA review summaries
authorLaura Flores <lflores@ibm.com>
Fri, 11 Jul 2025 17:24:44 +0000 (13:24 -0400)
committerLaura Flores <lflores@ibm.com>
Thu, 4 Sep 2025 21:15:50 +0000 (16:15 -0500)
commit45cebdad99161a357f4ed2369f366151970af2c3
treedc7b5da24dc068223c3269325fcfef1a3a05d8c8
parentbbda58ec8635c7786272a29b96b8e2afe5a55552
script: add script to help format QA review summaries

Run the following command for help:
```
   qa-summary.sh --help
```

This is how the script can be used:
```
   qa-summary.sh < test_failure_tickets.txt
```

Before running the script, prep a 'test_failure_tickets.txt' file
(name is subjective) containing links to all the tracker tickets
you want to format in your test failures summary.

For example:
```
$ cat test_failure_tickets.txt
  https://tracker.ceph.com/issues/68586
  https://tracker.ceph.com/issues/69827
  https://tracker.ceph.com/issues/67869
  https://tracker.ceph.com/issues/71344
  https://tracker.ceph.com/issues/70669
  https://tracker.ceph.com/issues/71506
  https://tracker.ceph.com/issues/71182
```

Signed-off-by: Laura Flores <lflores@ibm.com>
src/script/qa-summary.sh [new file with mode: 0755]