[08:12:49] dancy: I was getting unauthorized, I tried using the bot name as user, git, my user and gitlab-ci-bot (random stuff found on the internets) but it was never able to authenticate when trying to push to a new branch [08:13:13] (then I found that the docs say it's for paid gitlab only, so I guessed that's why it was not working) [08:14:17] this is the runs I tried things into (user/pass are not in the logs though) https://gitlab.wikimedia.org/repos/cloud/cicd/gitlab-ci/-/jobs [08:21:06] hmmm... just recreated the token, and locally used both my user, and the bot user (group_203_bot_4866fc124f4b41659f667468a6115cf3) and it worked :/, maybe there was something wrong with the pipeline/env var, rechecking [08:28:49] it worked! \o/ /me puts on the pebcak cap on and keeps messing up with things [09:47:31] btw. this opens a world of CI wonders for us :), thanks for all your work! [09:56:26] GitLab needs a short maintenance break in around an hour (11:00 UTC). [11:06:24] GitLab maintenance finished [13:56:01] Is there any kind of dependency caching available for gitlab jobs? We have a few golang projects that to run ci download a bunch of dependencies, and it would be really nice to not hit the internet every time (currently sometimes it times out even) [14:57:32] dcaro: Glad you got it working! [15:04:25] dcaro: There is a dependency proxy that I have not tried using yet: https://docs.gitlab.com/ee/user/packages/dependency_proxy/ [15:05:13] and general caching support: https://docs.gitlab.com/ee/ci/caching/ [15:23:02] Github do rate limiting and stuff too [15:23:06] We're seeing issues on current CI [15:23:59] We do have a CI "COMPOSER_GITHUB_OAUTHTOKEN" to get around some of the rate limiting we've seen previously [15:52:45] dcaro: I looked at the docs for https://docs.gitlab.com/ee/user/packages/dependency_proxy/ more carefully and it looks like only caches container images. [20:01:18] 10GitLab (Integrations), 13Patch-For-Review: [gitlab-webhooks] Provide a server-sent events API for rebroadcast of GitLab webhook data - https://phabricator.wikimedia.org/T362288#9710922 (10CodeReviewBot) bd808 opened https://gitlab.wikimedia.org/repos/releng/gitlab-webhooks/-/merge_requests/28 Provide a serv...