Changeset 284b7aa for Jenkins


Ignore:
Timestamp:
Jul 16, 2016, 4:49:59 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
644ec6a
Parents:
ef7219c
Message:

Deactivated build part of full build to increase iteration speed by 10X and tentative fix for promote issue of full build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    ref7219c r284b7aa  
    5454
    5555        //parse git logs to find what changed
    56         gitRefName = env.BRANCH_NAME
    57         dir("../${gitRefName}@script") {
     56        dir("../Cforall_Full_Build@script") {
    5857                sh "git reflog > ${out_dir}/GIT_COMMIT"
    5958        }
     
    7978                                        results = [null, null]
    8079
    81                                         parallel (
    82                                                 x64: {
    83                                                         trigger_build('64-bit')
    84                                                 },
    85                                                 x32: {
    86                                                         trigger_build('32-bit')
    87                                                 }
    88                                         )
     80                                        // parallel (
     81                                        //      x64: {
     82                                        //              trigger_build('64-bit')
     83                                        //      },
     84                                        //      x32: {
     85                                        //              trigger_build('32-bit')
     86                                        //      }
     87                                        // )
    8988
    9089                                //Push latest changes to do-lang repo
Note: See TracChangeset for help on using the changeset viewer.