Uploaded image for project: 'releng'
  1. releng
  2. RELENG-120

Multipatch job loops forever when RUN_TEST is default 'false'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • None
    • None

      Running integration-multipatch-test-oxygen with PATCHES_TO_BUILD='mdsal=09/71890/1' and all other parameters default, the jobs loops on a check if RUN_TEST is some variety of true and then eventually fails.

      12:19:48 [Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $RUN_TEST)
      12:19:48 Run condition [Boolean condition] preventing perform for step [Builder to mark whether executed]

      This is the related JJB:

      • conditional-step:
        condition-kind: boolean-expression
        condition-expression: $RUN_TEST
        steps:
      • trigger-builds:
      • project: '{csit-list}'
        block: true
        predefined-parameters: |
        BUNDLE_URL=$BUNDLE_URL
        KARAF_VERSION=$KARAF_VERSION

      Seems like it needs some noop condition for when it's false.

            Unassigned Unassigned
            dfarrell07 Daniel Farrell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: