Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
base_images:
base:
name: "4.11"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
binary_build_commands: make manager
build_root:
from_repository: true
canonical_go_repository: sigs.k8s.io/cluster-api-provider-aws
images:
- dockerfile_path: openshift/Dockerfile.openshift
from: base
inputs:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
to: aws-cluster-api-controllers
promotion:
name: "4.11"
namespace: ocp
releases:
initial:
integration:
name: "4.11"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.11"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: openshift/unit-tests.sh
tests:
- as: unit
commands: openshift/unit-tests.sh
container:
from: src
- as: e2e-aws
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws
- as: e2e-aws-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
zz_generated_metadata:
branch: master
org: openshift
repo: cluster-api-provider-aws
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
base_images:
base:
name: "4.11"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
binary_build_commands: make manager
build_root:
from_repository: true
canonical_go_repository: sigs.k8s.io/cluster-api-provider-azure
images:
- dockerfile_path: openshift/Dockerfile.openshift
from: base
inputs:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
to: azure-cluster-api-controllers
promotion:
name: "4.11"
namespace: ocp
releases:
initial:
integration:
name: "4.11"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.11"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: openshift/unit-tests.sh
tests:
- as: unit
commands: openshift/unit-tests.sh
container:
from: src
- as: e2e-azure
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure
- as: e2e-azure-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-serial
zz_generated_metadata:
branch: master
org: openshift
repo: cluster-api-provider-azure
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
base_images:
base:
name: "4.11"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
name: builder
namespace: ocp
tag: rhel-8-golang-1.17-openshift-4.10
binary_build_commands: make manager
build_root:
from_repository: true
canonical_go_repository: sigs.k8s.io/cluster-api-provider-gcp
images:
- dockerfile_path: openshift/Dockerfile.openshift
from: base
inputs:
ocp_builder_rhel-8-golang-1.17-openshift-4.10:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10
to: gcp-cluster-api-controllers
promotion:
name: "4.11"
namespace: ocp
releases:
initial:
integration:
name: "4.11"
namespace: ocp
latest:
integration:
include_built_images: true
name: "4.11"
namespace: ocp
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: openshift/unit-tests.sh
tests:
- as: unit
commands: openshift/unit-tests.sh
container:
from: src
- as: e2e-gcp
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp
- as: e2e-gcp-serial
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: gcp
workflow: openshift-e2e-gcp-serial
zz_generated_metadata:
branch: master
org: openshift
repo: cluster-api-provider-gcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
postsubmits:
openshift/cluster-api-provider-aws:
- agent: kubernetes
always_run: true
branches:
- ^master$
cluster: build01
decorate: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-openshift-cluster-api-provider-aws-master-images
path_alias: sigs.k8s.io/cluster-api-provider-aws
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
- --promote
- --report-credentials-file=/etc/report/credentials
- --target=[images]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/push-secret
name: push-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: push-secret
secret:
secretName: registry-push-credentials-ci-central
- name: result-aggregator
secret:
secretName: result-aggregator
Loading