Changes in / [7416e041:d0542c4]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r7416e041 rd0542c4  
    4343                }
    4444
    45                 //sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
    46                 echo('BUILD NOT PUSH SINCE DO-LANG SERVER WAS DOWN')
     45                sh "GIT_SSH_COMMAND=\"ssh -v\" git push DoLang ${gitRefNewValue}:master"
    4746}
    4847
     
    6867
    6968node ('master') {
    70         def err = null
    71 
    7269        try {
    7370                //Prevent the build from exceeding 30 minutes
     
    8178                                        results = [null, null]
    8279
    83                                         parallel (
    84                                                 x64: {
    85                                                         trigger_build('64-bit')
    86                                                 },
    87                                                 x32: {
    88                                                         trigger_build('32-bit')
    89                                                 }
    90                                         )
     80                                        // parallel (
     81                                        //      x64: {
     82                                        //              trigger_build('64-bit')
     83                                        //      },
     84                                        //      x32: {
     85                                        //              trigger_build('32-bit')
     86                                        //      }
     87                                        // )
    9188
    9289                                //Push latest changes to do-lang repo
  • src/tests/test.py

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