Skip to content

Commit 3a79b7d

Browse files
author
idp-bot
committed
auto update doc build config for doc pipeline
1 parent 6f73a6e commit 3a79b7d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.tekton/doc-build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ metadata:
1010
(
1111
event == "push" && (
1212
source_branch.matches("^(main|master|release-.*)$") ||
13-
target_branch.matches("^(main|master|release-.*)$") ||
14-
target_branch.startsWith("refs/tags/")
13+
target_branch.matches("^(main|master|release-.*)$")
1514
)
1615
)
1716
spec:
@@ -57,10 +56,10 @@ spec:
5756
- ReadWriteOnce
5857
resources:
5958
requests:
60-
storage: 10Gi
59+
storage: 1Gi
6160
- name: cache
6261
persistentVolumeClaim:
63-
claimName: build-cache
62+
claimName: doc-build-cache
6463
subPath: yarn_cache
6564

6665
# This secret will be replaced by the pac controller

.tekton/doc-pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ spec:
5555
- ReadWriteOnce
5656
resources:
5757
requests:
58-
storage: 10Gi
58+
storage: 1Gi
5959
- name: cache
6060
persistentVolumeClaim:
61-
claimName: build-cache
61+
claimName: doc-build-cache
6262
subPath: yarn_cache
6363

6464
# This secret will be replaced by the pac controller

0 commit comments

Comments
 (0)