[RELENG-120] Multipatch job loops forever when RUN_TEST is default 'false' Created: 09/May/18  Updated: 09/May/18

Status: Open
Project: releng
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Medium
Reporter: Daniel Farrell Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Relates
relates to RELENG-101 New "Weather Item" process with full ... Open

 Description   

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.


Generated at Wed Feb 07 20:37:32 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.