You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
booleanParam name: 'WM_BUILD', defaultValue: false, description: 'Whether to attempt to compile the model code tests'
152
152
// Regression Test Suite ?
153
-
choice(name: 'WM_OPERATIONAL_TESTS', choices: ['default', 'control_p8', 'cpld_control_p8', 'comprehensive', 'rt.sh', 'none'], description: 'Specify the suite of tests to run')
153
+
choice(name: 'WM_OPERATIONAL_TESTS', choices: ['rt.conf', 'default', 'control_p8', 'cpld_control_p8', 'comprehensive', 'none'], description: 'Specify the suite of tests to run')
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,15 @@ Please delete what is not needed.
103
103
* Blocked by #
104
104
* None
105
105
106
+
### Documentation:
107
+
<!--
108
+
Indicate what documentation, if any, is needed for this PR and who will add it (if applicable).
109
+
Please delete what is not needed.
110
+
-->
111
+
* This PR requires a documentation update, and the WM User's Guide has been updated based on the changes in this PR.
112
+
* This PR requires a documentation update, and a WM issue has been opened to track the need for a documentation update; a person responsible for submitting the update has been assigned to the issue (link issue).
113
+
* No documentation update is required for this PR (please explain).
114
+
106
115
---
107
116
## Changes
108
117
### Regression Test Changes (Please commit test_changes.list):
@@ -145,7 +154,6 @@ Please delete what is not needed.
0 commit comments