[ARVADOS] updated: 1.1.3-44-g03f277b

Git user git at public.curoverse.com
Tue Feb 13 11:43:29 EST 2018


Summary of changes:
 build/run-tests.sh                                           | 4 ++--
 {services => lib}/dispatchcloud/gocheck_test.go              | 0
 {services => lib}/dispatchcloud/node_size.go                 | 0
 {services => lib}/dispatchcloud/node_size_test.go            | 0
 services/crunch-dispatch-slurm/crunch-dispatch-slurm.go      | 2 +-
 services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go | 2 +-
 6 files changed, 4 insertions(+), 4 deletions(-)
 rename {services => lib}/dispatchcloud/gocheck_test.go (100%)
 rename {services => lib}/dispatchcloud/node_size.go (100%)
 rename {services => lib}/dispatchcloud/node_size_test.go (100%)

       via  03f277bf4b616f41ef7ed4b195d44dab83d16144 (commit)
      from  3d6d097f42128bde90b7bc184057a84e99ea3e0a (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 03f277bf4b616f41ef7ed4b195d44dab83d16144
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Feb 13 11:40:18 2018 -0500

    12199: Move services/dispatchcloud to lib/dispatchcloud.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 1ef15cd..520d3e8 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -74,10 +74,10 @@ doc
 lib/cli
 lib/cmd
 lib/crunchstat
+lib/dispatchcloud
 services/api
 services/arv-git-httpd
 services/crunchstat
-services/dispatchcloud
 services/dockercleaner
 services/fuse
 services/health
@@ -889,6 +889,7 @@ gostuff=(
     lib/cli
     lib/cmd
     lib/crunchstat
+    lib/dispatchcloud
     sdk/go/arvados
     sdk/go/arvadosclient
     sdk/go/blockdigest
@@ -901,7 +902,6 @@ gostuff=(
     sdk/go/stats
     services/arv-git-httpd
     services/crunchstat
-    services/dispatchcloud
     services/health
     services/keep-web
     services/keepstore
diff --git a/services/dispatchcloud/gocheck_test.go b/lib/dispatchcloud/gocheck_test.go
similarity index 100%
rename from services/dispatchcloud/gocheck_test.go
rename to lib/dispatchcloud/gocheck_test.go
diff --git a/services/dispatchcloud/node_size.go b/lib/dispatchcloud/node_size.go
similarity index 100%
rename from services/dispatchcloud/node_size.go
rename to lib/dispatchcloud/node_size.go
diff --git a/services/dispatchcloud/node_size_test.go b/lib/dispatchcloud/node_size_test.go
similarity index 100%
rename from services/dispatchcloud/node_size_test.go
rename to lib/dispatchcloud/node_size_test.go
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
index 9eebbab..0879de2 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
@@ -17,11 +17,11 @@ import (
 	"strings"
 	"time"
 
+	"git.curoverse.com/arvados.git/lib/dispatchcloud"
 	"git.curoverse.com/arvados.git/sdk/go/arvados"
 	"git.curoverse.com/arvados.git/sdk/go/arvadosclient"
 	"git.curoverse.com/arvados.git/sdk/go/config"
 	"git.curoverse.com/arvados.git/sdk/go/dispatch"
-	"git.curoverse.com/arvados.git/services/dispatchcloud"
 	"github.com/coreos/go-systemd/daemon"
 )
 
diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
index 73d9c16..9fb5d66 100644
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go
@@ -20,11 +20,11 @@ import (
 	"testing"
 	"time"
 
+	"git.curoverse.com/arvados.git/lib/dispatchcloud"
 	"git.curoverse.com/arvados.git/sdk/go/arvados"
 	"git.curoverse.com/arvados.git/sdk/go/arvadosclient"
 	"git.curoverse.com/arvados.git/sdk/go/arvadostest"
 	"git.curoverse.com/arvados.git/sdk/go/dispatch"
-	"git.curoverse.com/arvados.git/services/dispatchcloud"
 	. "gopkg.in/check.v1"
 )
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list