specs/stx-jv.rbspec
changeset 63 0754faf5dad0
parent 54 a169d82bb0b0
child 64 02c00e68d367
equal deleted inserted replaced
62:de0e8016c2d5 63:0754faf5dad0
   258   package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :link => false
   258   package 'stx:goodies/regression',:repository => :'bitbucket:janvrany', :branch => 'jv', :link => false
   259   package "stx:goodies/builder", :repository => :'bitbucket:janvrany',:branch => 'jv', :link => false
   259   package "stx:goodies/builder", :repository => :'bitbucket:janvrany',:branch => 'jv', :link => false
   260 
   260 
   261   # Define a "default" test suite, i.e., a set of tests that are run when
   261   # Define a "default" test suite, i.e., a set of tests that are run when
   262   # user does `rake test`. 
   262   # user does `rake test`. 
   263   # The test suite is defined conditionally only when not running under Jenkins. 
   263   # The test suite is defined conditionally only when not running under SWING Jenkins. 
   264   # Though this is hacky, I'd like a Jenkins job to build exactly the same 
   264   # Though this is hacky, I'd like a Jenkins job to build exactly the same 
   265   # project as user to make sure they're in sync. However, under Jenkins I don't
   265   # project as user to make sure they're in sync. However, under Jenkins I don't
   266   # want them to run - for running tests we have other jobs which run them under
   266   # want them to run - for running tests we have other jobs which run them under
   267   # different configurations. 
   267   # different configurations. 
   268   if not jenkins? then
   268   #
       
   269   # This hack will go as soon as SWING Jenkins will switch to pipeline
       
   270   #
       
   271   if (ENV['USER'] != 'builder') and (ENV['USERNAME'] != 'builder') then
   269     package 'stx:libview/tests', :test => true;
   272     package 'stx:libview/tests', :test => true;
   270     package 'stx:libjava', :test => true;
   273     package 'stx:libjava', :test => true;
   271     package 'stx:libjava/tools', :test => true;
   274     package 'stx:libjava/tools', :test => true;
   272     package 'stx:goodies/regression', :test => true;
   275     package 'stx:goodies/regression', :test => true;
   273     package 'stx:libscm/mercurial', :test => true;
   276     package 'stx:libscm/mercurial', :test => true;