Changeset becba789 for Jenkins


Ignore:
Timestamp:
Aug 2, 2016, 6:40:20 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
8a443f4, 9799ec8
Parents:
e4957e7 (diff), 155cce0f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    re4957e7 rbecba789  
    4343                }
    4444
    45                 sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
     45                //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
     46                echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN')
    4647}
    4748
     
    6768
    6869node ('master') {
     70        def err = null
     71
    6972        try {
    7073                //Prevent the build from exceeding 30 minutes
     
    7881                                        results = [null, null]
    7982
    80                                         // parallel (
    81                                         //      x64: {
    82                                         //              trigger_build('64-bit')
    83                                         //      },
    84                                         //      x32: {
    85                                         //              trigger_build('32-bit')
    86                                         //      }
    87                                         // )
     83                                        parallel (
     84                                                x64: {
     85                                                        trigger_build('64-bit')
     86                                                },
     87                                                x32: {
     88                                                        trigger_build('32-bit')
     89                                                }
     90                                        )
    8891
    8992                                //Push latest changes to do-lang repo
Note: See TracChangeset for help on using the changeset viewer.