[v11.2.x] CI: add missing github app volume to release pipeline (#97411)

CI: add missing github app volume to release pipeline (#97406)

add github app volume to release pipeline

(cherry picked from commit 6fe184a565)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
This commit is contained in:
Jev Forsberg
2024-12-04 08:46:37 -07:00
committed by GitHub
co-authored by Kevin Minehart
parent 89d47b0661
commit 057c156bb2
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -3831,6 +3831,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
temp: {}
---
clone:
retries: 3
@@ -4877,6 +4879,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
path: /github-app
---
clone:
retries: 3
@@ -5701,6 +5705,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: 7cfc784f0851c4ac67845591a131ab08ed68dee862af34b3cb7010727a8ff789
hmac: 3ef977010db0181ed37aef50714e0065522f03635866b172669998a03274e918
...
+1
View File
@@ -175,6 +175,7 @@ def publish_artifacts_pipelines(mode):
trigger = trigger,
steps = steps,
environment = {"EDITION": "oss"},
volumes = github_app_pipeline_volumes(),
),
]
+1
View File
@@ -380,6 +380,7 @@ def rgm_promotion_pipeline():
name = "rgm-promotion",
trigger = promotion_trigger,
steps = steps,
volumes = github_app_step_volumes(),
),
]