Skip to content

Commit

Permalink
Merge pull request #584 from mengqiy/use_1_13_in_test_project
Browse files Browse the repository at this point in the history
🏃 update k8s dep for test project
  • Loading branch information
k8s-ci-robot committed Jan 31, 2019
2 parents dd9e0fd + 3081aef commit b24e086
Show file tree
Hide file tree
Showing 581 changed files with 24,355 additions and 12,419 deletions.
87 changes: 49 additions & 38 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ required = [

[[constraint]]
name="k8s.io/code-generator"
version="kubernetes-1.12.3"
version="kubernetes-1.13.1"

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import (
"strings"
"testing"

"github.com/golang/glog"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/spf13/pflag"

"k8s.io/klog"
"sigs.k8s.io/kubebuilder/test/e2e/framework"
"sigs.k8s.io/kubebuilder/test/e2e/framework/ginkgowrapper"
)
Expand Down Expand Up @@ -76,7 +76,7 @@ var _ = AfterSuite(func() {
// E2E tests using the Ginkgo runner.
func RunE2ETests(t *testing.T) {
RegisterFailHandler(ginkgowrapper.Fail)
glog.Infof("Starting kubebuilder suite")
klog.Infof("Starting kubebuilder suite")
RunSpecs(t, "Kubebuilder e2e suite")
}

Expand Down
Loading

0 comments on commit b24e086

Please sign in to comment.