Skip to content

Commit 164bf42

Browse files
authored
add status page for QE jobs running in prow (#1888)
Create organized status page with two tables showing test status for OADP QE and Interop jobs. Changes: - Add QE Test Runs table (OADP 1.5 / OCP 4.19) - Add Interop Test Runs table (OADP 1.5 / OCP 4.20) - Include clickable job names and status badges - Display OCP version, platform, and configuration details - Both standard and FIPS-enabled test configurations This provides a clean, organized view of all OADP test jobs running in OpenShift Prow CI with real-time status updates. Assisted by: Claude (AI Assistant)
1 parent 0895240 commit 164bf42

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

QE_PROW.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<div align="center">
2+
<h1>OADP QE Prow Status</h1>
3+
<p>Status of OADP QE and Interop test jobs running in OpenShift Prow CI</p>
4+
</div>
5+
6+
## QE Test Runs
7+
8+
| Job Name | Status | OCP Version | Platform | Configuration |
9+
|----------|--------|-------------|----------|---------------|
10+
| [oadp-qe-aws](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws) | [![oadp-qe-aws](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws)](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws) | 4.19 | AWS | Standard |
11+
| [oadp-qe-aws-fips](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws-fips) | [![oadp-qe-aws-fips](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws-fips)](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-main-oadp1.5-ocp4.19-testing-oadp-qe-aws-fips) | 4.19 | AWS | FIPS Enabled |
12+
13+
## Interop Test Runs
14+
15+
| Job Name | Status | OCP Version | Platform | Configuration |
16+
|----------|--------|-------------|----------|---------------|
17+
| [oadp-interop-aws](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws) | [![oadp-interop-aws](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws)](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws) | 4.20 | AWS | Standard |
18+
| [oadp-interop-aws-fips](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws-fips) | [![oadp-interop-aws-fips](https://prow.ci.openshift.org/badge.svg?jobs=periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws-fips)](https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-oadp-qe-oadp-qe-automation-oadp-1.5-oadp1.5-ocp4.20-lp-interop-oadp-interop-aws-fips) | 4.20 | AWS | FIPS Enabled |

0 commit comments

Comments
 (0)