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

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:54 -07:00
committed by GitHub
co-authored by Kevin Minehart
parent 8bc94106e2
commit 80691e4297
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -3822,6 +3822,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
temp: {}
---
clone:
retries: 3
@@ -4911,6 +4913,8 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: github-app
path: /github-app
---
clone:
retries: 3
@@ -5735,6 +5739,6 @@ kind: secret
name: gcr_credentials
---
kind: signature
hmac: 61407f1b2121b47310d02c2eb313abe5112924b4f8f2ba5ed5aff4a78308aea0
hmac: 65ebf9abca7cfdb688c77bb47650aad3e4716a4a23350ef7a601de48f56ed02e
...
+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(),
),
]