Changeset 9eb7a532


Ignore:
Timestamp:
Mar 2, 2021, 3:20:20 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
266ecf1
Parents:
3e5d8fb5
Message:

Add random delay to bull build to distribute the start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/FullBuild

    r3e5d8fb5 r9eb7a532  
    6666
    6767def trigger_build(String cc, String arch, boolean new_ast) {
     68        // Randomly delay the builds by a random amount to avoid hitting the SC server to hard
     69        sleep(time: 5 * Math.random(), unit:"MINUTES")
     70
     71        // Run the build
     72        // Don't propagate, it doesn't play nice with our email setup
    6873        def result = build job: 'Cforall/master',               \
    6974                parameters: [                                           \
Note: See TracChangeset for help on using the changeset viewer.