@@ -4,14 +4,14 @@ Be sure to properly fine-tune the generated actions before committing it to the
44
55## ci-tests-cpp
66
7- - [ ] [ ENV] The target name for the test executable has been configured.
8- - [ ] [ JOB-CONF] The target Docker image where to run the test has been specified (defaults to
9- * ubuntu: jammy * ).
10- - [ ] [ JOB-CONF] The credentials for acquiring the Docker image (if needed) have been configured
7+ - [ ] [ ** ENV** ] The target name for the test executable has been configured.
8+ - [ ] [ ** JOB-CONF** ] The target Docker image where to run the test has been specified (defaults to
9+ * ubuntu: jammy * ). ** Delete it if not needed ** .
10+ - [ ] [ ** JOB-CONF** ] The credentials for acquiring the Docker image (if needed) have been configured
1111 via secrets and required section in workflow file uncommented.
12- - [ ] [ ENV] The build type for the tests is correctly specified, as a CMAKE_BUILD_TYPE (defaults to
12+ - [ ] [ ** ENV** ] The build type for the tests is correctly specified, as a CMAKE_BUILD_TYPE (defaults to
1313 * Debug* ).
14- - [ ] [ WORKFLOW-CONF] The intended branch and triggers are correct (default: * on PR to master
14+ - [ ] [ ** WORKFLOW-CONF** ] The intended branch and triggers are correct (default: * on PR to master
1515 branch* and on workflow call).
1616
1717Note that, for a PR to be blocked if Unit Testing action fails, status checks must be enabled on the
@@ -22,30 +22,30 @@ checks to pass before merging'.
2222
2323## ci-auto-release-cpp
2424
25- - [ ] [ JOB-CONF] The target Docker image where to run the test has been specified (defaults to
25+ - [ ] [ ** JOB-CONF** ] The target Docker image where to run the test has been specified (defaults to
2626 * ubuntu: jammy * ).
27- - [ ] [ JOB-CONF] The credentials for acquiring the Docker image (if needed) have been configured
27+ - [ ] [ ** JOB-CONF** ] The credentials for acquiring the Docker image (if needed) have been configured
2828 via secrets and required section in workflow file uncommented.
29- - [ ] [ ENV] The build type for the release is correctly specified, as a CMAKE_BUILD_TYPE (defaults
29+ - [ ] [ ** ENV** ] The build type for the release is correctly specified, as a CMAKE_BUILD_TYPE (defaults
3030 to * Release* ).
31- - [ ] [ WORKFLOW-CONF] The intended branch and triggers are correct (default: * on push to master* ).
32- - [ ] [ STEP-CONF] The release is assumed to be packaged with cpack and that utility configured to
31+ - [ ] [ ** WORKFLOW-CONF** ] The intended branch and triggers are correct (default: * on push to master* ).
32+ - [ ] [ ** STEP-CONF** ] The release is assumed to be packaged with cpack and that utility configured to
3333 store generated files inside build/packages folder. Please update this if needed.
34- - [ ] [ STEP-CONF] If exists, uncomment the body selection of the release step (if uncommented,
34+ - [ ] [ ** STEP-CONF** ] If exists, uncomment the body selection of the release step (if uncommented,
3535 defaults to a * CHANGES.md* file in the root of the repository).
3636
3737## ci-tagged-release-cpp
3838
39- - [ ] [ JOB-CONF] The target Docker image where to run the test has been specified (defaults to
39+ - [ ] [ ** JOB-CONF** ] The target Docker image where to run the test has been specified (defaults to
4040 * ubuntu: jammy * ).
41- - [ ] [ JOB-CONF] The credentials for acquiring the Docker image (if needed) have been configured
41+ - [ ] [ ** JOB-CONF** ] The credentials for acquiring the Docker image (if needed) have been configured
4242 via secrets and required section in workflow file uncommented.
43- - [ ] [ ENV] The build type for the release is correctly specified, as a CMAKE_BUILD_TYPE (defaults
43+ - [ ] [ ** ENV** ] The build type for the release is correctly specified, as a CMAKE_BUILD_TYPE (defaults
4444 to * Release* ).
45- - [ ] [ WORKFLOW-CONF] The intended branch and triggers are correct (default: * on tag push* ).
46- - [ ] [ WORKFLOW-CONF] The default tag pattern matches the one intended for the project (defaults
45+ - [ ] [ ** WORKFLOW-CONF** ] The intended branch and triggers are correct (default: * on tag push* ).
46+ - [ ] [ ** WORKFLOW-CONF** ] The default tag pattern matches the one intended for the project (defaults
4747 to: * "\* .\* .\* "* ).
48- - [ ] [ STEP-CONF] The release is assumed to be packaged with cpack and that utility configured to
48+ - [ ] [ ** STEP-CONF** ] The release is assumed to be packaged with cpack and that utility configured to
4949 store generated files inside build/packages folder. Please update this if needed.
50- - [ ] [ STEP-CONF] If exists, uncomment the body selection of the release step (if uncommented,
50+ - [ ] [ ** STEP-CONF** ] If exists, uncomment the body selection of the release step (if uncommented,
5151 defaults to a * CHANGES.md* file in the root of the repository).
0 commit comments