【问题标题】:github pull request failing because ci/circleci timed outgithub pull 请求失败,因为 ci/circleci 超时
【发布时间】:2018-07-25 17:41:46
【问题描述】:

我为 Google 教程分叉了示例代码,使用 github 编辑器修复了一个错误,并发出了一个拉取请求 (https://github.com/GoogleCloudPlatform/nodejs-docs-samples/pull/567)。这是我第一次做这两件事。

此消息失败:The Some checks were not successful 详情:ci/circleci — A command timed out during your tests

当我点击“详细信息”时,circleci 网站 (https://circleci.com/gh/GoogleCloudPlatform/nodejs-docs-samples/1533?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) 会给我这个(见下文)。

谁能帮我理解如何进行?

标题 1

$ functions start && cd functions/datastore && npm run system-test && functions stop
config10:04 (timed out)

详情1

$functions start && cd functions/datastore && npm run system-test && functions stop
Enter a projectId to get started: projectId:  
command functions start && cd functions/datastore && npm run system-test && functions stop took more than 10 minutes since last output

标题 2

$ functions start && cd functions/helloworld && npm run test && functions stop
10:03 (timed out)config

详情 2

$functions start && cd functions/helloworld && npm run test && functions stop
Enter a projectId to get started: projectId:  
command functions start && cd functions/helloworld && npm run test && functions stop took more than 10 minutes since last output

【问题讨论】:

    标签: node.js github google-cloud-platform git-pull circleci


    【解决方案1】:

    这些测试有时可能需要超过 10 分钟,这是 CircleCI 中的默认超时时间。

    此配置确实应该转换为 CircleCI 2.0,但这是一个单独的问题。目前,延长超时时间可能会有所帮助:https://circleci.com/docs/1.0/configuration/#modifiers

    尊敬的,

    里卡多·N·费利西亚诺
    开发人员布道师,CircleCI

    【讨论】:

    • 非常感谢。看起来它正在等待一个 projectID('输入一个 projectId 开始:projectId:')。我不知道更多的时间会解决这个问题。我还应该做些什么来让circleci知道projectID?感谢您的帮助!
    • 愚蠢的问题:GitHub 项目应该提供项目 ID (GoogleCloudPlatform/nodejs-docs-samples) 还是应该是 Arie Fisher 的 Github 项目?
    猜你喜欢
    • 1970-01-01
    • 2018-07-17
    • 1970-01-01
    • 2018-06-03
    • 1970-01-01
    • 2019-08-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多