*** vidda has joined #cip | 01:43 | |
*** vidda has quit IRC | 05:05 | |
*** rajm has joined #cip | 06:10 | |
*** therisen has joined #cip | 06:31 | |
*** toscalix has joined #cip | 07:17 | |
*** brlogger` has joined #cip | 07:21 | |
*** brlogger has quit IRC | 07:21 | |
laurence- | morning patersonc | 07:21 |
---|---|---|
laurence- | I'm trying to add the gitlab policy to the wiki | 07:21 |
laurence- | ideally I want to create a new page to link to from the 'particpate in CIP' to keep things neat | 07:22 |
laurence- | but i don't think I have permissions to do so. | 07:22 |
laurence- | Trying to create | 07:22 |
laurence- | [[GitlabOwnersPolicy| Gitlab Owners Policy ]] | 07:22 |
laurence- | Can you help? | 07:22 |
laurence- | Ideally I wanted to add it to a gitlab group level README, but alas, that can't be done - https://gitlab.com/gitlab-org/gitlab-ce/issues/14008 | 07:23 |
patersonc | Welcome back laurence- | 07:28 |
laurence- | thanks, and you too - hope your sleeping is all fine! I had 13 hours on Saturday night :) | 07:33 |
patersonc | Lucky you! | 07:35 |
laurence- | patersonc, it is the creation of a page which I do not have permissions for. Not sure if you have the right permissions to create a page or could give me some extra powers? | 08:31 |
laurence- | I'm just asking you as you're generally helpful, but let me know i I should bug someone else ! | 08:32 |
patersonc | laurence-: Is this on the Wiki? | 08:49 |
patersonc | You'll need to ask Neal for the relevant permissions etc. | 08:51 |
laurence- | yes, sorry for not being clear - https://wiki.linuxfoundation.org/civilinfrastructureplatform/start | 08:51 |
laurence- | Ah ok, thanks patersonc | 08:51 |
patersonc | Can you edit pages? | 08:51 |
laurence- | Yeah I can edit but not create | 08:51 |
patersonc | Strange. | 08:51 |
patersonc | What page do you want to create? I could create it for you if you like | 08:51 |
laurence- | Thanks patersonc | 08:51 |
laurence- | [[GitlabOwnersPolicy| Gitlab Owners Policy ]] | 08:52 |
patersonc | What would the URL be? | 08:52 |
patersonc | In the Wiki, you create a page by visiting a new URL and then click 'create'. | 08:54 |
patersonc | (You need to be logged in) | 08:54 |
laurence- | Yeah, I'm logged in, but I get: | 08:55 |
laurence- | You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on “Create this page”. | 08:55 |
laurence- | When I navigate to: | 08:55 |
laurence- | https://wiki.linuxfoundation.org/civilinfrastructureplatform/gitlabownerspolicy | 08:55 |
patersonc | Ah, I've just seen you're link | 08:55 |
patersonc | https://wiki.linuxfoundation.org/civilinfrastructureplatform/gitlabownerspolicy | 08:55 |
patersonc | Is there a picture of a pencil on the right? | 08:55 |
laurence- | but there's no button to 'create the page' | 08:55 |
laurence- | No, no pencil for me :( | 08:55 |
patersonc | Ah okay | 08:56 |
patersonc | I've created it. Hopefully you can edit it now | 08:56 |
laurence- | thanks patersonc | 08:57 |
laurence- | I can now | 08:57 |
patersonc | Happy days | 08:58 |
*** brlogger has joined #cip | 12:27 | |
patersonc | therisen: In case you are around, I fixed the runner issue on cip-playground. I forgot to check the 'allow untagged jobs' option. | 14:30 |
therisen | ah, cool. this is a runner setting? | 14:32 |
patersonc | therisen: Nope. I take that back. dind isn't working: https://gitlab.com/cip-playground/linux-cip-ci/-/jobs/257455189 | 14:32 |
therisen | well but that's a different issue :) | 14:32 |
therisen | at least the job was picked up by the runner | 14:32 |
patersonc | therisen: Yes, it's a runner setting. Presumably you can set it up when you start the runner itself, rather than me doing it through the GitLab GUI | 14:32 |
patersonc | Agreed | 14:32 |
patersonc | We didn't see this with the old runner though, so hopefully it's just a config issue again | 14:33 |
therisen | maybe jan did it for the old runner | 14:34 |
therisen | since this seems to be the default behavior: https://gitlab.developers.cam.ac.uk/uis/devops/devhub/docs/wikis/kb/GitLab-runners-are-not-picking-up-jobs | 14:34 |
patersonc | Yep | 14:35 |
patersonc | I should probably add a "gitlab-cloud-ci" tag to my gitlab-ci.yml files in linux-cip-ci | 14:35 |
therisen | this flag can be set for gitlab-runner when it registers itself | 14:37 |
therisen | I found the flag but I still need to find out how to pass it through the Kubernetes stack | 14:38 |
therisen | i think i found it | 14:39 |
therisen | https://gitlab.com/cip-project/cip-testing/gitlab-cloud-ci/merge_requests/3 | 14:44 |
therisen | we should verify this tomorrow | 14:44 |
therisen | before merging it | 14:44 |
patersonc | Great | 14:45 |
patersonc | Then we need to get dind working again | 14:45 |
therisen | maybe you could try using kaniko instead of dind? https://docs.gitlab.com/ee/ci/docker/using_kaniko.html | 14:51 |
patersonc | therisen: I could try. Will have to be tomorrow now though | 14:53 |
patersonc | therisen: But I'm sure we had it working previously, before we moved the runner up to group level? | 14:54 |
patersonc | What has changed? | 14:54 |
therisen | i'm not sure, probably the runner version | 14:55 |
therisen | but if you only want to build images then kaniko will be the better option anyways | 14:56 |
therisen | it does not even require privileged containers | 14:56 |
patersonc | Sounds good | 14:59 |
patersonc | I also added a tag to my -ci files: https://gitlab.com/cip-playground/linux-cip-ci/commit/d81e61390cd0ca0d4b008f18e8f4468f5ee29755 | 15:00 |
patersonc | Probably overkill if you're updating the running to run un-tagged jobs | 15:00 |
therisen | yes but then you have a hard dependency on my runners | 15:03 |
therisen | so if someone forks this project he won't have a working CI solution | 15:04 |
patersonc | I had that originally anyway, as I had to include the "DOCKER_HOST: tcp://localhost:2375" line. If I switch to using kaniko I'll remove both | 15:04 |
therisen | yep | 15:05 |
patersonc | therisen: Did you get in touch with GitLab about removing the old gitlab-cloud-ci project in the end? | 15:07 |
therisen | yes | 15:08 |
patersonc | Grweat | 15:09 |
patersonc | Great # | 15:09 |
therisen | i haven't received any feedback though | 15:10 |
therisen | well, not entirely true. they labeld it as a sev. 3 | 15:10 |
patersonc | Okay. Thank you for sorting. | 15:10 |
therisen | so it should be somewhere on their roadmap :) | 15:10 |
*** therisen has quit IRC | 15:11 | |
patersonc | therisen: Kaniko seems to work fine. I'll finalise it tomorrow. | 15:36 |
patersonc | TTFN | 15:36 |
*** toscalix has quit IRC | 19:01 | |
*** rajm has quit IRC | 22:11 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!