[Bug] In pipelines, fix execution when no-build label is assigned for platform-ee

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.15.0-alpha5, 7.15.0
    • Affects Version/s: None
    • Component/s: 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

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: