Monday, 2024-06-17

@anoop-jose:matrix.orgThank you mhu 05:10
-@gerrit:opendev.org- Felix Edel proposed: [zuul/zuul] 918505: Add spec for the status page in Zuul UI https://review.opendev.org/c/zuul/zuul/+/91850505:47
@kiransurya:matrix.orgHi, I have to integrate zuul with **Gitlab**. I created untrusted projects, config projects and created webhooks and access token for user accordingly. My zuul config project contains the following files. 06:56
pipelines.yaml
projects.yaml
jobs.yaml
Now the issue I face is when I push the config project to its main repo, changes are not getting reflected in zuul. How can I troubleshoot this error?
-@gerrit:opendev.org- Simon Westphahl proposed:07:31
- [zuul/zuul] 921949: Add basic zuul-launcher client/server skeleton https://review.opendev.org/c/zuul/zuul/+/921949
- [zuul/zuul] 922019: Properly sort imports in model.py https://review.opendev.org/c/zuul/zuul/+/922019
- [zuul/zuul] 922075: Add basic zuul-launcher Zookeeper API https://review.opendev.org/c/zuul/zuul/+/922075
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 922075: Add basic zuul-launcher Zookeeper API https://review.opendev.org/c/zuul/zuul/+/92207507:36
@sylvass:albinvass.sekiransurya: if you have abell in the top right corner like opendev has: https://zuul.opendev.org/t/zuul/status you can click on it to see any config errors zuul is reporting07:38
-@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 922075: Add basic zuul-launcher Zookeeper API https://review.opendev.org/c/zuul/zuul/+/92207507:39
@sylvass:albinvass.seif that doesn't show up you'll have to dig into the zuul component logs07:39
@kiransurya:matrix.org> <@sylvass:albinvass.se> kiransurya: if you have abell in the top right corner like opendev has: https://zuul.opendev.org/t/zuul/status you can click on it to see any config errors zuul is reporting08:05
Thank you Albin Vass . Will look into it
-@gerrit:opendev.org- Simon Westphahl proposed:08:21
- [zuul/zuul] 921949: Add basic zuul-launcher client/server skeleton https://review.opendev.org/c/zuul/zuul/+/921949
- [zuul/zuul] 922019: Properly sort imports in model.py https://review.opendev.org/c/zuul/zuul/+/922019
- [zuul/zuul] 922075: Add basic zuul-launcher Zookeeper API https://review.opendev.org/c/zuul/zuul/+/922075
@kiransurya:matrix.org> <@sylvass:albinvass.se> if that doesn't show up you'll have to dig into the zuul component logs09:11
```
zuul-config-gitlab - null (null)
Zuul encountered an error while accessing the repo zuul-config-gitlab.
The error was:
Will not fetch project branches as read-only is set
demo-gitlab - null (null)
Zuul encountered an error while accessing the repo demo-gitlab. The
error was:
Will not fetch project branches as read-only is set
```
I removed the protection for all the branches and tried rebuilding the containers, still now facing same error. Can you assist me in solving this issue?
@kiransurya:matrix.org`2024-06-17 08:34:46,206 ERROR zuul.BranchCache.gitlab: Exception loading ZKObject <zuul.zk.branch_cache.BranchCacheZKObject object at 0x7fe03123b010> at /zuul/cache/connection/gitlab/branches/data`10:09
`
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2 errors detected during gitlabint tenant configuration loading
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo zuul-config-gitlab.
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: The error was:
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader:
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/zuul-config-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'}
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo demo-gitlab. The
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: error was:
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader:
2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/demo-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'}
`
While I perform API request by specifying personal access token and project id, I was able to fetch details of project. Should I change creation of access token to project level?
@kiransurya:matrix.org * `2024-06-17 08:34:46,206 ERROR zuul.BranchCache.gitlab: Exception loading ZKObject <zuul.zk.branch_cache.BranchCacheZKObject object at 0x7fe03123b010> at /zuul/cache/connection/gitlab/branches/data`10:33
`2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2 errors detected during gitlabint tenant configuration loading 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo zuul-config-gitlab. 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: The error was: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/zuul-config-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'} 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo demo-gitlab. The 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: error was: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/demo-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'}`
While I perform API request using Postman by specifying personal access token and project id, I was able to fetch details of project. Should I change creation of access token to project level?
-@gerrit:opendev.org- Matthieu Huin https://matrix.to/#/@mhuin:matrix.org proposed: [zuul/zuul-client] 837908: Generate a token silently if possible https://review.opendev.org/c/zuul/zuul-client/+/83790810:39
@kiransurya:matrix.org * `2024-06-17 08:34:46,206 ERROR zuul.BranchCache.gitlab: Exception loading ZKObject <zuul.zk.branch_cache.BranchCacheZKObject object at 0x7fe03123b010> at /zuul/cache/connection/gitlab/branches/data`11:47
`2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2 errors detected during gitlabint tenant configuration loading 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo zuul-config-gitlab. 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: The error was: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/zuul-config-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'} 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: Zuul encountered an error while accessing the repo demo-gitlab. The 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: error was: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: 2024-06-17 08:40:04,295 WARNING zuul.ConfigLoader: [e: None] Unable to GET on http://172.18.9.128:8081/api/v4/projects/demo-gitlab/repository/branches?per_page=100&page=1 (code: 404) due to: {'message': '404 Project Not Found'}`
While I perform API request using Postman by specifying personal access token and project id, I was able to fetch details of project. But when zuul is trying to fetch details using dedicated zuul user access token, zuul is not able to establish connections. Should I change creation of access token to project level?
-@gerrit:opendev.org- Matthieu Huin https://matrix.to/#/@mhuin:matrix.org proposed: [zuul/zuul-client] 837908: Generate a token silently if possible https://review.opendev.org/c/zuul/zuul-client/+/83790813:15
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 922061: Add a spec for untrusted multi-project configuration https://review.opendev.org/c/zuul/zuul/+/92206114:46
-@gerrit:opendev.org- Matthieu Huin https://matrix.to/#/@mhuin:matrix.org proposed: [zuul/zuul-client] 837908: Generate a token silently if possible https://review.opendev.org/c/zuul/zuul-client/+/83790815:45
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 922133: Add some developer docs for some nodepool-in-zuul zk objects https://review.opendev.org/c/zuul/zuul/+/92213316:01
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 921989: Add provider Endpoint class https://review.opendev.org/c/zuul/zuul/+/92198916:21
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed:20:23
- [zuul/zuul] 921883: Set opentelementry minimum versions https://review.opendev.org/c/zuul/zuul/+/921883
- [zuul/zuul] 921412: Remove some requirements caps https://review.opendev.org/c/zuul/zuul/+/921412
- [zuul/zuul] 921413: Add cloud driver requriements https://review.opendev.org/c/zuul/zuul/+/921413
- [zuul/zuul] 921478: Reduce duplicaton when adding identical objects https://review.opendev.org/c/zuul/zuul/+/921478
- [zuul/zuul] 921479: Add image configuration object https://review.opendev.org/c/zuul/zuul/+/921479
- [zuul/zuul] 921782: Add flavor object https://review.opendev.org/c/zuul/zuul/+/921782
- [zuul/zuul] 921783: Add label object https://review.opendev.org/c/zuul/zuul/+/921783
- [zuul/zuul] 921803: Add stub AWS driver https://review.opendev.org/c/zuul/zuul/+/921803
- [zuul/zuul] 921900: Add section config object https://review.opendev.org/c/zuul/zuul/+/921900
- [zuul/zuul] 921901: Add provider objects https://review.opendev.org/c/zuul/zuul/+/921901
- [zuul/zuul] 921989: Add provider Endpoint class https://review.opendev.org/c/zuul/zuul/+/921989
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 922161: Add some more nodepool-in-zuul zk documentation https://review.opendev.org/c/zuul/zuul/+/92216122:37

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!