[ARVADOS-DEV] updated: 3adaad524ee4dacb06434956bee3c96599299c98

git at public.curoverse.com git at public.curoverse.com
Tue Nov 3 23:53:58 EST 2015


Summary of changes:
 jenkins/run-build-packages.sh | 7 -------
 1 file changed, 7 deletions(-)

  discards  0394c5179b470d2e433316b66f0c89e6be56b254 (commit)
  discards  5c6e3d761c5068be26ac1bd01445b969564231b1 (commit)
  discards  e95c317d14fb037cdf7937b16dbdd577139787ec (commit)
       via  3adaad524ee4dacb06434956bee3c96599299c98 (commit)
       via  57b2c57db16bed3f712200f603a9e77998706cc6 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (0394c5179b470d2e433316b66f0c89e6be56b254)
            \
             N -- N -- N (3adaad524ee4dacb06434956bee3c96599299c98)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 3adaad524ee4dacb06434956bee3c96599299c98
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Oct 17 03:02:03 2015 -0400

    5824: Start keep-web service for Workbench integration tests.

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 8e845cb..1b1e757 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -253,9 +253,10 @@ start_api() {
 }
 
 start_nginx_proxy_services() {
-    echo 'Starting keepproxy, arv-git-httpd, and nginx ssl proxy...'
+    echo 'Starting keepproxy, keep-web, arv-git-httpd, and nginx ssl proxy...'
     cd "$WORKSPACE" \
         && python sdk/python/tests/run_test_server.py start_keep_proxy \
+        && python sdk/python/tests/run_test_server.py start_keep-web \
         && python sdk/python/tests/run_test_server.py start_arv-git-httpd \
         && python sdk/python/tests/run_test_server.py start_nginx \
         && export ARVADOS_TEST_PROXY_SERVICES=1
@@ -267,6 +268,7 @@ stop_services() {
         cd "$WORKSPACE" \
             && python sdk/python/tests/run_test_server.py stop_nginx \
             && python sdk/python/tests/run_test_server.py stop_arv-git-httpd \
+            && python sdk/python/tests/run_test_server.py stop_keep-web \
             && python sdk/python/tests/run_test_server.py stop_keep_proxy
     fi
     if [[ -n "$ARVADOS_TEST_API_HOST" ]]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list