-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from redhatci/template
Improve templating
- Loading branch information
Showing
2 changed files
with
21 additions
and
16 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 |
---|---|---|
@@ -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://... | ||
--> |
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