Skip to content

Commit

Permalink
Merge pull request #487 from redhatci/template
Browse files Browse the repository at this point in the history
Improve templating
  • Loading branch information
thekad authored Nov 14, 2024
2 parents aa00bad + e920d6a commit c0c8746
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
36 changes: 20 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->

<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
<!-- Describe the change, including rationale and design decisions -->

<!-- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->

##### ISSUE TYPE

<!--- Pick one below and delete the other: -->
<!-- Pick one below and delete the other: -->
- Bug, Docs Fix or other nominal change
- New or Enhanced Feature

##### Tests

<!--- Document the tests for this change, if any -->
<!--- See: https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/CONTRIBUTING.md#ci-pipelines -->
<!-- Document the tests for this change, if any -->
<!-- See: https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/CONTRIBUTING.md#ci-pipelines -->

<!--- Examples:
- [] TestDallas - <JobID>
- [] TestDallasWorkload - <JobID>
- [] TestBos2 - <JobID>
- [] TestBos2Sno - <JobID>
- [] TestBos2SnoBaremetal - <JobID>
--->
<!-- Examples:
- [ ] TestDallas: ocp-4.17-vanilla - <JobURL>
- [ ] TestDallasHybrid: ocp-4.17-vanilla-hybrid - <JobURL>
- [ ] TestDallasWorkload: preflight-green - <JobURL>
- [ ] TestBos2: virt - <JobURL>
- [ ] TestBos2Sno: sno - <JobURL>
- [ ] TestBos2SnoBaremetal: sno - <JobURL>
-->

---

<!--- Include the test and dependencies for this change -->
<!-- See: https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/CONTRIBUTING.md#ci-pipelines >
<!-- Include the test and dependencies for this change -->
<!-- See: https://github.com/redhatci/ansible-collection-redhatci-ocp/blob/main/CONTRIBUTING.md#ci-pipelines -->


<!-- Examples:
<!--- Example:
Test-Hint: no-check
Depends-on: https://path/to/depending/change
Depends-on: https://...
-->
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The collection has multiple CI pipelines that run on every PR:
To specify which DCI lab to use and which resources to use, you can use the following strings in the descrption of the PR:

* `TestDallas`: baremetal clusters in the Dallas lab.
* `TestDallasHybrid`: hybrid clusters with a virtualized control-plane in the Dallas Lab.
* `TestDallasWorkload`: workload on a pre-installed baremetal cluster in Dallas.
* `TestBos2`: virtual setup in the BOS2 lab.
* `TestBos2Sno`: virtual SNO setup in the BOS2 lab.
Expand Down

0 comments on commit c0c8746

Please sign in to comment.