Merge "do not upload Apex artifacts when daily fails"
authorTim Rozet <trozet@redhat.com>
Mon, 30 Nov 2015 17:19:36 +0000 (17:19 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 30 Nov 2015 17:19:36 +0000 (17:19 +0000)
1  2 
jjb/apex/apex.yml

  
      builders:
          - 'apex-build'
-         - 'apex-upload-artifact'
          - 'apex-deploy-virtual'
+         - 'apex-upload-artifact'
          - 'apex-workspace-cleanup'
 +        - trigger-builds:
 +          - project: 'functest-apex-{stream}'
 +            block: true
 +            block-thresholds:
 +                build-step-failure-threshold: 'never'
 +                failure-threshold: 'never'
 +                unstable-threshold: 'FAILURE'
  
  ########################
  # parameter macros