Skip to content

Commit

Permalink
feat(cijenkinsio-agents-2) adding the jenkins agents for bom and othe…
Browse files Browse the repository at this point in the history
…rs builds (#6026)

as per
jenkins-infra/helpdesk#4319 (comment)
and following #6020 
this PR add the jenkins-kubernetes-agents releases with service-account,
rbac, ressources-quotas, dockerhub-registry-secrets as per
https://github.com/jenkins-infra/helm-charts/blob/main/charts/jenkins-kubernetes-agents/
  • Loading branch information
dduportal authored Jan 15, 2025
2 parents 60c511b + 1bf79ad commit d53f907
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
16 changes: 16 additions & 0 deletions clusters/cijioagents2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,19 @@ releases:
version: 1.6.2
values:
- "../config/artifact-caching-proxy_azure-cijenkinsio-agents-2.yaml"
- name: jenkins-agents
namespace: jenkins-agents
chart: jenkins-infra/jenkins-kubernetes-agents
version: 1.1.0
values:
- "../config/jenkins-kubernetes-agents_ci.jenkins.io_cijioagents2.yaml"
secrets:
- "../secrets/config/jenkins-kubernetes-agents/secrets.yaml"
- name: jenkins-agents-bom
namespace: jenkins-agents-bom
chart: jenkins-infra/jenkins-kubernetes-agents
version: 1.1.0
values:
- "../config/jenkins-kubernetes-agents_ci.jenkins.io_cijioagents2-bom.yaml"
secrets:
- "../secrets/config/jenkins-kubernetes-agents/secrets.yaml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quotas:
pods: 150

## TODO track with updatecli from https://github.com/smerle33/terraform-aws-sponsorship/blob/cfe8539244466353219445275c5248cdac63d11e/locals.tf#L24
groups:
- ci-jenkins-io
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
quotas:
pods: 150

## TODO track with updatecli from https://github.com/smerle33/terraform-aws-sponsorship/blob/cfe8539244466353219445275c5248cdac63d11e/locals.tf#L24
groups:
- ci-jenkins-io

0 comments on commit d53f907

Please sign in to comment.