Skip to content

[PWGLF,Tutorial] Update Strangeness tutorials #20098

[PWGLF,Tutorial] Update Strangeness tutorials

[PWGLF,Tutorial] Update Strangeness tutorials #20098

Triggered via pull request November 7, 2025 20:58
@romainschotterromainschotter
synchronize #13734
Status Failure
Total duration 14s
Artifacts

o2-linter.yml

on: pull_request_target
O2 linter
10s
O2 linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
[name/workflow-file]: Tutorials/PWGLF/Strangeness/Derived/Analysis/strangeness_derived_step1.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/workflow-file]: Tutorials/PWGLF/Strangeness/Derived/Analysis/strangeness_derived_step0.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/workflow-file]: Tutorials/PWGLF/Strangeness/Derived/Analysis/strangeness_derived_skeleton.cxx#L1
Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L1
Use kebab-case for names of workflows and match the name of the workflow file.
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L37
Workflow name strangeness-derived-step4 does not match its file name strangeness_derived_step4.cxx. (Matches strangenessDerivedStep4.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L32
Workflow name strangeness-derived-step3 does not match its file name strangeness_derived_step3.cxx. (Matches strangenessDerivedStep3.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L27
Workflow name strangeness-derived-step2 does not match its file name strangeness_derived_step2.cxx. (Matches strangenessDerivedStep2.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L22
Workflow name strangeness-derived-step1 does not match its file name strangeness_derived_step1.cxx. (Matches strangenessDerivedStep1.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L17
Workflow name strangeness-derived-step0 does not match its file name strangeness_derived_step0.cxx. (Matches strangenessDerivedStep0.cxx.)
[name/o2-workflow]: Tutorials/PWGLF/Strangeness/Derived/Analysis/CMakeLists.txt#L12
Workflow name strangeness-derived-skeleton does not match its file name strangeness_derived_skeleton.cxx. (Matches strangenessDerivedSkeleton.cxx.)
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.