-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Steps to reproduce:
- create PR in platform-ee repo and assign "no-build" label
- trigger pipeline execution
Expected:
- All stages to be skipped and not executed
Observed:
- The Prepare stages are executed and fail as no upstream build is found
Hints:
- The 'when' clause is negating the false that is return for prLabels.contains("no-build")
- The 'distro-ee' stage doesn't have when clause at all
Solution idea:
- remove STANDALONE param and use UPSTREAM_PR instead and fix the negation in the 'when' block for all pipelines beside CE where this is not applicable