Changeset 7416e041


Ignore:
Timestamp:
Aug 2, 2016, 8:34:56 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
e80ebe5
Parents:
d0542c4 (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 plg2:software/cfa/cfa-cc

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    rd0542c4 r7416e041  
    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
  • src/tests/test.py

    rd0542c4 r7416e041  
    3333def listTests():
    3434        machineType = getMachineType()
    35 
    36         #print(machineType)
    3735
    3836        # tests directly in the .expect folder will always be processed
Note: See TracChangeset for help on using the changeset viewer.