gpt4 book ai didi

python - 如何为基于 zip 的 CloudFunction 部署启用 cloudbuild.yaml?

转载 作者:行者123 更新时间:2023-12-04 15:35:56 26 4
gpt4 key购买 nike

给定一些通用的 Python 代码,结构如下......

cloudbuild.yaml
requirements.txt
functions/
folder_a/
test/
main_test.py
main.py

如果我...

...似乎在构建过程中从未考虑过包含在 .zip 中的 cloudbuild ( cloudbuild.yaml) 的构建配置(即在解析 requirements.txt 时/之前)。

我已经设置了 cloudbuild.yaml授予对私有(private) github 存储库的访问权限(其中包含 requirements.txt 中列出的依赖项)。不幸的是,构建失败并显示(terraform 输出):

Error: Error waiting for Updating CloudFunctions Function: Error code 3, message: Build failed: {"error": {"canonicalCode": "INVALID_ARGUMENT", "errorMessage": "pip_download_wheels had stderr output:\nCommand \"git clone -q ssh://git@github.com/SomeWhere/SomeThing.git /tmp/pip-req-build-a29nsum1\" failed with error code 128 in None\n\nerror: pip_download_wheels returned code: 1", "errorType": "InternalError", "errorId": "92DCE9EA"}}

根据 cloud build docs , 一个 cloudbuild.yaml可以使用 gcloud builds submit --config=cloudbuild.yaml . 指定-- 有没有办法将该参数提供给 gcloud functions deploy (甚至是 Terraform)?我想继续使用当前的“透明”代码构建,即我不想单独设置代码构建,而只是上传我的 zip 并“自动”构建和部署代码,同时尊重 codebuild.yaml .

最佳答案

您似乎正在尝试通过 SSH 向私有(private) Git 存储库进行身份验证。 This is unfortunately not currently supported by Cloud Functions.

另一种方法是在创建 .zip 文件之前将您的私有(private)依赖项提供给目录。

关于python - 如何为基于 zip 的 CloudFunction 部署启用 cloudbuild.yaml?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59754186/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com