Skip to content

Commit

Permalink
Merge branch 'master' into fixed-tag-for-jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutp committed Mar 13, 2018
2 parents c4b78ae + d7b3196 commit e09dceb
Show file tree
Hide file tree
Showing 25 changed files with 13 additions and 846 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ run-unit-tests: $(GOBUILDDIR) $(SOURCES)
-w /usr/code/ \
golang:$(GOVERSION) \
go test $(TESTVERBOSEOPTIONS) \
$(REPOPATH)/pkg/apis/arangodb/v1alpha \
$(REPOPATH)/pkg/apis/deployment/v1alpha \
$(REPOPATH)/pkg/deployment \
$(REPOPATH)/pkg/util/k8sutil \
$(REPOPATH)/pkg/util/k8sutil/test
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment/plan_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
)

// TestCreatePlanSingleScale creates a `single` deployment to test the creating of scaling plan.
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment/pod_creator_agent_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/stretchr/testify/assert"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
)

// TestCreateArangodArgsAgent tests createArangodArgs for agent.
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment/pod_creator_coordinator_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/stretchr/testify/assert"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
)

// TestCreateArangodArgsCoordinator tests createArangodArgs for coordinator.
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment/pod_creator_dbserver_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/stretchr/testify/assert"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
)

// TestCreateArangodArgsDBServer tests createArangodArgs for dbserver.
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment/pod_creator_single_args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
"github.com/stretchr/testify/assert"
)

Expand Down

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions pkg/generated/clientset/versioned/typed/arangodb/v1alpha/doc.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit e09dceb

Please sign in to comment.