Skip to content

Commit ad551db

Browse files
committed
fixup! docs: ci: Update error handling
Signed-off-by: Jorge Marques <[email protected]>
1 parent 16af6f3 commit ad551db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/ci.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ These rules ensure that the downstream jobs do not run on fatal errors.
9393
Optional steps may also set ``fatal`` job-scoped environment variable, if taking
9494
care of calling ``set_step_fail``.
9595

96-
The draw back of this approach is that captured/unexpected errors may have a step
97-
exit with error without set the set_step_fail, causing the step fail to fail through
98-
and passing the immediate assert step.
99-
10096
Checking steps description
10197
~~~~~~~~~~~~~~~~~~~~~~~~~~
10298

@@ -136,7 +132,7 @@ The checkers are, followed by which step event they raise:
136132
- | ``sparse``: the changed files are touched and recompiled with ``C=1``.
137133
| ``fail``: ``error`` logged
138134
| ``warn``: ``warning`` logged
139-
- | ``ggc fanalyzer``: the changed files are recompiled appending the ``-fanalyzer`` flag.
135+
- | ``gcc fanalyzer``: the changed files are recompiled appending the ``-fanalyzer`` flag.
140136
| It uses the *compile_commands.json* file to extract the correct compilation flags.
141137
| ``fail``: ``error`` or ``warning`` logged
142138
- | ``smatch``: the changed files are touched and recompiled with ``C=1 CHECK="smatch -p=kernel"``.

0 commit comments

Comments
 (0)