-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #205 from cloudbees/casc
[Blueprints, 02-at-scale]: Pre-validates Casc bundles pipelines
- Loading branch information
Showing
37 changed files
with
159 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ ENV TF_VERSION=1.6.6 \ | |
RUN apk add --update --no-cache \ | ||
bash \ | ||
unzip \ | ||
zip \ | ||
curl \ | ||
git \ | ||
make \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions
8
...s/02-at-scale/cbci/casc/mc/ha/bundle.yaml → ...2-at-scale/cbci/casc/mc/mc-ha/bundle.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: "2" | ||
id: "ha" | ||
id: "mc-ha" | ||
description: "CasC bundle for HA controllers. It is tested for the CloudBees CI blueprint add-on: At scale." | ||
version: "1" | ||
parent: "parent" | ||
parent: "mc-parent" | ||
allowCapExceptions: true | ||
jcascMergeStrategy: "errorOnConflict" | ||
jcasc: | ||
- jcasc | ||
- jcasc.main.yaml | ||
variables: | ||
- variables | ||
- variables.yaml |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../cbci/casc/mc/ha/variables/variables.yaml → ...t-scale/cbci/casc/mc/mc-ha/variables.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
variables: | ||
- sharedLibRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git" | ||
- sharedLibBranch: develop | ||
- sharedLibBranch: casc | ||
- sharedLibPath: "blueprints/02-at-scale/cbci/shared-lib" |
8 changes: 4 additions & 4 deletions
8
...at-scale/cbci/casc/mc/none-ha/bundle.yaml → ...scale/cbci/casc/mc/mc-none-ha/bundle.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: "2" | ||
id: "none-ha" | ||
id: "mc-none-ha" | ||
description: "CasC bundle for non-HA controllers. It is tested for the CloudBees CI blueprint add-on: At scale." | ||
version: "1" | ||
parent: "parent" | ||
parent: "mc-parent" | ||
allowCapExceptions: true | ||
jcascMergeStrategy: "errorOnConflict" | ||
jcasc: | ||
- jcasc | ||
- jcasc.main.yaml | ||
variables: | ||
- variables | ||
- variables.yaml |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../casc/mc/none-ha/variables/variables.yaml → ...le/cbci/casc/mc/mc-none-ha/variables.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
variables: | ||
- sharedLibRepo: "https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon.git" | ||
- sharedLibBranch: develop | ||
- sharedLibBranch: casc | ||
- sharedLibPath: "blueprints/02-at-scale/cbci/shared-lib" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: "2" | ||
id: "mc-parent" | ||
description: "Parent CasC bundle. It is tested for the CloudBees CI blueprint add-on: At scale." | ||
version: "1" | ||
jcasc: | ||
- jcasc.main.yaml | ||
- jcasc.support.yaml | ||
- jcasc.k8s-agents.yaml | ||
- jcasc.security.yaml | ||
items: | ||
- items.admin-folder.yaml | ||
- items.squad_x-folder.yaml | ||
- items.squad_y-folder.yaml | ||
plugins: | ||
- plugins.yaml | ||
rbac: | ||
- rbac.yaml | ||
variables: | ||
- variables.yaml |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
apiVersion: "2" | ||
id: "modern.oc.simple" | ||
id: "oc" | ||
version: "1" | ||
jcasc: | ||
- jcasc | ||
- jcasc.main.yaml | ||
- jcasc.security.yaml | ||
- jcasc.k8s-agents.yaml | ||
- jcasc.support.yaml | ||
items: | ||
- items | ||
- items.admin-folder.yaml | ||
- items.root.yaml | ||
plugins: | ||
- plugins | ||
- plugins.yaml | ||
rbac: | ||
- rbac | ||
- rbac.yaml | ||
variables: | ||
- variables | ||
- variables.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
kube: | ||
podTemplatesConfiguration: | ||
templates: | ||
- name: "busybox-L" | ||
label: "busybox-L" | ||
yaml: |- | ||
apiVersion: "v1" | ||
kind: "Pod" | ||
spec: | ||
containers: | ||
- args: | ||
- "99d" | ||
command: | ||
- "sleep" | ||
image: "busybox:1.37.0-musl" | ||
name: "busybox" | ||
resources: | ||
limits: | ||
memory: "1Gi" | ||
requests: | ||
memory: "500Mi" | ||
cpu: "250m" | ||
nodeSelector: | ||
kubernetes.io/os: linux | ||
role: "build-linux-l" | ||
size: "2x" | ||
tolerations: | ||
- effect: "NoSchedule" | ||
key: "dedicated" | ||
operator: "Equal" | ||
value: "build-linux-l" | ||
yamlMergeStrategy: "override" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ale/cbci/casc/oc/variables/variables.yaml → ...s/02-at-scale/cbci/casc/oc/variables.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters