-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QUARKUS-2230 Introduce OpenShift based CI runs
* Adding a test plan for QUARKUS-2230.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# QUARKUS-2230 Introduce OpenShift based CI runs in upstream | ||
|
||
## Scope of the testing | ||
* Review the upstream workflow introduced with https://github.com/quarkusio/quarkus/pull/17674. | ||
* This review will focus on the workflow itself and on test coverage of Quarkus integration surfaces with Kubernetes | ||
and OpenShift APIs. | ||
* Once the weak spots in coverage are identified, we will propose enhancements to the workflow. | ||
|
||
### Impact on test suites and testing automation | ||
* This feature request is about introduction of new workflow to upstream Quarkus repository that would execute Quarkus | ||
kubernetes tests on Kubernetes and OpenShift. As such, there is no impact to QE test suites and automation. | ||
* The new workflow should provide actual integration testing for bits and pieces of Quarkus integrated with Kubernetes | ||
APIs. | ||
|
||
### Impact on resources | ||
* None. | ||
|
||
## Contacts | ||
* Tester: Michal Jurč <[email protected]> | ||
|
||
## References | ||
* Feature request: [QUARKUS-2230 Introduce OpenShift based CI runs in upstream](https://issues.redhat.com/browse/QUARKUS-2230) |