Skip to content

Commit

Permalink
Allow RHCOS team to create and monitor PRPQR (#56053)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce authored Aug 28, 2024
1 parent 933d84f commit bd98254
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clusters/app.ci/coreos/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- jupierce
2 changes: 2 additions & 0 deletions clusters/app.ci/coreos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Permits members of the CoreOS team and future team automation to construct PullRequestPayloadQualificationRun
for the purpose of qualifying new builds of coreos before they are incorporated into nightlies.
26 changes: 26 additions & 0 deletions clusters/app.ci/coreos/prpqr_rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: authorization.openshift.io/v1
kind: ClusterRole
metadata:
name: payload-testing-coreos
rules:
- apiGroups:
- ci.openshift.io
resources:
- pullrequestpayloadqualificationruns
verbs:
- get
- create
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: payload-testing-coreos
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: payload-testing-coreos
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: rhel-sst-rhcos
3 changes: 3 additions & 0 deletions core-services/sync-rover-groups/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ groups:
rhecoedge-nvidia-ci-pool-admins:
clusters:
- hosted-mgmt
rhel-sst-rhcos:
clusters:
- app.ci
rhoam-pool-admins:
clusters:
- hosted-mgmt
Expand Down

0 comments on commit bd98254

Please sign in to comment.