浏览代码

increase timeout of Cirrus task validate to 90m

tags/7.5
Sébastien Lesaint 5 年前
父节点
当前提交
c28c459828
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .cirrus.yml

+ 1
- 0
.cirrus.yml 查看文件

@@ -67,6 +67,7 @@ validate_task:
depends_on: build
only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"
auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*' && $CIRRUS_BRANCH != 'dogfood-on-next'
timeout_in: 90m
gke_container:
image: gcr.io/ci-cd-215716/sonar-enterprise-build:0.0.3
cluster_name: cirrus-cluster

正在加载...
取消
保存