kind-ci / examples

Repository providing samples and testing for running sigs.k8s.io/kind on various CI services
https://sigs.k8s.io/kind
Apache License 2.0
178 stars 41 forks source link

Added an example for running KinD on GitLab #10

Closed shreyaskarnik closed 5 years ago

aojea commented 5 years ago

Do the users need to do additional changes on the host, like mounting some folders?

tao12345666333 commented 5 years ago

I think in the example, it would be better to let ./kind-smoketest.sh run successfully.

EDIT: you can follow the document https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html

connect your forked repo to GitLab.com CI to verify the job's result.

shreyaskarnik commented 5 years ago

@aojea @tao12345666333 thanks for the feedback, last evening I might have checked in partial version of my .gitlab-ci.yml file. I will make changes and put those up for review tonight.

shreyaskarnik commented 5 years ago

@aojea @tao12345666333 the tests now pass on Gitlab.com on my fork. Thanks a lot to #11 and @phisco's pull request which helped me solve https://github.com/kubernetes-sigs/kind/issues/630

BenTheElder commented 5 years ago

thanks!