Skip to content

Commit 002f1cb

Browse files
update apps groups and fix typo (#262)
1 parent 431dca9 commit 002f1cb

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

source/Reviewers/howtocommit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ As reviewer, you should work with the developer, prior to moving to the commit s
565565
#. Run relevant tests on XCS.
566566
#. Wait for the daily `cron` job to run to synchronise data between `XCS` `XCE/F` & `SPICE`
567567
#. Ensure that you are in charge of the in charge of the trunk for the repositories involved.
568-
# Update your working copy if other commits have happened.
569-
#. Rerun relevant tests on `XCE/F` and `SPICE`
568+
#. Update your working copy if other commits have happened.
569+
#. Rerun relevant tests on `XCE/F` and `SPICE`
570570

571571
If the requirement is to update existing files, then further care is required.
572572

@@ -581,7 +581,7 @@ If the requirement is to update existing files, then further care is required.
581581

582582
- Waiting for the daily `cron` job to run can introduce a misalignment or race condition for scheduled testing.
583583

584-
#. Rerun relevant tests on `XCE/F` and `SPICE`
584+
#. Rerun relevant tests on `XCE/F` and `SPICE`
585585

586586
- revert changes immediately if there are any issues, and consult with the developer.
587587

source/WorkingPractices/TestSuites/lfric_apps.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@ and that you can specify more than one at once, e.g. ``--group=developer,gungho_
5656
| | to pass before commit. It is a useful checkpoint during |
5757
| | development. |
5858
+--------------------+----------------------------------------------------------+
59-
| nightly | More thorough testing group. This includes everything in |
60-
| | developer plus some longer and more complex tests. It is |
61-
| | run automatically every night and monitored by the SSD |
62-
| | team. |
63-
+--------------------+----------------------------------------------------------+
6459
| all | The complete test suite, including all longer runs and |
65-
| | less commonly used utilites. This is run automatically |
60+
| | less commonly used configs. This is run automatically |
6661
| | every week and monitored by the SSD team. All |
6762
| | :ref:`KGO <kgo>` changing tickets need to run this group.|
6863
+--------------------+----------------------------------------------------------+

0 commit comments

Comments
 (0)