Closed hodovska closed 7 years ago
@hodovska could you look into using pkg/util/sets (sets.NewString etc) to make your code a bit more simplified?
@aveshagarwal thanks for suggestion, now it is fixed
@redhat-k8s-bot test please
@ingvagabund I updated the error message as you suggested.
LGTM.
@ingvagabund Do you have any other comments? Otherwise lets merge it.
@redhat-k8s-bot test please
@ingvagabund I am seeing this error: No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
in these failures.
travis-ci has the old config
Could not find .travis.yml, using standard configuration.
@hodovska can you just git commit --amend
and git push --force
?
@aveshagarwal if the RH CI passes, we can merge as well.
./test.sh
# github.com/kubernetes-incubator/cluster-capacity/pkg/framework
pkg/framework/simulator_test.go:213: cannot use ApiServerOptions literal (type *ApiServerOptions) as type string in argument to New
ok github.com/kubernetes-incubator/cluster-capacity/pkg/apiserver 0.062s
ok github.com/kubernetes-incubator/cluster-capacity/pkg/framework/restclient 0.283s
FAIL github.com/kubernetes-incubator/cluster-capacity/pkg/framework [build failed]
ok github.com/kubernetes-incubator/cluster-capacity/pkg/framework/strategy 0.075s
make: *** [test] Error 2
The error is still there.
Should be enough to replace &ApiServerOptions{}
with empty string in pkg/framework/simulator_test.go:213
[1].
@redhat-k8s-bot test please
Cluster capacity build/test passed for commit 80c7e6a1fe2394caac03bec2e0182108342c9f68