Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI pipeline fails in docs step #7509

Closed
kobergj opened this issue Oct 17, 2023 · 2 comments · Fixed by #7511
Closed

CI pipeline fails in docs step #7509

kobergj opened this issue Oct 17, 2023 · 2 comments · Fixed by #7511
Assignees
Labels

Comments

@kobergj
Copy link
Collaborator

kobergj commented Oct 17, 2023

CI pipeline sometimes fails in the docs step. See https://drone.owncloud.com/owncloud/ocis/27722/106/2 for example.

Reason is that bingo tries to download some dependencies and gets a 403 somehow. We need to vendor these dependencies somehow or get rid of bingo

@kobergj kobergj self-assigned this Oct 17, 2023
@micbar
Copy link
Contributor

micbar commented Oct 17, 2023

I see that these pipelines are not routed through our proxy. So the ip addresses of the runners are sometimes blacklisted.

We can add

"environment": {
                "HTTP_PROXY": {
                    "from_secret": "drone_http_proxy",
                },
                "HTTPS_PROXY": {
                    "from_secret": "drone_http_proxy",
                },
            },

@kobergj
Copy link
Collaborator Author

kobergj commented Oct 17, 2023

Good idea 👍 Let's try it like this. We can reopen the ticket if we still see issues...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants