Changeset c3d9adc


Ignore:
Timestamp:
Feb 15, 2017, 5:26:54 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3a5131ed, f51ef6f
Parents:
cf95f94
Message:

Disable benchmark until publish server is ready

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rcf95f94 rc3d9adc  
    8787                status_prefix = 'Documentation'
    8888
    89                 //We can't just write to a file outside our repo
    90                 //Copy the file locally using ssh
    91                 sh 'scp plg2.cs.uwaterloo.ca:/u/cforall/public_html/perf-history/concurrency.csv bench.csv'
    92 
    93                 //Then append to the local file
    94                 sh 'make -C src/benchmark csv-data >> bench.csv'
    95 
    96                 //Then publish the file again
    97                 sh 'scp bench.csv plg2.cs.uwaterloo.ca:/u/cforall/public_html/perf-history/concurrency.csv'             
     89                // //We can't just write to a file outside our repo
     90                // //Copy the file locally using ssh
     91                // sh 'scp plg2.cs.uwaterloo.ca:/u/cforall/public_html/perf-history/concurrency.csv bench.csv'
     92
     93                // //Then append to the local file
     94                // sh 'make -C src/benchmark csv-data >> bench.csv'
     95
     96                // //Then publish the file again
     97                // sh 'scp bench.csv plg2.cs.uwaterloo.ca:/u/cforall/public_html/perf-history/concurrency.csv'         
    9898}
    9999
Note: See TracChangeset for help on using the changeset viewer.