From 0df641c17a29a260e9abdeab31fb2a40d2446d4e Mon Sep 17 00:00:00 2001 From: idp-bot Date: Tue, 1 Sep 2026 05:15:49 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 6 +++--- .tekton/doc-pr-build.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index b150798..6b7e97f 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -16,8 +16,8 @@ metadata: ) spec: timeouts: - pipeline: 6h - tasks: 3h + pipeline: 8h + tasks: 6h params: - name: doc-base @@ -57,7 +57,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 2.5Gi - name: cache persistentVolumeClaim: claimName: doc-build-cache diff --git a/.tekton/doc-pr-build.yaml b/.tekton/doc-pr-build.yaml index a2c316c..597f19f 100644 --- a/.tekton/doc-pr-build.yaml +++ b/.tekton/doc-pr-build.yaml @@ -55,7 +55,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 2.5Gi - name: cache persistentVolumeClaim: claimName: doc-build-cache