[ARVADOS-DEV] updated: 07723cdd4a47b39c96f8331e2f731cc6fc9eb307

Git user git at public.curoverse.com
Wed Apr 26 11:23:19 EDT 2017


Summary of changes:
 jenkins/run-tapestry-tests.sh | 58 -------------------------------------------
 1 file changed, 58 deletions(-)
 delete mode 100755 jenkins/run-tapestry-tests.sh

       via  07723cdd4a47b39c96f8331e2f731cc6fc9eb307 (commit)
      from  60d9f7915e1fe507ee8e1965992a9a9fb83dfed6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 07723cdd4a47b39c96f8331e2f731cc6fc9eb307
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Apr 26 11:23:00 2017 -0400

    Remove old tapestry test file, it has been moved to the Tapestry
    repository.
    
    No issue #

diff --git a/jenkins/run-tapestry-tests.sh b/jenkins/run-tapestry-tests.sh
deleted file mode 100755
index c68e983..0000000
--- a/jenkins/run-tapestry-tests.sh
+++ /dev/null
@@ -1,58 +0,0 @@
-#!/bin/bash
-
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-EXITCODE=0
-
-COLUMNS=80
-
-title () {
-  printf "\n%*s\n\n" $(((${#title}+$COLUMNS)/2)) "********** $1 **********"
-}
-
-source /etc/profile.d/rvm.sh
-
-# This shouldn't really be necessary... but the jenkins/rvm integration seems a
-# bit wonky occasionally.
-rvm use ree
-
-echo $WORKSPACE
-
-# Tapestry
-title "Starting tapestry tests"
-cd "$WORKSPACE"
-
-# There are a few submodules
-git submodule init && git submodule update
-
-# Use sqlite for testing
-sed -i'' -e "s:mysql:sqlite3:" Gemfile
-
-# Tapestry is not set up yet to use --deployment
-#bundle install --deployment
-bundle install
-
-rm -f config/database.yml
-rm -f config/environments/test.rb
-cp $HOME/tapestry/test.rb config/environments/
-cp $HOME/tapestry/database.yml config/
-
-export RAILS_ENV=test
-
-bundle exec rake db:drop
-bundle exec rake db:create
-bundle exec rake db:setup
-bundle exec rake test
-
-ECODE=$?
-
-if [[ "$ECODE" != "0" ]]; then
-  title "!!!!!! TAPESTRY TESTS FAILED !!!!!!"
-  EXITCODE=$(($EXITCODE + $ECODE))
-fi
-
-title "Tapestry tests complete"
-
-exit $EXITCODE

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list